• When I attempt to upload files into a new gallery, I’m getting an HTTP Error on all the files I want to upload. It then reports I haven’t uploaded any files but the Gallery seems to have been created (with 0 images in it).

    I’ve looked around and done what others have said:
    1) Created wp-content/gallery and set permissions to 777
    2) Deactivated all other plugins
    3) I believe I have all the other prerequisites (php, WordPress, etc)
    4) I have a clean install of NextGen and wasn’t using V1

    My host is on GoDaddy.

    Any help would be appreciated.

    http://ww.wp.xz.cn/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter zooguy

    (@zooguy)

    Any help?

    Here is what is in my .htaccess

    # 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

    I’ve set the following in my php.ini:
    safe_mode = off

    I’m using php version 5.3.

Viewing 1 replies (of 1 total)

The topic ‘HTTP Error’ is closed to new replies.