[TYPO3-german] TYPO3 Fatal Error: Extension key "tt_products" was NOT loaded! ... ???

Martin Tinnermann info at tinnermann.de
Thu Dec 7 12:53:28 CET 2006


Franz Holzinger schrieb:
>> *Parse error*:  parse error, unexpected T_CASE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in 
>> *xxx/typo3cms/typo3_src-4.0/t3lib/class.t3lib_db.php* on line *814*
>>
>>     
>
> What is the code line there?
> Or move to TYPO3 4.0.3
>
>
> - Franz
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>   
Hallo Franz,

the code in line 814 is

...
    function sql_fetch_row($res)    {
        return mysql_fetch_row($res);
    }

...

I inserted following code to specify the message.


 case "MySQL":
        if ($row = mysql_fetch_row($res)) {
           return $row;
        } else {
           print (mysql_error());
        }
    break;;

This creates the message I wrote. Which code has to be changed or is to
be updated?

your sincerely
Martin







More information about the TYPO3-german mailing list