witrin / TypoGento

Integrating Magento with TYPO3.
15 stars 3 forks source link

Error when trying to open Magento Admin in TYPO3 #6

Closed vetmode closed 12 years ago

vetmode commented 12 years ago

After installing and configuring (and setting tx_weetypogento_group manually) I get this:

Fatal error: Class 'Zend_Log' not found in 
C:\xampp\htdocs\magento\app\code\community\Wee\Typogento\Model\Url.php on line 64
witrin commented 12 years ago

I'm afraid that this will not be the last time, that we'll get this kind of an error. Alan Storm provides a good explanation on Stack Overflow about what might be happend here. Therefore, it could be necessary to customize the Magento error handler.

witrin commented 12 years ago

As I had suspected above, there's a lot of function calls which use references. I will fix them all at once.

witrin commented 12 years ago

The commit 725f3b301ad38af5ea9099187d7610627f91edf0 belongs to issue #2 and has mistakenly linked with this one.