![]() |
|
php timeout - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Public Support Forums v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=66) +--- Forum: General Support Forum v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=67) +--- Thread: php timeout (/showthread.php?tid=13089) |
php timeout - dude - 09-20-2024 Hello all, ive been working with this panel for the last 5 years now. great panel! iam trying to import a large database and get a timeout error in sentora error log about max time 300 seconds. ive tried changing this in numberous php.ini files but still have the timeout. where is this setting located . iam on ubuntu 20.04 . thanks! dude heres the error. PHP Fatal error: Maximum execution time of 300 seconds exceeded in /etc/sentora/panel/etc/apps/phpmyadmin/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php RE: php timeout - TGates - 09-22-2024 (09-20-2024, 10:50 PM)dude Wrote: Hello all, ive been working with this panel for the last 5 years now. great panel! iam trying to import a large database and get a timeout error in sentora error log about max time 300 seconds. ive tried changing this in numberous php.ini files but still have the timeout. where is this setting located . iam on ubuntu 20.04 . thanks! If you have a large DB to import, the best thing to do is use 'Big Dump' It's easy to use and is web based (you put it in a folder on your site, and delete when done). It's a staggered import tool which works great for large DBs. I have used it many times over the years. Sometimes it takes a couple tries to get the settings correct if the default doesn't work. If you need help with BigDump, ask here and I'll help you. RE: php timeout - AnthonyDillard - 10-01-2024 (09-20-2024, 10:50 PM)dude Wrote: Hello all, ive been working with this for the last 5 years now great panel! iam trying to import a large database and get a timeout error in sentora error log about max time 300 seconds. ive tried changing this in numberous php.ini files but still have the timeout. where is this setting located . iam on ubuntu 20.04 . thanks! I've been using this panel for the last five years, and it's been great! Recently, while trying to import a large database, I encountered a timeout error in the Sentora error log, which mentioned a maximum execution time of 300 seconds. I attempted to change this limit in various Code: php.iniRE: php timeout - TGates - 10-04-2024 (10-01-2024, 09:00 PM)AnthonyDillard Wrote: I've been using this panel for the last five years, and it's been great! Recently, while trying to import a large database, I encountered a timeout error in the Sentora error log, which mentioned a maximum execution time of 300 seconds. I attempted to change this limit in various Instead of messing with the settings use Big Dump. I just recommended it on another post last week and I've been using it for many years now. It's very easy to use. |