Forums

[Plugin: NextGEN Gallery] Problems uploading more than 1 image at a time (16 posts)

  1. designerwood
    Member
    Posted 3 years ago #

    I'm having problems using any uploader other than the single-non flash. It will process the images, create thumbnails then say 0 images have been added to the gallery. Any help is appreciated.

    Server Settings

    * Operating System : FreeBSD
    * Server : Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g
    * Memory usage : 12.77 MByte
    * MYSQL Version : 5.0.24a-log
    * SQL Mode : Not set
    * PHP Version : 5.2.2
    * PHP Safe Mode : Off
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 128M
    * PHP Max Upload Size : 20000000
    * PHP Max Post Size : 8M
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : Yes ( V1.4 )
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    GD support

    * GD Version : bundled (2.0.34 compatible)
    * FreeType Support : Yes
    * FreeType Linkage : with freetype
    * T1Lib Support : No
    * GIF Read Support : Yes
    * GIF Create Support : Yes
    * JPG Support : Yes
    * PNG Support : Yes
    * WBMP Support : Yes
    * XPM Support : No
    * XBM Support : Yes
    * JIS-mapped Japanese Font Support : No

  2. designerwood
    Member
    Posted 3 years ago #

    I've been looking for ideas for awhile now, I read people talking about turning off the batch upload, but I don't see that option in this version.

    My folder permissions seem to be fine.

  3. designerwood
    Member
    Posted 3 years ago #

    (Running flash 9 as well, tried on my Mac OSX and Vista)

  4. designerwood
    Member
    Posted 3 years ago #

    Updated today to WP2.6 and updated nextgen, still having the same issue. Imagine it's a permission issue or something, but everything looks fine. (still creates thumbnails fine, but doesn't update the database with links to the new images)

  5. Alex Rabe
    Member
    Posted 3 years ago #

    Does the wp core flash uploader work ?

  6. bbrey
    Member
    Posted 3 years ago #

    I'm having the same problem. I also tried to upload a zip file and after a few min the page blanked out.

    Here's the error i Receive.

    Fatal error: Call to undefined function wpmu_enable_function() in /mnt/local/home/folder/domainmame.com/wp-content/plugins/nggallery/admin/wp25/functions.php on line 711

    I'm using wordpress mu 1.51. I tried both the standard upload and flash upload. any ideas?

    BRian

  7. designerwood
    Member
    Posted 3 years ago #

    Thanks for the response. Yeah the core flash uploader works fine.

  8. Alex Rabe
    Member
    Posted 3 years ago #

    I need to have a look on your server for that, contact me by email if interested

  9. rlinden
    Member
    Posted 3 years ago #

    Running om Wp 2.6/NG V0.98.
    When scanning a directory with 259 files (*.jpg) the progress bar stops at 42% (=108). Checking the Gallery, the number of pictures in the gallery is 0 (zero).
    Is there a maximum number of files when scanning for new images?

  10. geo316
    Member
    Posted 3 years ago #

    is there a fix for this? Every thread I've seen ends with Alex offering to debug on server, but nothing gets posted for the rest of us...

    its the same issue for me:

    progress bar shows upload complete but text says 0 pictures have been added. FTP reveals that files are in fact there. Works with flash, non flash, zip upload options, but pictures always are 0...

    also when creating empty gallery and then FTP'ing image files into the gallery folder, clicking "scan for new files" used to find the files and populate the gallery - now it says:

    0 picture(s) successfully added
    Unable to create directory /home/decross/public_html/cckearny//thumbs !

    Not only is that a broken path, but all the other gallery data seems to get dropped from the form.

    Help! I love NGGallery but this is making it unusable for me and my clients...

    George

  11. Xplozn
    Member
    Posted 3 years ago #

    I had a lot of trouble with uploading images until I was directed to this page

    http://wordpress.org/support/topic/164999?replies=1

    After going through it bit by bit, I found that the Feedburner plugin was the culprit. I had to deactivate it to upload images, then reactivate it again when finished.
    Might be worth looking at this or some of your other plugins and deactivate them all, then reactivate them one by one and try to upload an image each time.
    Good luck.

  12. seanzyville
    Member
    Posted 3 years ago #

    I get this error in NextGen v.99.1 when uploading pictures just in case there is a link to my problem.

    ERROR: 061220081211.jpg :
    Fatal error: Call to undefined function wpmu_enable_function() in /home/admin/public_html/modelsorg.com/wp-content/plugins/nextgen-gallery/admin/wp25/functions.php on line 709

  13. Binh
    Member
    Posted 3 years ago #

    I got exactly the same problem when uploading. What I know is I'm using WPMU so that wpmu_enable_function() is funny.

  14. Alex Rabe
    Member
    Posted 3 years ago #

    for which version ?

  15. alberto@tomato
    Member
    Posted 3 years ago #

    I've resolved this issue (NG 1.2.2, WP 2.7.1) with a quick and dirty hack to nextgen-gallery/admin/functions.php. Try to change your check_quota() function (line 712) with this:

    function check_quota() {
    		// Only for WPMU
    			if ((IS_WPMU))
    			{
                    $ngg_options = get_site_option('ngg_options');
                    if($ngg_options['wpmuQuotaCheck'] && $error = upload_is_user_over_quota( false ) ) {
    					nggGallery::show_error( __( 'Sorry, you have used your space allocation. Please delete some files to upload more files.','nggallery' ) );
    					return true;
    				}
    			}
    			return false;
    	}

    Don't know if this fixes your problem, but hope it helps.

  16. creativeliza
    Member
    Posted 3 years ago #

    I am also having problems with uploading images other than through the single option. When I try to upload a ZIP file I get this error:

    Uploaded file was no or a faulty zip file ! The server recognize : application/octet-binary

    I have tripled-checked the permisions -- that is'nt the issue.

    When I try to import and image folder it says it's unable to create the thumbs directory. When I upload through the Flash loader I get an HTTP Error.

    I have no other plugins installed.

    Any ideas appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.