1
Hi, i can not login in to my site, I get this error code.
Parse error: syntax error, unexpected T_STRING in /home/stawe269/public_html/xoops/cache/adminmenu.php on line 4
please help, the first lines of that php looks like this.
$xoops_admin_menu_js = "function popUpL1() {
shutdown();
popUp("L1",true);
}
function popUpL16() {
shutdown();
popUp("L16",true);
}
function popUpL20() {
shutdown();
popUp("L20",true);
}
function popUpL26() {
shutdown();
popUp("L26",true);
}
function popUpL30() {
shutdown();
popUp("L30",true);
}
function popUpL36() {
shutdown();
popUp("L36",true);
}
Anyone knows what is wrong?