I know, my hoster (all-inkl) gives me about 65mb of php-memory and this seems to be not enough...but what can i do now? All thumbnails are away now because they are deleted before rebuildFatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16000 bytes) in .../serendipity/include/functions_images.inc.php on line 1307
error when trying to rebuild thumbnail-images
error when trying to rebuild thumbnail-images
If i try to rebuild thumbnail images (because i want to change the thumnail-size), i get the following error-message

Re: error when trying to rebuild thumbnail-images
Hi
try to set a php.ini file into root of serendiptyand play around with the limits.
Ian
try to set a php.ini file into root of serendipty
Code: Select all
[PHP]
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
;;;;max_execution_time = 30 ; Maximum execution time of each script, in seconds
;;;;max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 12M ; Maximum amount of memory a script may consume (8MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
Ian
Re: error when trying to rebuild thumbnail-images
Doesn't work 
Really strange, my old wordpress-installation on same server shows
Really strange, my old wordpress-installation on same server shows
Seems, all-inkl make differences for different blog-engines.Memory limit : 256 MByte
Re: error when trying to rebuild thumbnail-images
did you try with memory_limit = 120M or something equal?
Else you have to talk with your provider.
Ian
Else you have to talk with your provider.
Ian
Re: error when trying to rebuild thumbnail-images
Doesn't make any difference with different values, error-message always shows 65mb.
Re: error when trying to rebuild thumbnail-images
You could workaround that problem, rebulding the thumbs on a different system and then just ftp them to uploads manually.
Re: error when trying to rebuild thumbnail-images
I found another way 
Seems to work now
- activate imagemagick in s9y-configuration
- add to .htaccess in s9y-main-directory
Code: Select all
AddHandler php-fastcgi .php .php4
Seems to work now