1
After creating a backup I recieve this error when trying to access my site.It seems something has gone wrong.Would anyone be willing to elaborate for me.What should be on line 97
Warning: require_once(/xxxxxxxx/xxx/xxxxxxxxxx/htdocs/xxxxxxxx/class/xoopssecurity.php) [function.require-once]: failed to open stream: No such file or directory in /xxxxxxxx/xx/xxxxxxxxxxx/htdocs/xxxxxxx/include/common.php on line 97
Fatal error: require_once() [function.require]: Failed opening required '/xxxxxxxxx/xx/xxxxxxxxx/htdocs/.omnilinkit/class/xoopssecurity.php' (include_path='.:/usr/lib/php5') in /xxxxxx/xx/xxxxxxxxx/htdocs/.omnilinkit/include/common.php on line 97
here is what I have
96 // Instantiate security object
97 require_once XOOPS_ROOT_PATH."/class/xoopssecurity.php";
98 global $xoopsSecurity;
99 $xoopsSecurity = new XoopsSecurity();
100 //Check super globals
101 $xoopsSecurity->checkSuperglobals();