[TYPO3-shop] API change in TYPO3 4.0 RC1 makes tt_products backend unusable

Franz Holzinger franz at fholzinger.com
Thu Mar 16 18:13:06 CET 2006


Hello,

it seems that this bug caused by the change of the TYPO3 backend's page
module API will still be in the official TYPO3 4.0 .

You can overcome this error only by one of these methods:

- installing the patch from December 2005
http://bugs.typo3.org/view.php?id=1822  manually (this gives you more
flexibility and overview in the backend)

- Changing the if-clause
"if ($typoVersion >= 3009000 &&"
 to
"if ($typoVersion >= 5009000 &&"
in ext_localconf.php.


Regards,

Franz




More information about the TYPO3-project-tt-products mailing list