1
I have just uploaded 2.0.7.3 and all I get now is an error:
0:43 Onokazu Exp $ define("XOOPS_VERSION","XOOPS 2.0.7.3"); ?>')."/language/".$xoopsConfig['language']."/main.php"; } else { if ( file_exists(XOOPS_ROOT_PATH."/modules/".$xoopsModule->getVar('dirname')."/language/english/main.php") ) { include_once XOOPS_ROOT_PATH."/modules/".$xoopsModule->getVar('dirname')."/language/english/main.php"; } } if ($xoopsModule->getVar('hasconfig') == 1 || $xoopsModule->getVar('hascomments') == 1 || $xoopsModule->getVar( 'hasnotification' ) == 1) { $xoopsModuleConfig =& $config_handler->getConfigsByCat(0, $xoopsModule->getVar('mid')); } } } ?>I have managed to get into the admin panel and updated the system module, but it is always the same
Have I done something wrong?