Support » Plugins » [ Plugin: NextGen Gallery ] multiple upload issues…

  • Resolved bjorn@elementMEDIA

    (@bjornelementmedia)


    I’m trying to upload multiple files with the flash uploader. It appears that I’m hitting the 2MB limit as images under this size upload ok, I have changed the max upload to 64MB but am still having problems. I’ve looked in the NextGen Gallery code specifically “nextgen-gallery/admin/js/swfupload.js” but looks like it has no file size limits, I only had a quick look so may have missed it but pretty sure these lines say it all:

    this.ensureDefault("file_size_limit", 0);	// Default zero means "unlimited"
    	this.ensureDefault("file_upload_limit", 0);

    Any help on this matter would be greatly appreciated. I need this to work for a client so upload needs to work via wordpress not ftp 🙁

    Cheers for any help that may be out there.

    WordPress V3.1.3
    NextGen Gallery V1.7.4

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bjorn@elementMEDIA

    (@bjornelementmedia)

    Anyone?

    Thread Starter bjorn@elementMEDIA

    (@bjornelementmedia)

    Getting real sick of trying to get this to work.

    I’ve upped the following in my php.ini:

    • max_exucution_time
    • max_input_time
    • memory_limit
    • upload_max_filesize
    • post_max_size

    These all appear to have worked but still get errors. I also added upload_tmp_dir, I have no idea if that’s working yet, I’m assuming it is as files under 2MB work. Also edited the .htaccess file with the following:

    <IfModule mod_security.c>
    <Files upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    Surely the devs actually reply to their support requests on here.

    Otherwise… anyone else have any ideas?

    My next attempt will be editing the WordPress “upload.php” file.

    Fingers crossed this works, this is all I’m waiting on to get my clients site up, he’s getting a bit anxious now.

    Thread Starter bjorn@elementMEDIA

    (@bjornelementmedia)

    After a week or so trying to figure out what has been causing issues with multiple uploads in the NextGen Gallery I have solved the problem.

    I have the site in question hosted on my VPS, I didn’t think I had set any upload restrictions, however by default php had a “upload_max_filesize” limit of 2MB.

    How to fix this on your VPS in WHM.

    Go to Service Configuration > PHP Configuration Editor then change your “upload_max_filesize” to what ever limit you would like to set, I set mine to 64MB, it should do the job for what my clients need it for.

    If you are using shared hosting, ask your hosting provider to change the “upload_max_filesize” for you.

    Hope this might help others out there having the same problem I had.

    Happy creative coding everone.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[ Plugin: NextGen Gallery ] multiple upload issues…’ is closed to new replies.