Need Help Something wrong..

craigmarkhamhill2697

New Member
YetiShare User
Jun 29, 2013
7
0
0
Please see my site at www.piledon.com

What am I doing wrong?


Warning: require_once(/home/content/43/5516543/html/po/../includes/master.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/43/5516543/html/po/_local_auth.inc.php on line 6

Fatal error: require_once() [function.require]: Failed opening required '/home/content/43/5516543/html/po/../includes/master.inc.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/43/5516543/html/po/_local_auth.inc.php on line 6
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Make a new php file and put this into it

<?php

echo $_SERVER ['DOCUMENT_ROOT'];

?>

Upload the file and open it in your browser.

It should display something like /home/content/43/5516543/html/
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
As discussed over email:

It looks like you've uploaded the admin folder files to the root as the files are all mixed up. For instance, _local_auth.inc.php is only included in the admin area, the index.php file is also the admin version.

Can you remove all the files and re-upload ensuring you keep the folder structure of the codebase.