PHP Fatal error: Maximum execution in acronym plugin
-
Hi All,
I am using this plugin: https://www.100px.com/100wordpress/remplazador_de_acronimos_la_nueva_generacion/ but it displays the following error…
[20-Apr-2006 00:16:53] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/news/wp-content/plugins/acronym-revisited.php on line 275
Line 275 relates to this… $text = preg_replace(“|(].*)()$theAcronym()(.*)|imsU” , “$1$3$theAcronym$4$5” , $text);
This is the plugins source: https://pastebin.com/670744
Does anyone know why this error would be displayed?
Thankyou
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Fatal error: Maximum execution in acronym plugin’ is closed to new replies.