Hi,
It seems that your host server PHP configuration is not high enough. Please try to change php.ini file.
The php.ini file is the default PHP configuration file. Most of the Shared Hosting Company does not allow access to this file. If you are certain that you have access to php.ini file on your server, you may proceed with the following steps.
find the following values, one at a time (They are located at different lines within the file)
memory_limit
upload_max_size
post_max_size
upload_max_filesize
max_execution_time
max_input_time
memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000
Regards!
Bwsm – uiueux.com – Twitter – Facebook