Can’t fix “Maximum execution time of 60 seconds exceeded i”
-
Hello everybody,
I am trying to set up a local replication of my site, using XAMPP with Windows 10.
No problem to install WordPress. Then I used the WordPress Export/Import facility to transfer the WordPress data. The export was OK I got an xml file which I tried to Import in the local site.
The file size is 4300 Ko. The first problem was that there was a maximum upload file size at 2Mbytes. I changed the php.ini file to set upload_max_filesize and post_max_size options both to 200M. The change was not effective right away, but after a while it worked.
The second problem is the execution time. When the import is processed, it stops after approximately a minute with the error message :
“Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\wordpressgg\wp-includes\wp-db.php on line 1877”
Of course I changed also the max_execution_time in php.ini to 300, this change is effective because when executing the phpinfo() function, this parameter is indeed set to 300. I tried also to restart the server and to empty the database in order to start from fresh. But the same error message comes out with a 60 seconds figure, and not 300.
It seems this limitation does not come from the php max_execution_time option. Then my question is : where does it come from and how can I fix it ?
?? gabierThe page I need help with: [log in to see the link]
- The topic ‘Can’t fix “Maximum execution time of 60 seconds exceeded i”’ is closed to new replies.