Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893230
    Imak
    Participant

    In a moment i bring you the information necessary to access and see whats happening in the web

    #893234
    Imak
    Participant
    This reply has been marked as private.
    #893870
    Darshana
    Moderator

    Hi there,

    Thank you for the information provided. I have investigated couple of other users having the same issue and this issue probably caused by PHP running as the apache user (mod_php or CGI) rather than the user that owns your WordPress files (suPHP or FastCGI). You can ask your hosting provider to switch over to using suPHP or FastCGI would probably fix it.

    However to bypass this issue, you can add your FTP credentials directly to your wp-config.php file.

    
    define( 'FTP_USER', 'replace_this_text_with_ftp_username' );
    define( 'FTP_PASS', 'replace_this_text_with_ftp_password' );
    define( 'FTP_HOST', 'ftp.your-site.com:21' );
    

    You can add this before the following lines.
    /* That’s all, stop editing! Happy blogging. */

    If you’re still having any issues, add the following code fragments also to set the correct file & directory permissions.

    
    define('FS_CHMOD_FILE', 0755);
    define('FS_CHMOD_DIR', 0644);
    

    Let us know how it goes.
    Thanks!

    #894982
    Imak
    Participant

    Thanks for the response, the code runs ok, but what do you recommend? i have to talk with my hosting provider to make the switch over or the code solution in wp-config is the correct way too? thanks

    #896031
    Friech
    Moderator

    Let us know how it goes.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-893230 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>