Xelson / flarum-ext-chat

☁️NeonChat — native realtime chat application for Flarum
https://discuss.flarum.org/d/25361-neon-chat-native-realtime-chat-applicaiton
MIT License
20 stars 8 forks source link

Uninstall not working #20

Closed datlechin closed 2 years ago

datlechin commented 2 years ago

Got some errors when i try to uninstall this extension

POST http://localhost:8000/api/extensions/xelson-chat

PDOException: SQLSTATE[HY000]: General error: 1828 Cannot drop column 'removed_by': needed in a foreign key constraint 'neonchat_chat_user_removed_by_foreign' in /home/xxx/flarum/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117
Xelson commented 2 years ago

Should be fixed in b97ffb279a4b5b46dafb322a12444ae5b7281efb. Please check

datlechin commented 2 years ago

Oki, thanks

datlechin commented 2 years ago

Hey, it's still same error I tried run migrate and clear cache But nothing change

datlechin commented 2 years ago

PDOException: SQLSTATE[HY000]: General error: 3730 Cannot drop table 'neonchat_chats' referenced by a foreign key constraint 'neonchat_messages_chat_id_foreign' on table 'pushedx_messages'.

Xelson commented 2 years ago

my bad, please try 5cd2c3527639d6c61c10f73364faba8e5004f4a1

datlechin commented 2 years ago

It's works now 🥰🥰