maintenance.php not updated/saved properly.
-
I really like the simplicity of this plugin but I have a major problem with it.
After installation and activation a default wp-content/maintenance.php file was created. However, when I make changes to the html portion in the admin the text there is updated – but the maintenance.php is not! The preview shows the changes though.
The only way to make it write a new file is to manually delete the default one created, but then another problem appears. The file seems to be saved in coded format with html entities replacing things like < > etc. and just render to text showing the html source in stead of parsing it. Example:
// Get the HTML code from plugin options ?> <!DOCTYPE html><html lang="fr-FR"> <head>Reading the code I can see that maintenance.php is supposed to get deleted before recreated on save, but that never happens. The file is not write protected or anything, server has privileges to do it so not sure what’s happening, if it’s just me or???
The topic ‘maintenance.php not updated/saved properly.’ is closed to new replies.