I have two blogs on the same server. And both of them are all of a sudden giving me this error now. The serendipity_config_local.inc.php file is showing permissions of 700, and I'm unable to download a copy of it, delete it, or change permissions on it.
I tried creating a php file with the code below:
Code: Select all
<?php
chmod('serendipity_config_local.inc.php', 0777);
?> What can I do to get my blogs back up and running!!!