azerothcore / acore-cms

ACore CMS based on Wordpress

Home Page:https://www.azerothcore.org/acore-cms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install broken

betayi opened this issue · comments

after install from docker compose, login with admin account just created ,and active the plugin "AzerothCore Wordpress Integration", it tolds "This theme requires the following plugins: MyCred and WooCommerce.";

Install MyCred Shows:
Installing Plugin: MyCred
Downloading installation package from https://downloads.wordpress.org/plugin/mycred.2.4.7.zip…
Unpacking the package…
Could not create directory.

Install WooCommerce Shows:
Installing Plugin: WooCommerce
Downloading installation package from https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip…
Unpacking the package…
Could not create directory.

So, this installation can not continue to next step.

probably for permissions issue 🤔
cc @Yehonal

Just go into the container, create the folders mycred and woocommerce, set their permissions to chmod 777. Now it works.

775 should work as well