0

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

1 Answers1

0
  1. Change the 'max_execution_time' to 120 or higher, this can be found on xampp\php\php.ini

  2. Change the '$cfg['ExecTimeLimit']' to 120 or higher, this can be found on xampp\phpMyAdmin\libraries\config.default.php

  3. 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