truonglv
Well-known member
Hi!
If you have an ControllerHelper using namespace so you can't call its on ControllerPublic. Because this line:
Your class into that
Hope that's useful to detect
And error:
If you have an ControllerHelper using namespace so you can't call its on ControllerPublic. Because this line:
PHP:
if (strpos($class, '_') === false)
{
$class = 'XenForo_ControllerHelper_' . $class;
}
Hope that's useful to detect
And error:
Code:
Fatal error: Class name must be a valid object or a string in E:\xampp\htdocs\dev\library\XenForo\Controller.php on line 1078