Hi! Great module, thanks!
I can't upload more than 60 images. Is the problem in PHP or module?
there is more info needed. Watchdog outpu? PHP error? Logfiles?
Check the PHP Variables.
changing status to more info needed
> PHP error? - No
> Check the PHP Variables. Ok, i'll try
look in the php.ini
upload_max_filesize post_max_size
if suhosin module is installed, check there also.
change the variables to a higher value and restart or reload the webserver or if it a spawned FCGI Server restart the FCGI daemon.
in php.ini (LAMP on Ubuntu 9.10)
max_execution_time = 1000 max_input_time = 1000 memory_limit = 128M
upload_max_filesize = 250M post_max_size = 850M
Comments
Comment #1
bennos commentedthere is more info needed. Watchdog outpu? PHP error? Logfiles?
Check the PHP Variables.
changing status to more info needed
Comment #2
Stan.Ezersky commented> PHP error? - No
> Check the PHP Variables. Ok, i'll try
Comment #3
bennos commentedlook in the php.ini
upload_max_filesize
post_max_size
if suhosin module is installed, check there also.
change the variables to a higher value and restart or reload the webserver or if it a spawned FCGI Server restart the FCGI daemon.
Comment #4
Stan.Ezersky commentedin php.ini (LAMP on Ubuntu 9.10)
max_execution_time = 1000
max_input_time = 1000
memory_limit = 128M
upload_max_filesize = 250M
post_max_size = 850M