• Hi I tried to install 4.2.2 today and got this horrible message

    Warning: require(/home/kreativa/www/www/template/wp-includes/load.php) [function.require]: failed to open stream: No such file or directory in /home/kreativa/www/www/template/wp-settings.php on line 21

    Fatal error: require() [function.require]: Failed opening required ‘/home/kreativa/www/www/template/wp-includes/load.php’ (include_path=’.:/usr/local/php53/lib/php’) in /home/kreativa/www/www/template/wp-settings.php on line 21

    I have absolutly no idea what tod do ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The path /home/kreativa/www/www/ looks a little odd. Are you sure it’s not just /home/kreativa/www/ ?

    Open your index.php file and add this bit of code right after the “<?php” line:

    <?php echo getcwd(); ?>

    Now reload your website. Copy the text that appears at the very top of the page and paste it here. Then delete that line from your index.php file and save it.

    Thread Starter lirys

    (@lirys)

    still get
    Warning: require(/home/kreativa/www/www/template/wp-includes/load.php) [function.require]: failed to open stream: No such file or directory in /home/kreativa/www/www/template/wp-settings.php on line 21

    Fatal error: require() [function.require]: Failed opening required ‘/home/kreativa/www/www/template/wp-includes/load.php’ (include_path=’.:/usr/local/php53/lib/php’) in /home/kreativa/www/www/template/wp-settings.php on line 21

    In that case, change that line in index.php to this:

    <?php die(getcwd()); ?>

    If that doesn’t work, you may be modifying the wrong file.

    Thread Starter lirys

    (@lirys)

    sorry that do not work either..
    strage i have started all over and get the same problem
    thought on the same hoste just a othe file i have a old wp that i uppgraded to 4,2,2 just to see if that would work and it did..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘funktion requerd installation problems’ is closed to new replies.