Attachent errors

websourc

New Member
Ok I am not sure if this is where I ask this problem, I am tring to upload some attachments in my forums as a test. I krrp getting errors only on tring to upload a rar file or a zip file the first error I get is Upload Errors
streetrod.zip:
Your file of 2.88 MB bytes exceeds the forum's limit of 39.1 KB for this filetype. then I change the upload file size.
then the next error I get is a database error then the manage attachment box freezes up and I can't do nothing until I close it with task manager and still won't upload. I would paste the error database error here but it won't even allow me to do that. what do you think the problem could be.
 
I Got the attachment upload to work, but I HAD TO USE THE FILE SYSTEM, IS THERE ANYWAY TO FIX THE DATABASE ERRORS AND GET THAT WORKING?
 
im having the same error here using vb 3.8.0

i do the same like what u did, but file small file don't have the error.. online when its reach 1.00 mb or higher :(
 
Create a file called php.ini that has this content:

Code:
upload_max_filesize=20M
memory_limit=16M
max_execution_time=480

Put this file in your forum root and see if that helps.
 
How large a file are you trying to upload? If it's taking more than 4 minutes to upload, increase the max_execution_time to 960.
 
stormrobot have you set your php limits in PHPMyAdmin..sometimes these have to be set to allow higher limits.
 
Back
Top