Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @unyson,

    I finally managed to get plugins updating – still not a permission issue, but instead I had to add the following line to my wp-config.php

    define(‘FS_METHOD’, ‘direct’);

    thanks,

    paultheroyal

    (@paultheroyal)

    Hi guys,

    I’m having the same issue.

    I can install locally, add the plugins to git, deploy to the live server. On the live server I can not download and install the page builder.

    Feels like permissions.

    on live.
    – Apache is running as apache in the www group
    – local user is ec2-user which is also in the www group
    – html root and all files/folders underneath are owned by my local user (ec2-user), and the group is www
    – wp_content and its sub folders/files, has its permissions set to 777 temporarily

    The only thing I haven’t really checked is the wp_options table, I had a quick scan through but couldn’t see anything.

    any tips?

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)