Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

include_path='.:/usr/share/php'

Status
Not open for further replies.

jsgoober

Programmer
Jan 3, 2002
12
US
Hi all,

I am new with PHP, and I really need help with this.

I copied a simple guest.php from a site, and it worked
the first few times, but after that I kept getting this
message:
Warning: Failed opening '/home/jxiong/public_html/guest.php' for inclusion (include_path='.:/usr/share/php') in Unknown on line

Appreciate it if someone can help.

Thanks in advance for your time.

Jay

 
it means you have moved a file that is included but its no longer where it should be and also cannot be found in the "included" default directory as specified in the php.ini ***************************************
Party on, dudes!
[cannon]
 
check the permissions first - that always solves this prob for me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top