/wp-admin/media-new.php blank after I click upload.
-
I recently moved servers and used WordPress Duplicator to move the site to the new server. I have never had an issue before. The transfer seemed to go through correctly and everything else works as far as I know.
However whenever I upload an image via the Media Uploader I get a blank page immediately after clicking upload. The image will be saved to the library without a thumbnail and when I click edit image I’m met with Image data does not exist. Please re-upload the image.
My PHP settings are thus
asp_tags
Off
enable_dl
Off
file_uploads
On
include_path
.:/usr/lib/php:/usr/local/lib/php
max_execution_time
60
max_input_time
600
max_input_vars
1000
memory_limit
96M
session.save_path
/tmp
upload_max_filesize
8MI’ve ran a WordPress repair and it found no errors in the database. I’m at a complete loss as to why this is broken here and not on the other server. Php and Apache settings are identical. Only differences are this server runs CloudLinux 7 instead of CentOS 6.
I’ve already wiped the wp-admin and wp-includes folder and uploaded fresh copies from wordpress with no resolution.
I’ve also set the permissions for the upload folder to 777 and that didn’t help either.
All plugins are disabled currently, but they are the same plugins that are on the old server and it works there, so I assume it’s not a plugin related issue.
I don’t want to start over from scratch as we’ve put a lot of work into this site and any help would be greatly appreciated as I’m going bald over this.
Thanks in advance!
- The topic ‘/wp-admin/media-new.php blank after I click upload.’ is closed to new replies.