Hello,
i changed my server.... from centos 5 to ubuntu 11.04...
now i found a new issue.... if i upload 2 or more images, all images are uploaded, but chevereto displays just the first one...
all configurations in php.ini are like:
i changed my server.... from centos 5 to ubuntu 11.04...
now i found a new issue.... if i upload 2 or more images, all images are uploaded, but chevereto displays just the first one...
all configurations in php.ini are like:
Code:
Recommended PHP configuration
You should consider this checklist as the best PHP config php.ini scenario:
upload_max_filesize = 8M or more
post_max_size = 8M or more
max_execution_time = 1000
max_input_time = 1000
But this is relative. For example, if you want to upload larger files (like 20MB images) you should rise up all the limits. So it depends on what you may need, but it's likely that this config will be fine in most cases.