[TYPO3-german] tt_news line 3146 - Maximum execution time of 25 seconds exceeded
Pedro J.
sectj at hotmail.com
Mon Apr 2 22:47:17 CEST 2012
Hallo Leute,
ich habe ein Problem mit Typo3 4.5.4 und dem PlugIn
tx_tt_news/pi/tt_news.php line 3146:
$results = array();
$resultsCount = array();
while (($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res))) {
$results[] = $row['uid'];
if (in_array($row['uid'], $results)) {
$resultsCount[$row['uid']]++;
}
}
Immer wenn ich den FrontEnd aufrufe, bekomme ich von PHP folgende
meldung: client 127.0.0.1] PHP Fatal error: Maximum execution time of
25 seconds exceeded in
/www/project.com/typo3conf/ext/tt_news/pi/class.tx_ttnews.php on line 3146
Warum ist das so, ist das ein Bug von den ttnews? Kennt jemand den Fehler?
Ich brauche Hilfe, dringend!!!
Gruß
Pedro
More information about the TYPO3-german
mailing list