Jacob Armstrong Posted July 20, 2010 Report Share Posted July 20, 2010 When I turned on Maintenance Mode, it turned my site white. Normally it has that little message. So, I turned it back off, but it's still white. Any ideas? My Site Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 20, 2010 Administrators Report Share Posted July 20, 2010 White means there's some PHP error somewhere, when you edited the message, were there any errors? What version are you on? Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 20, 2010 Author Report Share Posted July 20, 2010 Version: 2.1.934 The only thing that I edited was the false to true then when it messed up, the true back to false. That's all. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 20, 2010 Administrators Report Share Posted July 20, 2010 Is the message the default one? Can you paste the output from running /install/checkinstall.php? Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 20, 2010 Author Report Share Posted July 20, 2010 Is the message the default one? Can you paste the output from running /install/checkinstall.php? That's weird! It says this: [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/StatsData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/OperationsData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_edit.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/core_navigation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/classes/ezdb/ezdb_base.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/kACARS_Free/kACARS_Free.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/fspax.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/sidebar_schedules.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/sidebar_aircraft.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pilots_details.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pireps_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/ops_airportlist.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/mailer_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/lib/layout/header.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Operations/Operations.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date But I didn't remove ANYTHING. Just changed one line in the config file. Huh. So, Should I like do an upadate so that these files get replaced? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 20, 2010 Administrators Report Share Posted July 20, 2010 Yep, reupload all those files. The ones in core/templates perhaps you modified those? Modified templates should be placed in your skin's folder. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 20, 2010 Author Report Share Posted July 20, 2010 Yep, reupload all those files. The ones in core/templates perhaps you modified those? Modified templates should be placed in your skin's folder. I replaced everything and I did the check and it says that everything is ok, but the site is still blank. Also, I did edit the pirep_list.tpl in the admin templates subfolder. Is that ok? Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 21, 2010 Author Report Share Posted July 21, 2010 Anything? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 21, 2010 Moderators Report Share Posted July 21, 2010 Hey, I see what you are having problems with. How are you setting it in, like for maintacine mode, in the local config. # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon.'); Is this what you have right now? double check your local config to see. 1 Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 21, 2010 Moderators Report Share Posted July 21, 2010 Also i went to your site, and in my firebg i got the message. Failed to load source for: http://virtualamerican.org/ Did you change, ANYTHING to the index.php? I'll be here all night, maybe we can try to firgure out what is wrong. 1 Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 21, 2010 Author Report Share Posted July 21, 2010 Also i went to your site, and in my firebg i got the message. Failed to load source for: http://virtualamerican.org/ Did you change, ANYTHING to the index.php? I'll be here all night, maybe we can try to firgure out what is wrong. I re-uploaded the index.php, but didn't change anything. If I go to the site in Internet Exploroer, it just has a white screen. This is what I have in my local config file for that spot: # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon. You can still use the forums <a href="http://forums.virtualamerican.org">here</a>. YOU CANNOT SUBMIT PIREP'S WHILE IN THIS MODE! We will be back up soon.'); Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 21, 2010 Moderators Report Share Posted July 21, 2010 Ok, can you do a install check, http://virtualamerican.org/install/checkinstall.php and do http://virtualamerican.org/install/checkdb.php and let me know what it returned for both. 1 Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 21, 2010 Author Report Share Posted July 21, 2010 WOW! I FEEL STUPID! I'm SO sorry for all the problems! I saw that in the message I had the '. WOW! Sorry! Thanks for all the help! Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 21, 2010 Moderators Report Share Posted July 21, 2010 WOW! I FEEL STUPID! I'm SO sorry for all the problems! I saw that in the message I had the '. WOW! Sorry! Thanks for all the help! Your welcome man! let us know anything you need. enjoy your evening. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted July 21, 2010 Author Report Share Posted July 21, 2010 Your welcome man! let us know anything you need. enjoy your evening. You to! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 21, 2010 Administrators Report Share Posted July 21, 2010 Right, I just saw the apostrophe, glad you got it working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.