Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Richard on March 15, 2001, 11:46:37 AM

Title: path to php
Post by: Richard on March 15, 2001, 11:46:37 AM
I'm trying to learn php and I couldn't find anything on php3.com about this.
I ran a simple script (test.php3) and got this output:

Warning: Failed opening '/home/e-smith/files/primary/html/test.php3' for inclusion (include_path='.:/usr/share/php') in Unknown on line 0

Any ideas would be appreciated.
Thanks
Title: Re: path to php
Post by: Hazen Valliant-Saunders on March 16, 2001, 06:17:43 PM
Modify the Inclusion path,
or create a symlink to PHP/include dir.
Title: Re: path to php
Post by: Sandro on March 20, 2001, 12:00:33 PM
And where do you do this ???

I have the same error when i want to access PHP sites on my box.

Would be nice when you could help us.

Hazen Valliant-Saunders wrote:
>
> Modify the Inclusion path,
> or create a symlink to PHP/include dir.
Title: Re: path to php
Post by: Richard on March 20, 2001, 12:29:26 PM
Sandro!

I had to chmod 775 the file I was trying to read.

Give it a shot

Richard