You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another user report that there is an error 500 when you try to export a database:
[28-Dec-2019 23:18:27 UTC] PHP Fatal error: Uncaught TypeError: set_time_limit() expects parameter 1 to be integer, string given in /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php:4842
Stack trace:
#0 /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php(4842): set_time_limit('28800') #1 /usr/local/nginx/html/25218_mysqladmin106/export.php(333): PhpMyAdmin\Util::setTimeLimit() #2 {main}
thrown in /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php on line 4842
Didn't test that myself but you may want to check it...
williamdes
changed the title
500 when exporting - set time limit
error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int valu
Dec 31, 2019
williamdes
changed the title
error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int valu
error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value
Dec 31, 2019
@pamamolf now fixed.
Please read the documentation and use int for in values or you will break more things
But I still agree that we should handle it on our side
Another user report that there is an error 500 when you try to export a database:
[28-Dec-2019 23:18:27 UTC] PHP Fatal error: Uncaught TypeError: set_time_limit() expects parameter 1 to be integer, string given in /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php:4842
Stack trace:
#0 /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php(4842): set_time_limit('28800')
#1 /usr/local/nginx/html/25218_mysqladmin106/export.php(333): PhpMyAdmin\Util::setTimeLimit()
#2 {main}
thrown in /usr/local/nginx/html/25218_mysqladmin106/libraries/classes/Util.php on line 4842
Didn't test that myself but you may want to check it...
Thanks
Originally posted by @pamamolf in #15200 (comment)
The text was updated successfully, but these errors were encountered: