• Hello,

    I have installed NextGen Gallery for a WordPress blog hosted on my own server: Ubuntu 10.04 LTS, Apache 2.x, MySQL 5.1.63, PHP 5.3.2.

    Everything works fine, but when I am trying to upload multiple pictures with the batch uploader, I’m getting the error: “Error. HTTP-Fehler: HHTTP Error”.

    I have found several other threads dealing with this problem and suggesting to adapt the .htaccess files, but none of those suggestions has solved my problem.

    As it is my own server I could try to adapt permissions or other modifications, but I do not know where to start. Is there a tutorial or FAQ dealing with the prerequisites NextGen needs?

    Thank you for any hints!
    Hermann Josef

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 14 replies - 1 through 14 (of 14 total)
  • I am having an identical problem. I just installed the plugin after upgrading to 3.4 and am wondering if it’s not yet compatible with the new version.

    Thread Starter Regenpfeifer

    (@regenpfeifer)

    Thank you aloeroot for your message. Maybe we will have to wait for an update?

    It’s possible. I just got it to work by turning off the Flash uploader and uploading one file at a time via the other method.

    Thread Starter Regenpfeifer

    (@regenpfeifer)

    Yes, this works for me too. But it seems a bit tedious for a larger number of pictures…

    It probably conflicts with contact form 7 plugin.

    You can try:
    Change the last line in NextGen’s ngg-config.php file from
    require_once( WP_LOAD_PATH . ‘wp-load.php’);
    to:
    require_once( WP_LOAD_PATH . ‘wp-admin/admin.php’);

    Thread Starter Regenpfeifer

    (@regenpfeifer)

    Thank you, bluello for your answer.

    I have installed Contact Form 7 in this blog. But unfortunately, neither the deactivation of CF7 nor your fix solves the problem.

    Yours, Hermann Josef

    I am having the same problem as everyone else and use contact7. I turned off flash and uploaded one at a time and that worked, but as regenfeifer says that is tedious. I am not about to do any changes in my coding, as I am not familiar with doing this. I would probably screw up the whole website!!! Are there any other options? I am currently using another gallery and would certainly like to switch to NextGen.

    If you deactive your contact form 7 plugin, and the nextgen uploader work. Mostly it conflicts with contact form 7 plugin.
    Then you should change the last line in NextGen’s ngg-config.php file.

    require_once( WP_LOAD_PATH . ‘wp-load.php’);
    to:
    require_once( WP_LOAD_PATH . ‘wp-admin/admin.php’);

    source: http://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7?replies=37

    If you are not familiar with the code, another alternative way will be:
    1. You may downloaded and reinstalled Contact Form 7 version 3.1.2 (the previous working version) from here:
    http://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip or
    http://wordpress.org/extend/plugins/contact-form-7/developers/

    or
    2. Upload the images via Zip file.

    hope it help.

    Hi I have the same issue but I use WPMU does anybody know if i deactivate and delete Contact form 7 from the network will it delete all the forms on the sites?

    Example some plugins can be deleted and reinstalled and they pick up where they left off but because Contact form 7 uses short codes i am not sure if it will work in the same way.

    Hi regenpfeifer,

    If you deactived your contact form, and the problem still there..
    It probably due to the memory_limit in php.ini file.

    Hi localsalescreator.com,

    I have try deleted and reinstalled the contact form 7. The shortcode and the form is different after reinstalled. You will need to refill the fields again.

    Thread Starter Regenpfeifer

    (@regenpfeifer)

    Hello bluello,

    thank you for your answer. The memory limit in my php.ini-file is 512MB, this should be enough…

    Wow, that worked. I never edited CSS code before. I deactivated contact 7 and changed the php file and all is cool!
    thanks to everyone who helped.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin: NextGEN Gallery] HTTP Error when uploading multiple files’ is closed to new replies.