View Single Post
Old 08-24-2012, 10:23 AM   #3
ootpFox07
All Star Starter
 
ootpFox07's Avatar
 
Join Date: Dec 2005
Posts: 1,692
Quote:
Originally Posted by dangarion View Post
Any reason why changing ANY settings and hitting save would produce a blank page? Is there a debug or verbose mode that will report errors to me?
Most likely culprit is a PHP error. Debugging is disabled by default for the release versions, but if you go to the index.php file in the root folder, on line 44 change

Code:
error_reporting(0);
to

Code:
error_reporting(E_ALL);
That should display any errors and help debug the issue. Be sure to turn that back to the original again once your done.
__________________
OOTP Mods and Sites:
  • SimLeaguesPro - The new Premiere site for Online Leagues that runs Fantasy Leagues off OOTP games!
  • OOTP Fantasy Leagues - The original mod to run Fantasy leagues off OOTP games.

Gaming Channels:
ootpFox07 is offline   Reply With Quote