witrin / TypoGento

Integrating Magento with TYPO3.
15 stars 3 forks source link

Error when trying to open Magento Admin in TYPO3 #7

Closed vetmode closed 12 years ago

vetmode commented 12 years ago

Using the newest developer release:

Fatal error: Class 'tx_weetypogento_magentoHelper' not found in 
C:\xampp\htdocs\typo3\t3lib\class.t3lib_div.php on line 4934
witrin commented 12 years ago

The class tx_weetypogento_magentoHelper should be resolved by the autoloader, which uses ext_autoload.php. Unfortunately I can't reproduce this error. Make sure the TYPO3 cache is completely cleared, and if this not helps, I will need the whole stack trace from you, if possible.

vetmode commented 12 years ago

You are correct, clearing the "typo3temp" folder did the trick. Thanks Artus.