Now I'm upgraded beta.15 just 30min ago, and I update the Shout extension to v0.3.2
When I enable the extension, I get a mistake frome debug:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'conversation_user_conversation_id_foreign'; check that column/key exists in /www/wwwroot/xxx.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:115
Stack trace:
#0 /www/wwwroot/xxx.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(115): PDOStatement->execute()
I have run php flarum migrate
, but the problem remains.
Then I checkd the SQL in PHPMyAdmin, I found there has conversation
and conversation_user
keys, but none conversation_user_conversation_id_foreign
column/key, maybe that's what went wrong.
php flarum migrate
Migrating Flarum...
Nothing to migrate. <------