Hallo folgende Konfiguration:
WP 2.0.9
umgebautes Theme "Relaxation"
Wenn ich in die Suche ein Wort eingebe, dass nicht exisitiert erhalte ich einen Timeout Error:
PHP
Fatal error: Maximum execution time of 30 seconds exceeded in /home/httpd/vhosts/tnp-gmbh.de/httpdocs/vzwei/wp-includes/functions.php on line 684
In der funktion.php steht an dieser Stelle:
PHP
function set_page_path($page) {
$page->fullpath = '/' . $page->post_name;
$path = $page->fullpath;
$curpage = $page;
(Anm. Zeile 684:) while ($curpage->post_parent != 0) {
$curpage = get_page($curpage->post_parent);
$path = '/' . $curpage->post_name . $path;
}
$page->fullpath = $path;
return $page;
}
Alles anzeigen
Eine erfolgreiche Suche funktioniert problemlos.
Link zum Blog:http://www.tnp-gmbh.de/vzwei
Hat jemand eine Idee?
Danke
tina