Error in import in migration tool
Permalink
Hi,
I want to import my old site using migration tool, but when clicking import in systems and settings, this error appears:
set_time_limit(): Cannot set max execution time limit due to system policy
What to do? Any easy fixes? Or do I have to live with the fact that I have to rebuild my entire page from scratch
Im not very advanced when it comes to programming, so please keep it simple yes
I want to import my old site using migration tool, but when clicking import in systems and settings, this error appears:
set_time_limit(): Cannot set max execution time limit due to system policy
What to do? Any easy fixes? Or do I have to live with the fact that I have to rebuild my entire page from scratch
Im not very advanced when it comes to programming, so please keep it simple yes
You'll need to get in touch with your web hosting provider and ask them to increase the php max execution time setting. Usually it's set to something like 30 seconds but can be overridden in the code, as the import tools are trying to do. In this case your host appears to have disabled that ability. If they won't update the setting, even temporarily, then you might want to consider moving your site to another hosting provider.
Thank you so much Jero!