Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1142248

    cchris629
    Participant
    This reply has been marked as private.
    #1142260

    cchris629
    Participant

    Oh sry…now it worked. I got a mistake in my wp-config.php
    You can delete my posts

    #1142266

    cchris629
    Participant

    Sry, you mb think i´ll spam here. But i was to fast with “now, it works”. Problem now is, i didn’t get an error, when installing the extensions but when they are obviously installed and i´m going to the “plugins-page” to activate, they are not shown. And when i go back to X-Addons, i can install them again. :>
    How can i fix this?

    #1142688

    Rupok
    Member

    Hi there,

    It might happen if your directory (wp-content) don’t have enough permission to write files. Please try resetting your WordPress files and folders permissions. The correct settings can be found at http://www.smashingmagazine.com/2014/05/08/proper-wordpress-filesystem-permissions-ownerships/

    Let us know how it goes.

    #1142838

    cchris629
    Participant

    That is not the Problem. I changed the permissions. They are at 777 for wp-content.
    After i made the changes in wp-config.php as u explained some posts before the install button on the x-addon page works
    but as i saied, when its obviously installed it is not shown in the wp-plugins page. i also cant
    install plugins the regular way any more. i get the error: Installation failed: List could not be put on to cornerstone

    At the x-Addons page i also got an this error:

    Cornerstone has been installed, but could not be automatically activated. Please activate from the plugins page. Error Details.
    And the details says that this plugin data did not exist. thats why i also tried to install cornerstone the regular way.

    I get this error on german, so mb its not 100% correct translated :>

    I also posted my login for the wp-site and ftp for you in a post before, for a closer look

    #1142974

    cchris629
    Participant

    Okay, now it works :>. I changed the chmod in the wp-config php:

    define(‘FS_CHMOD_FILE’, 0755);
    define(‘FS_CHMOD_DIR’, 0755);

    Chmod_DIR was on 644 before.

    Ty

    #1143062

    Joao
    Moderator

    Hi Ty,

    Thanks for letting us know.

    Contact us if you need further help.

    Joao

    #1186307

    itwalay
    Participant

    I am also having this issue. The group owner on all files and folders in filezilla showing 522 522. Most of the plugins and theme not auto installing. I have to manually upload files. Whats the issue here?

    #1186508

    Christian
    Moderator

    Hey there,

    This is most likely due to incorrect WordPress setup. Please see https://www.smashingmagazine.com/2014/05/proper-wordpress-filesystem-permissions-ownerships/ for correct permissions. For further investigation, please seek help from a WordPress developer.

    Thanks.

    #1236514

    Pidl
    Participant

    I still don’t know which folder needs which permission to solve this issue.
    is it wp-content => 755 ?

    Because that doesn’t work.
    I’ve read the smashingmagazine link, but that is like chinese to me.

    I really love X, but every time it comes to install an extension, it’s a problem

    #1236522

    Pidl
    Participant

    wp-content => 777 worked

    #1236523

    Christian
    Moderator

    Glad it’s sorted out. 777 folder permission is not secure though. This is not an issue with X but rather your web host setup. You might want to consider moving to a different host.

    Thanks.