Database Error:
PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php:187
Stack trace:
#0 /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php(187): PDOStatement->execute(Array)
#1 /home/koramaup/web/koramaup.com/public_html/app/helpers/DownloadTrackerHelper.class.php(73): App\Core\Database->query('UPDATE download...')
#2 /home/koramaup/web/koramaup.com/public_html/app/controllers/FileController.class.php(172): App\Helpers\DownloadTrackerHelper::clearTimedOutDownloads()
#3 [internal function]: App\Controllers\FileController->downloadHandler('1ZGd')
#4 /home/koramaup/web/koramaup.com/public_html/app/helpers/RouteHelper.class.php(396): call_user_func_array(Array, Array)
#5 /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php(222): App\Helpers\RouteHelper::processRoutes()
#6 /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php(25): App\Core\Framework::dispatch()
#7 /home/koramaup/web/koramaup.com/public_html/index.php(21): App\Core\Framework::run()
#8 {main}
Last Rendered Query:
UPDATE download_tracker SET date_finished=NOW(), status='cancelled' WHERE status='downloading' AND date_updated < DATE_SUB(NOW(), INTERVAL 15 second)
#0 App\Core\Database->notify(PDOException Object ([ * message] => SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction,[ Exception string] => PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php:187 Stack trace: #0 /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php(187): PDOStatement->execute(Array) #1 /home/koramaup/web/koramaup.com/public_html/app/helpers/DownloadTrackerHelper.class.php(73): App\Core\Database->query('UPDATE download...') #2 /home/koramaup/web/koramaup.com/public_html/app/controllers/FileController.class.php(172): App\Helpers\DownloadTrackerHelper::clearTimedOutDownloads() #3 [internal function]: App\Controllers\FileController->downloadHandler('1ZGd') #4 /home/koramaup/web/koramaup.com/public_html/app/helpers/RouteHelper.class.php(396): call_user_func_array(Array, Array) #5 /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php(222): App\Helpers\RouteHelper::processRoutes() #6 /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php(25): App\Core\Framework::dispatch() #7 /home/koramaup/web/koramaup.com/public_html/index.php(21): App\Core\Framework::run() #8 {main},[ * code] => 40001,[ * file] => /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php,[ * line] => 187,[ Exception trace] => Array ([0] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php,[line] => 187,[function] => execute,[class] => PDOStatement,[type] => ->,[args] => Array ([0] => Array ())),[1] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/helpers/DownloadTrackerHelper.class.php,[line] => 73,[function] => query,[class] => App\Core\Database,[type] => ->,[args] => Array ([0] => UPDATE download_tracker SET date_finished=NOW(), status='cancelled' WHERE status='downloading' AND date_updated < DATE_SUB(NOW(), INTERVAL 15 second))),[2] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/controllers/FileController.class.php,[line] => 172,[function] => clearTimedOutDownloads,[class] => App\Helpers\DownloadTrackerHelper,[type] => ::,[args] => Array ()),[3] => Array ([function] => downloadHandler,[class] => App\Controllers\FileController,[type] => ->,[args] => Array ([0] => 1ZGd)),[4] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/helpers/RouteHelper.class.php,[line] => 396,[function] => call_user_func_array,[args] => Array ([0] => Array ([0] => Themes\Koramaup\Controllers\FileController Object (),[1] => downloadHandler),[1] => Array ([path] => 1ZGd))),[5] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php,[line] => 222,[function] => processRoutes,[class] => App\Helpers\RouteHelper,[type] => ::,[args] => Array ()),[6] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php,[line] => 25,[function] => dispatch,[class] => App\Core\Framework,[type] => ::,[args] => Array ()),[7] => Array ([file] => /home/koramaup/web/koramaup.com/public_html/index.php,[line] => 21,[function] => run,[class] => App\Core\Framework,[type] => ::,[args] => Array ())),[ Exception previous] => ,[errorInfo] => Array ([0] => 40001,[1] => 1213,[2] => Deadlock found when trying to get lock; try restarting transaction))) called at [/home/koramaup/web/koramaup.com/public_html/app/core/Database.class.php:191] #1 App\Core\Database->query(UPDATE download_tracker SET date_finished=NOW(), status='cancelled' WHERE status='downloading' AND date_updated < DATE_SUB(NOW(), INTERVAL 15 second)) called at [/home/koramaup/web/koramaup.com/public_html/app/helpers/DownloadTrackerHelper.class.php:73] #2 App\Helpers\DownloadTrackerHelper::clearTimedOutDownloads() called at [/home/koramaup/web/koramaup.com/public_html/app/controllers/FileController.class.php:172] #3 App\Controllers\FileController->downloadHandler(1ZGd) #4 call_user_func_array(Array ([0] => Themes\Koramaup\Controllers\FileController Object (),[1] => downloadHandler), Array ([path] => 1ZGd)) called at [/home/koramaup/web/koramaup.com/public_html/app/helpers/RouteHelper.class.php:396] #5 App\Helpers\RouteHelper::processRoutes() called at [/home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php:222] #6 App\Core\Framework::dispatch() called at [/home/koramaup/web/koramaup.com/public_html/app/core/Framework.class.php:25] #7 App\Core\Framework::run() called at [/home/koramaup/web/koramaup.com/public_html/index.php:21]