azerothcore / acore-cms

ACore CMS based on Wordpress
https://www.azerothcore.org/acore-cms/
50 stars 31 forks source link

install broken #117

Closed betayi closed 1 year ago

betayi commented 2 years ago

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.

Helias commented 2 years ago

probably for permissions issue 🤔 cc @Yehonal

NicolaiLolansen commented 1 year ago

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

Helias commented 1 year ago

775 should work as well