1
pgarcia
Re: Bug in Xoops 2.0.18.1
  • 2008/8/5 3:40

  • pgarcia

  • Just popping in

  • Posts: 3

  • Since: 2008/8/2 1


I think that the problem is in the function xoopsfwrite() in the cp_function.php file....

function xoopsfwrite()
{
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
return false;
} else {

}
if (!xoops_refcheck()) {
return false;
} else {

}
return true;
}

Actually I didn't fix it... I commented the return false in the xoops_module_write_admin_menu function which create the adminmenu.php file.

Please, I don't have time to check more... Does someone have other suggestion?



2
pgarcia
Re: Bug in Xoops 2.0.18.1
  • 2008/8/5 2:56

  • pgarcia

  • Just popping in

  • Posts: 3

  • Since: 2008/8/2 1


wow... I have the same problems... the adminmentu.php can not be created by the xoops.

How could I fix that problem?

Thanks,




TopTop



Login

Who's Online

118 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 118


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits