Page 1 of 1

PEAR and problems with Inc.

Posted: Sun Jul 16, 2006 4:31 pm
by Assured99
I am trying to run a script for a log in auth and im getting this error:

Warning: include(functions.inc) [function.include]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\double_form.inc on line 6

Warning: include() [function.include]: Failed opening 'functions.inc' for inclusion (include_path='.;C:\PHP\pear') in c:\Inetpub\wwwroot\double_form.inc on line 6


Line 6 is part of 4 other lines that note the script??

any ideas what this could possibly be???

Thanks

~Snapple

Posted: Sun Jul 16, 2006 5:08 pm
by Burrito
it means it can't find or read the file.

pear actually has nothing to do with this. the only reason it mentions pear is because pear is included in your 'includes' section in php.ini.

you might verify that the file is in the location from which you're trying to include it and make sure that it has read permission.

Posted: Sun Jul 16, 2006 5:18 pm
by Assured99
Well i checked the Permissions and they are Read, but it still cant find it they are all in the wwwroot folder

This is Fustrating

Posted: Sun Jul 16, 2006 5:22 pm
by Assured99
It accually looks like i am having problems with all my INC files.

I am sucha noob