• I’ve tried for 3 days to get WP installed on my GoDaddy Linux. Every time, my pages get a “Redirect Loop”, (error appears in Firefox).

    In my most recent attempt, these are the steps I used:
    – downloaded, extracted, and uploaded WP 2.6.2 into a sub directory
    – created a blank mySQL database
    – setup wp-config.php
    – set user name and password when prompted

    This is the five minute install. Before this latest attempt I used GoDaddy’s setup wizard thingie and got the same errors.

    I’ve searched and searched and searched for a fix for this. No dice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might want to post your wp-config settings

    for starters you can’t use localhost as you DB_HOST with GoDaddy

    Thread Starter iain010100

    (@iain010100)

    you might want to post your wp-config settings

    for starters you can’t use localhost as you DB_HOST with GoDaddy

    I’m not using localhost.

    define('DB_NAME', 'BethElWP4');
    define('DB_USER', 'BethElWP4');
    define('DB_PASSWORD', 'NOT_MY_REAL_PASSWORD');
    define('DB_HOST', 'p50mysql201.secureserver.net');
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    I added

    define('WP_DEBUG', true);

    … and got these messages (not sure if that helps) …

    Notice: Undefined index: cat in /truncatedpath/wp3/wp-includes/query.php on line 525

    Notice: Undefined index: port in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: query in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: port in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: query in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: query in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 192

    Notice: Undefined index: port in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: query in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: port in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Notice: Undefined index: query in /truncatedpath/wp3/wp-includes/wp-includes/canonical.php on line 187

    Warning: Cannot modify header information – headers already sent by (output started at /truncatedpath/wp3/wp-includes/wp-includes/query.php:525) in /truncatedpath/wp3/wp-includes/wp-includes/pluggable.php on line 770

    My site’s preview url is: https://bethelnyc.org.previewdns.com/wp3/

    Fyi, I’m using the preview instead of the actual url. because I haven’t switched dns yet.

    Any help is appreciated.

    — Iain

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 2.6.2 Will Not Work on GoDaddy Linux’ is closed to new replies.