PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   Resizing large images hangs (http://www.photopost.com/forum/bugs-vbulletin-3-6x/136568-resizing-large-images-hangs.html)

trBotHead May 13th, 2008 10:13 AM

Resizing large images hangs
 
I set my max image dimensions to 800x800 and am now in Maintenance -> Rebuild Image Sizes. The first 15 or so images resized just fine, but when it gets to an image that is currently 2000x3008, it just hangs.

Ideas?

Zachariah May 13th, 2008 02:53 PM

I would say there is not enought memory alocated to php to do the resize.
- I have seen this on my personal box when I tryed to resize 128,635 x 3268

I added in gallery/gallery_global.php:

Code:

Content visible to verified customers only.
after:
Code:

Content visible to verified customers only.

trBotHead May 14th, 2008 08:26 AM

I just downloaded and am now looking through gallery_global.php, but I can't seem to find:

Code:

Content visible to verified customers only.
I'm using the ConTEXT editor and running a search for any of these strings...

Zachariah May 14th, 2008 08:42 AM

It's not there , try adding it to the file under.
- error_reporting(E_ALL & ~E_NOTICE);

trBotHead May 14th, 2008 03:52 PM

haha! whoops sorry about that, I read your directions backwards;)

I just added
Code:

Content visible to verified customers only.
tried to run the resize, but it still hangs on the same image:(

ski-whiz May 15th, 2008 08:23 AM

Did this work??

Also what is you only have say 64M set in the php.ini? Will this still work by adding the 256M line, or will one have to increase the php.ini as well?

trBotHead May 15th, 2008 08:42 AM

That was exactly it ski-whiz, thanks!!

I changed my memory_limit in php.ini to 256M and it worked just fine:)


All times are GMT -5. The time now is 11:03 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97