witrin / TypoGento

Integrating Magento with TYPO3.
15 stars 3 forks source link

Extension installation error #4

Closed vetmode closed 12 years ago

vetmode commented 12 years ago

After installing the TYPO3 module in extension manager:

Catchable fatal error: Argument 4 passed to t3lib_cache_Factory::create() must be an array, null given,
called in C:\xampp\htdocs\typo3\typo3conf\temp_CACHED_ps7c6a_ext_localconf.php on line 1562 
and defined in C:\xampp\htdocs\typo3\t3lib\cache\class.t3lib_cache_factory.php on line 82
witrin commented 12 years ago

This is caused by c3a0027, and its unclean use of global variables. I will fix this within the next hours.

witrin commented 12 years ago

I think I will remove this part. The caching framework garbage collection task should be used instead to clean up the cache, which currently is only used for SOAP requests both in backend and in frontend.

vetmode commented 12 years ago

Confirmed fixed, thanks witrin.

witrin commented 12 years ago

My pleasure. Thanks for reporting this bug.