Resource icon

Optimized List Queries by Xon 1.4.3

No permission to download
OK, I use the default XenForo Online list template now to take advantage of your addon :)
hIVPFBn.png
So in order to utilize this addon hack and great optimization.
I still use "sidebar_online_users" on bd widget page.

But this widget settings doesn't work:
upload_2016-11-24_8-3-8.webp



What value should I put into Controller for it to work fine?
 
I upgraded the latest version also i have xenforo latest version ( 1.5.12)

When i enabled the "Cache members online list for guests" forum can't open and it says error that "unknown error occured" Now i set it to "0" zero and forum is online. Else, not.

Server Error Log;

Datas must be string or set automatic_serialization = true
1 minute ago - library/Zend/Cache.php:209

Code:
Zend_Cache_Exception: Datas must be string or set automatic_serialization = true - library/Zend/Cache.php:209
Generated By: Unknown Account, 2 minutes ago
Stack Trace
#0 /home/public/forum/library/Zend/Cache/Core.php(360): Zend_Cache::throwException('Datas must be s...')
#1 /home/public/forum/library/SV/OptimizedListQueries/XenForo/ControllerPublic/Forum.php(57): Zend_Cache_Core->save(false, 'sessionlist_0', Array, '150')
#2 /home/public/forum/library/XenForo/ControllerPublic/Forum.php(130): SV_OptimizedListQueries_XenForo_ControllerPublic_Forum->_getSessionActivityList()
#3 /home/public/forum/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Forum->actionIndex()
#4 /home/public/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/public/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(30) "https://www.site.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
I appear to have version 1.4.1 of this addon, but only 1.3.1 is available on this site. Did 1.4.1 get pulled?
 
I'm getting the following error..

Code:
ErrorException: Invalid argument supplied for foreach() - library/SV/OptimizedListQueries/Globals.php:25
Generated By: Unknown Account, 12 minutes ago

Code:
#0 /home/nginx/domains/site.com/public/library/SV/OptimizedListQueries/Globals.php(25): XenForo_Application::handlePhpError(2, 'Invalid argumen...', '/home/nginx/dom...', 25, Array)
#1 /home/nginx/domains/site.com/public/library/SV/OptimizedListQueries/XenForo/Model/Search.php(10): SV_OptimizedListQueries_Globals::removeHardEnabledHooks()
#2 /home/nginx/domains/site.com/public/library/XenForo/Search/Searcher.php(82): SV_OptimizedListQueries_XenForo_Model_Search->getViewableSearchResults(Array, NULL)
#3 /home/nginx/domains/site.com/public/library/XenForo/ControllerPublic/Search.php(255): XenForo_Search_Searcher->searchGeneral('{search_keyword...', Array, 'date')
#4 /home/nginx/domains/site.com/public/library/SV/OptimizedListQueries/XenForo/ControllerPublic/Search.php(8): XenForo_ControllerPublic_Search->actionSearch()
#5 /home/nginx/domains/site.com/public/library/XenForo/FrontController.php(351): SV_OptimizedListQueries_XenForo_ControllerPublic_Search->actionSearch()
#6 /home/nginx/domains/site.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/nginx/domains/site.com/public/index.php(13): XenForo_FrontController->run()
#8 {main}

Code:
array(3) {
  ["url"] => string(73) "http://site.com/index.php?search/search&keywords={search_keywords}"
  ["_GET"] => array(2) {
   ["search/search"] => string(0) ""
   ["keywords"] => string(17) "{search_keywords}"
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom