no image after upload on large files

vernman

Joined: 2004-12-05
Posts: 19
Posted: Mon, 2012-12-17 02:44

When uploading a photo the status bar stalls and never proceeds the thumbnail is not created nor is the image. What I have noticed is that a file the size of half a meg does complete, but one of 2 (or 3) MEGs does not. I've checked my PHP.INI file and it is set to 50 MEGs. Any ideas?

Thanks

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-12-17 03:50

create a phpinfo.php in your gallery directory and post a link to it.
FAQ: How do I create a phpinfo page?

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
vernman

Joined: 2004-12-05
Posts: 19
Posted: Mon, 2012-12-17 04:14
 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-12-17 04:22

your post_max_size is only 8MB otherwise looks good.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
vernman

Joined: 2004-12-05
Posts: 19
Posted: Mon, 2012-12-17 04:28

OK, that didn't help any... Should I be changing that? The upload file size was 2 MEG & 3 MEG

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-12-17 04:42

You need to change post_max_size to 50M just like your upload_max_filesize and then restart apache
FAQ: Why can't I upload big files (over a megabyte or two)?

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
vernman

Joined: 2004-12-05
Posts: 19
Posted: Mon, 2012-12-17 12:42

That did it thanks