Hi, I'm getting this error message from time to time in my error_log file on my 370Gold board:
PHP Code:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/********/public_html/vb/includes/functions_newpost.php(175) : eval()'d code on line 58
I have been advised by the vB team with the following:
Quote:
Originally Posted by Wayne Luke
You have a plugin on the url_to_bbcode hook that is taking more than 30 seconds to complete its work. You will either need to fix the plugin, get support from its author or increase the max_execution time in your php.ini file to accomodate this.
The first two options are the preferable ones.
|
How can I resolve this, please?
Thanks!