You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
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
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_membershipTOspace_membershipThe 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