bitnami / vms

Bitnami VMs
https://bitnami.com
Other
207 stars 43 forks source link

[<wordpress>] <corrupted woocommerce plugin> #888

Closed mdrplg closed 1 year ago

mdrplg commented 1 year ago

Describe your issue as much as you can

diagnostic bundle code: 4a869be2-b2f7-2f45-059c-7bb060166614 Using woocommerce plugin, using printful plugin Adding product to printful. plugin (printful) attempts to add product to woocommerce store. process fails returning error code 500, server error Question: does the diagnostic help determine the server error? Question: Have any ideas on how to fix?

mdhont commented 1 year ago

It seems like a permissions issue. Could you try resetting wp-content folder to the default permissions?

https://docs.bitnami.com/aws/apps/wordpress/administration/understand-file-permissions

mdrplg commented 1 year ago

By default permissions do you mean root:root? Or user:usersgroup?

On Fri, May 5, 2023, 05:13 Michiel @.***> wrote:

It seems like a permissions issue. Could you try resetting wp-content folder to the default permissions?

https://docs.bitnami.com/aws/apps/wordpress/administration/understand-file-permissions

— Reply to this email directly, view it on GitHub https://github.com/bitnami/vms/issues/888#issuecomment-1536169682, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFY4BDDOM7J4T7OP2WH2CDXETVG7ANCNFSM6AAAAAAXTVC3QE . You are receiving this because you authored the thread.Message ID: @.***>

mdhont commented 1 year ago

No, the user should be bitnami and the group daemon:

sudo chown -R bitnami:daemon /opt/bitnami/wordpress/
sudo find /opt/bitnami/wordpress/ -type d -exec chmod 775 {} \;
sudo find /opt/bitnami/wordpress/ -type f -exec chmod 664 {} \;
sudo chmod 640 /opt/bitnami/wordpress/wp-config.php
github-actions[bot] commented 1 year ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 1 year ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.