|
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 32M
Well your base PHP settings might affect things a little like if a larger file is uploaded the script may timeout if it takes longer than 30 seconds or more than 32m of memory.
The upload script in vbgallery tries to override the PHP defaults and I wonder if your server prevents this.
You can send us a url admin login and ftp access to the contact link in our header and we can take a look
|