Freelancer
Member
I installed "Advanced Rules" from PIX-House and whenever I use that to have a Rule as interstitial before a user can view a Thread, the following errors are thrown. (By the way: the forum has "allow sales" not active – sales are not activated)...
Maybe you have a clue/hint where this error originates from...
(You see "ModEss" there above, but the Forum Sales error keeps coming even if I deactivate ModEss add-on, as long as "Advanced Rules" is active...)
Code:
Error Info
Undefined index: forum - library/XFA/ForumSales/Extends/ControllerPublic/Thread.php:19
Stack Trace
#0 /var/www/clients/client180/web812/web/library/XFA/ForumSales/Extends/ControllerPublic/Thread.php(19): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/client...', 19, Array)
#1 /var/www/clients/client180/web812/web/library/SV/ModEss/XenForo/ControllerPublic/Thread.php(17): XFA_ForumSales_Extends_ControllerPublic_Thread->actionIndex()
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(351): SV_ModEss_XenForo_ControllerPublic_Thread->actionIndex()
#3 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/clients/client180/web812/web/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
Array
(
[url] => https://www.mywebsite.com/threads/guests-online.1009/
[_GET] => Array
(
[/threads/guests-online_1009/] =>
)
[_POST] => Array
(
)
)
Code:
Error Info
Argument 2 passed to XFA_ForumSales_Extends_Model_Thread::canManageSale() must be of the type array, null given, called in /var/www/clients/client180/web812/web/library/XFA/ForumSales/Extends/ControllerPublic/Thread.php on line 19 - library/XFA/ForumSales/Extends/Model/Thread.php:19
Stack Trace
#0 /var/www/clients/client180/web812/web/library/XFA/ForumSales/Extends/ControllerPublic/Thread.php(19): XFA_ForumSales_Extends_Model_Thread->canManageSale(Array, NULL)
#1 /var/www/clients/client180/web812/web/library/SV/ModEss/XenForo/ControllerPublic/Thread.php(17): XFA_ForumSales_Extends_ControllerPublic_Thread->actionIndex()
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(351): SV_ModEss_XenForo_ControllerPublic_Thread->actionIndex()
#3 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/clients/client180/web812/web/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
Array
(
[url] => https://www.mywebsite.com/threads/guests-online.1009/
[_GET] => Array
(
[/threads/guests-online_1009/] =>
)
[_POST] => Array
(
)
)
Maybe you have a clue/hint where this error originates from...
(You see "ModEss" there above, but the Forum Sales error keeps coming even if I deactivate ModEss add-on, as long as "Advanced Rules" is active...)