[TYPO3-shop] New error
Simon
simon at nospam.simm.dk
Fri Nov 10 14:11:36 CET 2006
Franz Holzinger wrote:
> Hello Simon,
>
>> Hi, I have a (new) problem with my tt_products installation.
>>
>> I get this error upon trying to enter my shop:
>>
>> Catchable fatal error: Object of class tx_ttproducts_product could not
>> be converted to string in
>> /customers/httpd.www/typo3conf/ext/tt_products/model/class.tx_ttproducts_product.php
>> on line 68
>>
>
> change the line to
>
> $tableConfig['orderBy'] = $this->cnf->conf['orderBy'];
>
>
> - Franz
>
Hi Franz
Thanks - it's already there :) I tracked down the problem to be related
to a mismatch in character encoding. Trying to pump UTF-8 data with
danish characters from into an old MySQL 4.0 (ISO-8859-1) can lead to
unexpected results appearantly :)
Simon
More information about the TYPO3-project-tt-products
mailing list