phaidon / Wikula

Wiki module for Zikula
5 stars 1 forks source link

Error uninstalling Wikula #70

Closed hvorragend closed 12 years ago

hvorragend commented 12 years ago
Could not load the 'extensions' module at 'remove'.
Unknown database type longblob requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.
phaidon commented 12 years ago

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 12 years ago

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 12 years ago

Strange... I cant reproduce it. Can you check in your database which field is a longblob?

hvorragend commented 12 years ago

There are no longblob fields in my database.

phaidon commented 12 years ago

Maybe it is in another module.

hvorragend commented 12 years ago

This could be, because in a clean new Zikula installation I can uninstall the module without an error.

hvorragend commented 12 years ago

Got it. It was caused by an orphaned crpcalendar table in my database. => https://github.com/jamiroconca/crpCalendar/issues/1

hvorragend commented 12 years ago

https://github.com/zikula/core/issues/220