[TYPO3-shop] removing EXT:table while tt products installed causes error

Wes Currier typo3 at wesfx.com
Wed Apr 5 20:22:44 CEST 2006


Thanks Franz,

How to solve LOCKUP ERROR when 'EXT:table' and 'EXT:fh_library' are not 
loaded.

I actually went with the second non official option as it seemed the 
easiest and quickest. I just wanted to make sure I wasn't going to make 
things worse.

We also now have a record of all three options in one document now.


First Non Official Option: by Stefano Cecere
_____________________________

go with FTP and delete all caches inseide typo3conf and 
typo3conf/ext/tt_products

log in backend
clear cache

install table ext


Second Non Official Option: by Janno Schouwenburg
______________________________

In my situation this did not work. To overcome this I solved it by 
editing the file t3lib_extMgm by commenting out the die function. Than I 
could login again in the be, import the new tables extension and 
reinstall tt_products. After that changed the t3lib_extMgm back to 
original and all worked fine again.


Franz Holzinger wrote:
> Hello Wes,
>> I just removed EXT:table while tt_products was still installed and
>> immediately locked up the system.
>>
>> What is the official way to restore functionality (before I screw things
>> up again.)
>>
>> I do not have access to backend or frontend at this point.
>>
> 
> This is a _known problem_ .
> 
> See the manual.
> 
> 
> Known problems
> 
> If you make an update with the Extension Manager from an older version
> of tt_products and did not install the Table Library 'table' and FEBE
> Library 'fh_library' before that, you will end up in the error message
> 
> TYPO3 Fatal Error: Extension key "table" was NOT loaded!
> (t3lib_extMgm::extPath)
> 
> Steps to undo the TYPO3 fatal error:
> 	1. edit typo3conf/localconf.php
> 	2. remove the tt_products entry
> 	3. delete the temp_CACHED_ files in typo3conf
> 	4. press reload from the browser
> 
> 
> 
> 
> - Franz



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