Log in

View Full Version : Problem With Attachments.


RazerZoneX
11-05-2008, 11:24 PM
I was trying to upload a 23mb zip file of my pictures on my vBulletin forum based site. But it gives me a upload error. Yes, I maximized my attachment size in the Admin CP. It's my own dedicated server that I run with DirectAdmin. With Apache 1.3.41 & MySQL 5.0.67. If any solutions can be given it would be appreciated.

Lynne
11-05-2008, 11:30 PM
I copied this list from vb.com at one time:

Attachment Limits:
These settings might be limiting:

PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time

MySQL Settings:
max_allowed_packet
max_packet_size
wait_timeout

RazerZoneX
11-05-2008, 11:37 PM
Well, can you help me where to find them or edit them by SHS or anything? It would be really appreciated.

Brandon Sheley
11-06-2008, 01:45 AM
I would say look in the php.ini file
here is a tutorial I found with a quick search :)

http://www.teknobites.com/2007/04/27/how-to-edit-phpini-file-to-increase-memory-limit/

cheers
-Brandon