Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\beproject\vendor\dropbox\dropbox-sdk\lib\Dropbox\Curl.php on line 71
Asked
Active
Viewed 75 times
0
-
You have given us nothing to go on. Please post the code that is generating the error. – Peter Apr 02 '17 at 00:26
1 Answers
0
Change the 'max_execution_time' to 120 or higher, this can be found on xampp\php\php.ini
Change the '$cfg['ExecTimeLimit']' to 120 or higher, this can be found on xampp\phpMyAdmin\libraries\config.default.php
Restart your XAMP to regenerate the phpinfo.
Hope this will help you.

Anthony Carbon
- 608
- 1
- 5
- 18
-
I had the same problem, but this, didn't fix it now i get this message: 'Empty reply from server'. – Xsmael Jan 30 '20 at 07:18