Windows 2003 Server IIS / 6.0
Xoops 2.0.14
MySQL 4.1
PHP 5.1.6
Site:
http://cms.pridedepot.com[Edited by JMorris] Don't give out the URL to your phpinfo. This can expose information that hackers can use to compromise your site.ALL pages are blank and I can not get into admin to turn on debug.I JUST SENT OUT A HUGE PROMOTION for the site so this could not have happned at a WORSE time. This site has been up an running fine for months.
I have other XOOPS sites on the same server that work fine.
I was setting up a custom group and was troubleshooting permissions issues. The two things I remember doing last were trying to assign a user to two groups, not sure if this is ok to do or not, Registered Users and the new custom group. When I logged out to test, I got the "White Screen of Death" on ALL pages and now I can not get into admin to turn on debug.
I found
https://xoops.org/modules/smartfaq/faq.php?faqid=80 and went through that but I still can not get the debug errors to show up.
I was able to login to the database using both phpMyAdmin AND the MySQL Administrator. I found a couple of tables open and ran a repair. That went well and then optimized the db. All the data looks ok from what I can tell. I then Rebooted the server but I still can not get an error to show up or get into the site at all.
I then checked
include/common.php error reporting code: // ############# Error reporting settings #############
if ( $xoopsConfig['debug_mode'] == 1 || $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
$xoopsLogger->enableRendering();
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == 2 );
} else {
error_reporting(0);
$xoopsLogger->activated = false;
(ALSO TRIED 'true') }
$xoopsSecurity->checkBadips();
PHP.INI Changes MadeChanged line
FROM ; - display_errors = On [Security]
To: display_errors = On [Security]
Then I changed line:
FROM: ; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
TO: error_reporting = E_ALL [Code Cleanliness, Security(?)]
Then I ran an IISRESET - No change.
I then backed up the database and then ran:
UPDATE myprefix_config SET conf_value=1 WHERE conf_name = 'debug_mode'
[b]Still no errors showing up and ALL pages are white.[b]
I am at my wits end and REALLY freaking out!!!!
I would be VERY greatful if someone can help me.
Thanks - Technobia