html - PHP include directory error cache -


error on remote server:

"warning: include_once(../_includes/check_login_status.php) [function.include-once]: failed open stream: no such file or directory in /home/content/60/10824160/html/index.php on line 1" 

hey guys, i'm trying these directory errors fixed. basically, moved entire website folder different computer, , php include functions trying find "/home/content/60/10824160/html/index.php" doesn't exist on computer.

my index.php in desktop/www/ , check_login_status in desktop/www/_includes/

i tried using php cache function not understand. need do?

try this

include_once($_server["document_root"]."/_includes/check_login_status.php"); 

also make sure file/directory names correct.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -