• Fatal error: Failed opening required ‘//wp-settings.php’ (include_path=’.:/usr/freeware/lib32:/usr/people/apache/htdocs/horde/pear’) in //wp-config.php on line 20

    is what i get when i try to install wordpress.. all the files are there, i dont know what to do,

    thanks for the help..

Viewing 7 replies - 1 through 7 (of 7 total)
  • What operating system is the server running?

    The wp-config.php and wp-settings.php files almost certainly do not live in the root dirctory (/). What is the full path to the directory in which you installed WordPress?

    wp-config.php should be able to figure out this path (by using dirname(__FILE__). The error message indicates that this is not working as expected.

    Thread Starter indiepoprockjesse

    (@indiepoprockjesse)

    eehr, it’s on the school server, it runs linux.. i just uploaded them to http://langepoten.hku.nl/wordpress just like the installation readme told me..

    The link above says “There doesn’t seem to be a wp-config.php file.”

    Try uploading everything again, taking care to use ASCII mode if you use FTP. Copy wp-config-sample.php to wp-config.php, and edit as needed.

    Thread Starter indiepoprockjesse

    (@indiepoprockjesse)

    yeah but when you click on the webbased config file creator link, then it says: ” The file ‘wp-config.php’ already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try installing now.”

    i also tried uploading everything in ascii mode, but it doesnt change the problem..

    It’s the double slash, which I believe is something to do with the php.ini file ?

    What version of PHP is being used on this server? You can test with the following PHP script. Save this as php.php and upload it.

    <?php
    phpinfo();
    ?>

    Thread Starter indiepoprockjesse

    (@indiepoprockjesse)

    PHP Version 4.2.3

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal Error in PHP’ is closed to new replies.