Re: Site and admin area offline!? Good question,
Not yet because it's a well known host and I don't think the problem is from their end. However they do have a backup tool, which i'm going try if all else fails.
I just found the offline code, it's in the index.php file
line 23
// displays offline page
if ( $mosConfig_offline == 1 ){
include( 'offline.php' );
exit();
}
So I changed the 1 to a 0, which I've tried before and it worked. But with this site I just got another error message asking me to completly remove my Mambo installation folder before preceeding... My site has been online for a month now, and obviously I removed the installation folder right at the start.
I don't have a clue what's going on, it's like something just snapped and my site is dead all a sudden. |