require wp-load.php 3 directories back

Posted by sman591 on Stack Overflow See other posts from Stack Overflow or by sman591
Published on 2010-08-07T01:47:00Z Indexed on 2010/12/26 22:54 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

I'm trying to include a file (/wp-load.php) at the beginning of the /html/ directory. I'm trying to include it from /wp-content/themes/pw-steel-orange/index-load.php, but I always get the error message

Warning: require_once(../wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /nfs/c07/h01/mnt/102799/domains/platyworld.com/html/wp-content/themes/pw-steel-orange/index-load.php on line 1

Fatal error: require_once() [function.require]: Failed opening required '../wp-load.php' (include_path='.:/usr/local/php-5.2.6-1/share/pear') in /nfs/c07/h01/mnt/102799/domains/platyworld.com/html/wp-content/themes/pw-steel-orange/index-load.php on line 1

Am I doing something wrong? I though ../ brings the includes to the beginning directory

Sorry if this is a duplicate, I couldn't find something related to this in my searches...

© Stack Overflow or respective owner

Related posts about php

Related posts about path