• For reasons beyond my control I was forced to move a rather complex, but working installation of WordPress to a new server (a Windows Server). It’s been nothing but trouble from the beginning. Last night though, I found a very serious problem and I can’t figure it out.

    I cannot upload anything using WordPress.

    If I attempt to upload an avatar using the local-avatar plugin, I get this error:

    Upload error: Upload directory doesn’t exist.
    (the folder does exist though)

    If I try to upload images using NextGen Gallery I get this error:
    Fatal error: Cannot redeclare class nggmeta in //nawinfs05\home\users\web\b350\ipw.carolinasoaring\wp-content\plugins\nextgen-gallery\lib\meta.php on line 12

    If I attempt to use the native WordPress Media Library upload I get this error:
    HTTP error.

    I also have the Simple:Press Forum plugin. When I attempt to upload an avatar through that interface, it says it was successful but the file doesn’t actually upload and nothing changes.

    Every other aspect of these plugins and the site works fine. All of the files I uploaded to the galleries etc, when I was on the previous server are all still in their folders and are accessible. I just cannot upload anything new inside of WordPress.

    All of the folders in question are on the server in the correct locations and are all 777. I believe I’m using 2.7 and I’m on a windows server over at iPower. I’ve done a lot of transfers of WordPress sites and never seen anything like this.

    To make matters worse, I just discovered this bug at 4 a.m. and have to deliver the site by 10 a.m. today. I was just doing last minute tweaks when I noticed it. Please, please, somebody give me something… anything.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Does the upload folder actually exists? It all sounds like a permission problem.

    Thread Starter jimmymjb2

    (@jimmymjb2)

    yeah, I’ve verified the existence of every folder that each plugin uses (3 or 4 different folders in all) and double checked the permissions were all set at 777. Those folders contain all of the stuff I uploaded to them when it was running on the other server and the galleries all work. I even made a few new folders but still no uploading.

    I’ve got the same issue. Did you find a solution?

    In the avatar plugin settings you need to check the box for

    Or, use legacy (v7.3 and lower) $_SERVER[‘DOCUMENT_ROOT’] method

    Still doesn’t work – anyone got any other suggestions?

    Have you adjusted the .htaccess file and the wp_options in the database via phpmyadmin?

    58 – 0 – upload_path – wp-content/uploads

    This is what it says in phpmyadmin

    I think its your second option under the wp-options,
    siteurl

    for id 58, my uploadpath is blank and everything works on mine.

    Thx DocEroc:

    I had no idea how to fix this. I managed to move my blog database lock, stock and loaded barrel. (from godaddy to hostgator, which I’m really pleased about btw) Everything worked fine except auto uploading images with the wp interface.

    From your suggestion, I found the wp_options upload path row and changed it. Now it works. Excellent! Cheers, Bree

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘I moved my WordPress Site; now I can’t upload anything!’ is closed to new replies.