- Affected App
- WoltLab Suite Gallery
Hallo,
wenn ich ein File hochladen will das grösser als 2GB ist (die PHP.ini Einstellungen sind korrekt für solche grossen Files) bekomme ich diesen Fehler.
Files bis 1,9 GB gehen problemlos.
Code
Could not execute statement 'INSERT INTO gallery1_image (isVideo,tmpHash,uploadTime,userID,username,videoFilename,videoFilesize,videoFileExtension,videoFileHash,enableHtml) VALUES (?,?,?,?,?,?,?,?,?,?)'
Fehlermeldung
Could not execute statement 'INSERT INTO gallery1_image (isVideo,tmpHash,uploadTime,userID,username,videoFilename,videoFilesize,videoFileExtension,videoFileHash,enableHtml) VALUES (?,?,?,?,?,?,?,?,?,?)'
Art
wcf\system\database\exception\DatabaseQueryExecutionException
Datei (Zeile)
/var/www/clients/client1/web1/web/Forum/WSC/lib/system/database/statement/PreparedStatement.class.php (105)
Stacktrace
/var/www/clients/client1/web1/web/Forum/WSC/lib/data/DatabaseObjectEditor.class.php (37): wcf\system\database\statement\PreparedStatement->execute(…)
/var/www/clients/client1/web1/web/Forum/WSC/Gallery/lib/data/image/ImageAction.class.php (1547): wcf\data\DatabaseObjectEditor::create(…)
/var/www/clients/client1/web1/web/Forum/WSC/Gallery/lib/data/image/ImageAction.class.php (1302): gallery\data\image\ImageAction->uploadVideo(…)
[internal function] (?): gallery\data\image\ImageAction->upload(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/data/AbstractDatabaseObjectAction.class.php (205): call_user_func(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/action/AJAXProxyAction.class.php (75): wcf\data\AbstractDatabaseObjectAction->executeAction(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/action/AJAXInvokeAction.class.php (94): wcf\action\AJAXProxyAction->invoke(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/action/AbstractAction.class.php (47): wcf\action\AJAXInvokeAction->execute(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/action/AJAXInvokeAction.class.php (61): wcf\action\AbstractAction->__run(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/system/request/Request.class.php (83): wcf\action\AJAXInvokeAction->__run(…)
/var/www/clients/client1/web1/web/Forum/WSC/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
/var/www/clients/client1/web1/web/Forum/WSC/Gallery/index.php (9): wcf\system\request\RequestHandler->handle(…)
Fehlermeldung
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'videoFilesize' at row 1
Display More
Hat jemand eine Ahnung wie man das beheben kann ?