[TYPO3-english] Uninstall extension from database
Fran
sd at sd.com
Wed Aug 18 12:59:13 CEST 2010
Solved. Thank you very much.
"David Bruchmann" <typo3-en at bruchmann-web.de> escribió en el mensaje
news:mailman.37139.1282124039.610.typo3-english at lists.typo3.org...
> ----- Ursprüngliche Nachricht -----
> Von: Fran <sd at sd.com>
> Gesendet: Mittwoch, 18. August 2010 11:05:33
> An: typo3-english at lists.typo3.org
> CC:
> Betreff: [TYPO3-english] Uninstall extension from database
> > Hello:
> > When I have installed DAM Frontend my backend has broken and this
message
> > appears:
> >
> > TYPO3 Fatal Error: Extension key "dam" was NOT loaded!
> > (t3lib_extMgm::extPath
> >
> > I think if I can uninstall it from database may be I can restore backend
> > interface. Anyone knows how to uninstall an extension from database?
> >
> > Thanks in advance.
> >
> > Fran
>
>
> Hi Fran,
>
> the extension dam_frontend requires that dam is installed but at first
> uninstalling is the best because else you can't use the interface to
> install dam ;)
>
> Here we go:
> 1) with a FTP-Program like Filezilla you fetch your current
> configuration-file: /typo3conf/localconf.php
>
> 2) Open the filecopy and search for ",dam_frontend" - remove it always
> you find it. It's part of the list for the variables
> $TYPO3_CONF_VARS['EXT']['extList'],
> $TYPO3_CONF_VARS['EXT']['extList_FE'] and perhaps
> $TYPO3_CONF_VARS['EXT']['extList_BE'].
>
> The lists include all loaded extensions separated by comma. So you just
> have to take care that you don't connect two other extensions by removing.
>
> 3) Upload the changed file again and overwrite the old one on the server.
>
> Afterwards you should (if desired) 1st install "dam" and 2nd
> "dam_frontend" again.
>
> Greets,
> David
More information about the TYPO3-english
mailing list