This topic is locked

Unlimited picture size

10/25/2007 1:09:01 PM
PHPRunner General questions
I
Idol author

Hi!
I've tried to upload a picture which was 3,5 MB ....But I've got this message at the 'add page':
<<< Record was NOT added >>>
Got a packet bigger than 'max_allowed_packet' bytes
How can I remove this , so that my site would accept Big size images, even images larger than 3,5 MB?
Thanks alot!

Alexey admin 10/26/2007

Hi,
this error is generated by MySQL server.

You need to increase max_allowed_packet MySQl configuration variable to upload larger files.
Contact your database server admin to resolve this issue.