-
Notifications
You must be signed in to change notification settings - Fork 2
Description
After following the guide to create the docker container, during the installation of humhub it gives an error on the migrations and does not allow me to continue.
Error:
Invalid database configuration
SQLSTATE[HY000]: General error: 1025 Error on rename of './humhub/user_space_membership' to './humhub/space_membership' (errno: 194 "Tablespace is missing for a table") The SQL being executed was: RENAME TABLE user_space_membership TO space_membership
The following connection string was used:
mysql:host=db;dbname=humhub
Technical information
["yii\db\Exception","HY000",1025,"Error on rename of './humhub/user_space_membership' to './humhub/space_membership' (errno: 194 "Tablespace is missing for a table")"]
PDOException: SQLSTATE[HY000]: General error: 1025 Error on rename of './humhub/user_space_membership' to './humhub/space_membership' (errno: 194 "Tablespace is missing for a table") in /opt/humhub/protected/vendor/yiisoft/yii2/db/Command.php:1320
