PDA

View Full Version : need help vB 3.7.0 upload attachments problem


Jongos_Kaya
Sat 3rd May '08, 9:09am
please see my problem here

http://www.vbulletin.com/forum/project.php?issueid=25407

thanks for help.


Regards

Jake Bunce
Sun 4th May '08, 2:04am
Mike's suggestion should have worked. The error indicates that the memory_limit has been exceeded, so you need to increase or disable that limit. You can do this by adding this line to your includes/config.php file:


ini_set('memory_limit', -1);