Hello Everyone,
I am new to Drupal CMS. I am tyring to get Opendeals installed but getting an error on the completion of install profile.
Fatal error: Maximum execution time of 30 seconds exceeded in ...\opendeals\includes\database\mysql\database.inc on line 153
Please see the attached image for the error message.
Please advice! Thanks in advance!
| Comment | File | Size | Author |
|---|---|---|---|
| Err_after_installprofile.png | 48.77 KB | abzal |
Comments
Comment #1
georgemastro commentedGo to your wamp php.ini and increase the time to (60) in this line:
max_execution_time = 30
Comment #2
georgemastro commentedComment #3
abzal commentedHey Thanks! I put max_execution_time = 120 in .htaccess file and that fixed it!
It's ok to put in there, right?
Comment #4
yannisc commented