PDA

View Full Version : Database Error while Uploading File


hardiksadaria
10-19-2011, 04:09 PM
Hello Friends,

I am getting database error while uploading file in .rar and .zip file upto 5 MB.

Here snapshot for reference.

Lynne
10-19-2011, 04:12 PM
What is the exact database error (it should be getting emailed to you if you set it up in the config.php file)?

And, did you add the .rar and .zip extensions to the Attachment Manager? And, what are the following settings:

PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time

MySQL Settings:
max_allowed_packet
wait_timeout

Those will all affect your ability to upload files.