After updating Postcode Autofill to encapsulated plugin and due to big size databases this plugin installs, I get a timeout error when first installing it.
Code:
PHP Fatal error: Maximum execution time of 60 seconds exceeded in D:\wamp\www\zencartJP\includes\classes\db\mysql\query_factory.php on line 437
If I delete the last table which has been only partially installed and then run installer again, then the plugin installs normally, because more than half the tables are already installed, and it tries to install only the new ones.
It would be definitely better if it would install in one step.
It seems I can't do much on the plugin side. SQLs queries from the installer are actually cached in ZC and then executed with a limit of one minute for the whole thing.
Well, I am opened to any idea or suggestion.
Bookmarks