Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issues with flarum and docker #116

Open
andreiwow2 opened this issue Feb 23, 2023 · 0 comments
Open

Some issues with flarum and docker #116

andreiwow2 opened this issue Feb 23, 2023 · 0 comments

Comments

@andreiwow2
Copy link

After building the docker image and running docker compose, the first issue was that the database user wasn't created, and root was created without a password, even if I specified a root password for database.

I fixed that by creating manually an user in the database.

The next issue that I can't seem to figure out is that I can't enable some extensions in the Admin Panel due to errors in database.

For example if I try to enable Tags or Posts Likes, I get the following errors.

2023-02-23 01:23:01 2023-02-23 1:23:01 15 [ERROR] InnoDB: Cannot rename './flarum/flarum_users_tags.ibd' to './flarum/flarum_tag_user.ibd' because the source file does not exist. 2023-02-23 01:23:07 2023-02-23 1:23:07 16 [ERROR] InnoDB: Cannot rename './flarum/flarum_post_likes.ibd' to './flarum/#sql-backup-1-10.ibd' because the source file does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant