upload failed for larger files

Submitted by shaupt on 2014-06-23

Hi,

I'm using WebIssues 1.1.2 and i can not upload a file of 2,7 MB, but the max_allowed_packet=10M for MySQL and the max attachment size for Webissues ist set to 8MB.

There is only a Error Message in the eventlog, but without a tip why the error occurs.

Unhandled Server_Error: 403 Upload Error in /localhome/htdocs/webissues-server/server/webissues/handler.php on line 114
Stack trace:
#0 /localhome/htdocs/webissues-server/server/application.inc.php(41): Server_WebIssues_Handler->parseCommand()
#1 /localhome/htdocs/webissues-server/system/core/application.inc.php(210): Server_Application->execute()
#2 /localhome/htdocs/webissues-server/system/bootstrap.inc.php(130): System_Core_Application->run()
#3 /localhome/htdocs/webissues-server/server/webissues/handler.php(265): System_Bootstrap::run('Server_Applicat...', 'Server_WebIssue...')
#4 {main}

Has anybody a useful tip, if there are some other parameters to set for upload of larger files.

Thanks!

I have solved my problem.
The solution was setting larger values for

post_max_size
upload_max_filesize (50 % of post_max_size)

in php.ini

Thanks!