Blank Settings Page

Hi there. When we press Save Changes on the settings page the page loads blank. The settings do in fact change if you refresh the page.

Edit: Fixed. Settings.php had to be chmoddedd. Which is odd because the settings saved perfectly without it. But changing the chmod stopped the blank changes saved message.
 

LemoniscooL

Member
settings are saved inside the database what made them save correctly i guess
but dunno why the page died without chmod on settings.php

you could try editing your index.php look for // error_reporting(E_ALL);
remove the // and change the chmod of settings.php back to default

then you should see an error message on the blank page after saving settings
 

Basti

Administrator
Staff member
Chmodd back settings.php to 644.
Most like you have a plugin uploaded which affect the settings in some way ( SEO for example ). If you manually uploaded the plugin via ftp, you still need to click the install icon on the admin plugin manager page
 
Top