Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114641
    Stanley Tan
    Participant

    Hi, I have a problem installing the extensions on X.

    I have tried adding this to our 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' );
    define('FS_CHMOD_FILE', 0755);
    define('FS_CHMOD_DIR', 0644);

    Any other ideas?

    #1114750
    Stanley Tan
    Participant

    Solved!

    I added this

    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' );

    but I added the wrong info.

    /facepalm

    #1114886
    Prasant Rai
    Moderator

    Great I am glad you figured it out.

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