Wenn ich Den Code so wie ich ihn habe, dann bekomme ich im Frondent eine Fehlermeldung (weil keine Thema eingetragen ist)
Die Fehlermeldung lautet:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/harrynt/html/typo3conf/ext/holidayweb/class.holidayweb_util.php on line 54
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /www/harrynt/html/typo3conf/ext/holidayweb/class.holidayweb_util.php on line 55
Im Code der besagten Datei von Zeile 51 bis 57 lautet
function getTheme($uid,$lang=0) {
$rsCat = mysql(TYPO3_db,"select title from tx_holidayweb_themes where (uid=$uid or l10n_parent=$uid) and sys_language_uid=".$lang);
$rowCat = mysql_fetch_array($rsCat);
mysql_free_result($rsCat);
return $rowCat['title'];
}
Blicke da nicht durch!
Kann mir da wer weiterhelfen?
Lg
Harry