jebediah Posted November 3, 2012 Share Posted November 3, 2012 (edited) Hi guys. Yes, the never ending story, and i cant solve it by my own. I want to import a database file on ~350mb. So i've change the necessary lines in the php.ini file. upload_max_filesize 400M post_max_size 400M max_execution_time 3000 max_input_time 3000 Well the upload seems to work fine now, but right after the upload to browser says "waiting for www.xxxxxxx.com" and after a couple minutes "6-7 min or so" i recive this message. Fatal error: Maximum execution time of 300 seconds exceeded in /dir/xxx/xxx/string_mb.lib.php on line 47 Well, the line 47 in that file is return mb_substr($string, $start, $length); I'm out of ideas, and i don't think i have to mention that i'm new to phpmyadmin Edited November 3, 2012 by jebediah Quote Link to comment Share on other sites More sharing options...
hell_yeah Posted November 3, 2012 Share Posted November 3, 2012 (edited) I guess this is something related to myphpadmin configurations, try to change the $cfg['ExecTimeLimit'] variable and increase the amount of time set there. You may find your file "config.inc.php" under phpMyadmin folder in your web server. Edited November 3, 2012 by hell_yeah Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.