Fatal error: Maximum execution time of 300 seconds exceeded in htdocs/wp-includes/functions.php on line 4758
I have this error, and the line 4758, that are the function "wp_debug_backtrace_summary". And there another error in:
htdocs/wp-includes/plugin.php
at the line 520-525-575 what is the wordpress function do_action($tag, $arg = '')
.
I triyed this: /while ( is_array($wp_filter[$tag]) && next($wp_filter[$tag]) !== false );
reset the server, and clean the plugins.
What could be the cause?
PS: i searched arround the internet but i don't understand many about wordpress.