This occurs because your script is running longer than the maximum amount of time allotted to a php script in the php.ini settings. Check with your host to find out where your php.ini file is located, edit the setting and restart the webserver.
max_execution_t ime is the setting you'll want to change
Comment