File attach causes 401

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

File attach causes 401

Post by istvanb »

I have issues uploading files to the DB. I got App error 401 when I tried to install a zip around 4MB.

config_inc.php : $g_max_file_size = 5000000;

I also modified the allowed_packet_size in the my.ini in the \mysql\bin to 5M.

No success.

Incremented both of these values to 20M, still got the error so I guess these values are right.

The error does not affect all the files, I can upload smaller ones. It is not an extension issue because I can upload smaller ZIP files as well. Any guess?

Mantis 1.2.3
Storing the files in DB
upload_max_filesize = 128M in the php.ini
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: File attach causes 401

Post by istvanb »

Ok... I have changed the max pocket size in the my.ini recently, so the sqlserver has to be restarted! Problem resolved
Post Reply