• I have configured my wp-config.php file corectly (I read through all the Godaddy related support posts), but my problem is that when I browse to the install.php file, I get “The system cannot find the file specified.”

    I can put another file in the wp-admin folder, say an image file, and it renders fine, but not when I try to run the install.php file.

    The path to install.php: https://www.twistedorbit.com/blog/wp-admin/install.php

    My config.php file content:
    ======== STARTS HERE ==================
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘twistedblogger’); // The name of the database
    define(‘DB_USER’, ‘twistedblogger’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘*******’); // …and password
    define(‘DB_HOST’, ‘mysql37.secureserver.net’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);

    ======= ENDS HERE ===================

    Any help is appreciated.

Viewing 1 replies (of 1 total)
  • tonytovar

    (@tonytovar)

    Hey could you please tell me how you fixed this? I’m having problems iwth go daddy and installing wordpress. please help. write me an email to [email protected] please thanks.
    tony

Viewing 1 replies (of 1 total)
  • The topic ‘Godaddy Installation Error: “The system cannot find the file specified.”’ is closed to new replies.