升級php版本至7.1後,後台都無法進入…是什麼問題?
Error: [] operator not supported for strings
Error : Error: Call to a member function name() on null
We are working on a fix
Please come back soon ...
Error : Error: Call to a member function name() on null
用php5的版本到是正常無誤…
發現問題應該出在…
Fatal error: Call to a member function name() on null in /home/xoops/html/modules/ugm_page/interface_menu.php on line 12
Fatal error: Call to a member function dirname() on null in /home/xoops/html/modules/ugm_page/interface_menu.php on line 13
/interface_menu.php的第12、13行…先註解掉就可以了…
$mod_name = $xoopsModule->name();//模組中文名
$moduleName = $xoopsModule->dirname();//模組
不知道會影響什麼?