Error uninstalling Wikula
Closed this issue · 8 comments
hvorragend commented
Could not load the 'extensions' module at 'remove'.
Unknown database type longblob requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.
phaidon commented
There should be no longblob. Maybe your database is still from doctrine1 version. Can you remove the module by hand, install it again and test if the install works.
hvorragend commented
This WAS a fresh installation of Wikula.
I checked it twice now and I still have this deinstallation error.
After that I have to manually clean up the database each time.
phaidon commented
Strange... I cant reproduce it. Can you check in your database which field is a longblob?
hvorragend commented
There are no longblob fields in my database.
phaidon commented
Maybe it is in another module.
hvorragend commented
This could be, because in a clean new Zikula installation I can uninstall the module without an error.
hvorragend commented
Got it. It was caused by an orphaned crpcalendar table in my database.
=> jamiroconca/crpCalendar#1
hvorragend commented