1
wishcraft
bytes exhausted in protector\include\ precheck.inc.php on line 27

You will find there is an over zealous clause in protector, that always in all instances of calling due to existing from before preloaders needs to be removed ASAP..

in either \modules\protector\include\precheck.inc.php in either 2.6 in the modules folder or earlier versions of xoops you will need to rem out the following lines:

Lines 26 - 29 (Copy or delete)
/*
 * if (class_exists('XoopsDatabase', false)) {
 *    require dirname(__FILE__) . '/postcheck.inc.php';
 *    return;
 * }
 */


This will be causing a white screen of death WSOD or preventing things like Xortify from boot strapping correctly. This line is not really required, it was never tested, and sits in a permanent loop in all basic to complex instantiations I have tested it in. It is over zealous checking which it will do at any rata.

Thanks

Login

Who's Online

218 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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