Found the error log document. it says PHP Fatal error: Cannot redeclare xcrpt() (previously declared in /home/bangaqua/public_html/forum/index.php(1) : eval()'d code:5) in /home/bangaqua/public_html/forum/library/XenForo/Route/Prefix/Index.php(1) : eval()'d code on line 5
<?php
class XenForo_Route_Prefix_Index implements XenForo_Route_Interface
{
/**
* Match a specific route for an already matched prefix.
*
* @see XenForo_Route_Interface::match()
*/
public function match($routePath, Zend_Controller_Request_Http $request, XenForo_Router $router)
{
return $router->getRouteMatch('XenForo_ControllerPublic_Index', 'index', 'forums');
}
}
or from /home/bangaqua/public_html/forum/index.php:
<?php
$startTime = microtime(true);
$fileDir = dirname(__FILE__);
require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');
XenForo_Application::initialize($fileDir . '/library', $fileDir);
XenForo_Application::set('page_start_time', $startTime);
$fc = new XenForo_FrontController(new XenForo_Dependencies_Public());
$fc->run();
Where is the error?
Also I get this
"seref()" in the error msg: PHP Fatal error: Cannot redeclare seref()