Every page, front and back end, are all blank
-
I honestly don’t know if it’s WordPress 3.5 because it was a website I built several months ago that I trained someone to manage. They are telling me the site is down and I checked. Every page is a blank white screen with no source code. Even the admin area. I did some research to see similar problems, but mostly they were issues form 3-6 years ago. Tried a few of their solutions including:
1) Increasing the memory limit in wp-config (I’ve had to do this once already, it’s at 256M)
2) Renaming the plugins folder to plugins.hold via FTP do deactivate plugins without logging in
3) Checked htaccess to see if there’s any signs of hacking. All that’s in there is this:
# Use PHP5.4 Single php.ini as default AddHandler application/x-httpd-php54s .php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Doesn’t look too suspicious, but I could be wrong.
I also ran it through Sucuri to see if it caught anything and it said it couldn’t scan the page because there was nothing there (FTP says otherwise, all pages and content are still there). It also said “You’ve been hacked!” which is a possibility, but also could’ve been a ploy to get me to pay for their services cponsidering it had a nice big button that said “Sign up Here” right next to it.
Website is https://www.theatre98.org.
The website contained basic information, though it did have a lot of photos, and I fear the reason I had to increase the memory in the first place was because they were uploading hundreds of photos without resizing them which may have led to the memory issues.
There’s literally nothing there via browser. I’ve gone to individual pages and they are all blank, including admin pages. I can’t do a thing for the front end. Some other suggestions were things like deleting all the files and reuploading them or making a database backup and removing WordPress all together and doing a fresh install. I’d like to avoid having to re-do anything, so I’m asking for some suggestions, and any help would be great!
Thanks!
- The topic ‘Every page, front and back end, are all blank’ is closed to new replies.