• I have loaded everything on the site and created the data base. I know my username, data base name, password, and data base location. After trying to run the wp-config.php
    it consistantly gave me the page saying pass word, username, or data base location is wrong. Now I get this code ERROR. > Warning: main(/home/content/O/z/2/Oz2Designs/html/oz2Blog/wp-admin/wp-settings.php): failed to open stream: No such file or directory in /home/content/O/z/2/Oz2Designs/html/oz2Blog/wp-admin/wp-config.php on line 22

    Fatal error: main(): Failed opening required ‘/home/content/O/z/2/Oz2Designs/html/oz2Blog/wp-admin/wp-settings.php’ (include_path=’.:/usr/local/lib/php’) in /home/content/O/z/2/Oz2Designs/html/oz2Blog/wp-admin/wp-config.php on line 22

    What am I not doing correctly???

    Edit: I’m hosting on GoDaddy if that makes any difference…

Viewing 3 replies - 1 through 3 (of 3 total)
  • this file, wp-admin/wp-settings.php, isnt there.

    http://www.oz2designs.com/oz2Blog/wp-admin/wp-settings.php

    no esta aqui.

    Thread Starter danzig9

    (@danzig9)

    In the word press I downloaded there is no wp-settings.php in the wp-admin. There is however a wp-settings.php in the route wordpress file, so I put a copy of that in
    the wp-admin file on the server and now I’m back to getting the “Error establishing a database connection” html page.

    I’m really confused now.
    Any suggestions are most appreciated.

    Thread Starter danzig9

    (@danzig9)

    It seems that my problem has been resolved.
    I believe the main problem to be wp-config.php
    the sample file to be more precise.The area where
    you enter username, password etc. > define(‘DB_NAME’,’name’); // The name of the database
    The code originally had white spaces here where the carrot is placed > define(‘DB_NAME’, ^ ‘name’); // The name of the database
    After eliminating these spaces in the php code everything seems to be working.

    I don’t no that much about php and originally the file contained these spaces so I thought nothing of it.
    It would help if in the package you download that you eliminate those spaces in this file so others will
    spend less time trouble shooting.

    Thank you

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

The topic ‘Installation problems’ is closed to new replies.