Hi! Great module, thanks!

I can't upload more than 60 images. Is the problem in PHP or module?

Comments

bennos’s picture

Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

there is more info needed. Watchdog outpu? PHP error? Logfiles?

Check the PHP Variables.

changing status to more info needed

Stan.Ezersky’s picture

> PHP error? - No

> Check the PHP Variables. Ok, i'll try

bennos’s picture

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.

Stan.Ezersky’s picture

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