Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tallperson

    (@tallperson)

    Thank you. Updated as follows:

    define(‘AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘FTP_CONTENT_DIR’, ‘/home/content/xx/xxxxxxx/html/wp-content/’);
    define(‘FTP_PLUGIN_DIR ‘, ‘/home/content/xx/xxxxxxx/html/wp-content/plugins/’);
    define(‘FTP_USER’, ‘xxxxxxxx’);
    define(‘FTP_PASS’, ‘xxxxxxxx’);
    define(‘FTP_HOST’, ‘domain.com’);

    Still no luck logging in. Any other suggestions?

    Thread Starter tallperson

    (@tallperson)

    Here’s what I did. Took the “define” section of the PHP file:
    define(‘AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);

    And added your additions to it:
    define(‘AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_KEY’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘SECURE_AUTH_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘LOGGED_IN_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘NONCE_SALT’, ‘xxxxxxxxxxxxxxxxxxxx’);
    define(‘FTP_CONTENT_DIR’, ‘ftp://username@domain.com/wp-content’);
    define(‘FTP_PLUGIN_DIR ‘, ‘ftp://username@domain.com/wp-content/plugins’);
    define(‘FTP_USER’, ‘username’);
    define(‘FTP_PASS’, ‘password’);
    define(‘FTP_HOST’, ‘domain.com’);

    Still not working. Where did I mess up?

    –Andrew

    Thread Starter tallperson

    (@tallperson)

    Wouldn’t you know it? Just successfully added and deleted a test file from the FTP. Appears that permissions via FZ are fixed.

    However, still unable to access via WP admin. Also, still need an English translation on how to update wp-config.php file.

    Thread Starter tallperson

    (@tallperson)

    Thank you for replying, but is there any way to present this as a “WordPress FTP for Dummies” book would?

    Also, I am unable to upload files to my FTP, so even doing this only gets me so far.

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