I am still getting used to .php after moving from .asp and one thing I had
trouble getting my head around was the apparent inability to use absolute
paths for include files.
If I change the include_path in php.ini to say -
include_path=".;c:\php\site1\inc" then I can access include files either
re
I am trying to use PEAR DB interface, I have include it in my include_path
but when script run it unable to find it. Can any one help me. I am using
RH
8 and PHP 4.3.3.
Is it file permission error
error message come like:
Warning: main(DB.php): failed to open stream: No such file or director
I'm new with php. I've installed apache 1.27, php 4.2.2 with windows 2000 and I'm
trying to realize a
web site.
The include_path setting is: ".;C:/xxx/yyy/includes/others;C:/xxx/yyy/includes/myfiles"
I get authentication.php in my include path and, unfortunatly, an other
authentication.php does
Can anyone please tell me what this
means and how to go about to fix it!
Im fairly new and this error keeps popping up
in most of the scripts I try to run.
Warning: Failed opening '../htmlheader.php' for inclusion (include_path='')
in C:\Program Files\Apache Group\Apache2..
Using Apache
Hi
Hw do I configure the php ini so that users can exec scripts from sub dirs
in there sites.
say my webserver stores the sites in a folder named www.
what do I configure the include_path to
include_path ="D:\www"
does not seem to work to well
walter
--
PHP Windows Mailing List (http:
Sunday, April 22, 2001, 11:19:43 PM, you wrote:
> Giro,
>
> I agree with you that setting "ini" values via the Apache httpd.conf is
> obscure in the books and the documentation. However, that's what you need
> to do, *instead* of setting all of your ini stuff in the C:\windows\php.ini
> file; ind
Giro,
I agree with you that setting "ini" values via the Apache httpd.conf is
obscure in the books and the documentation. However, that's what you need
to do, *instead* of setting all of your ini stuff in the C:\windows\php.ini
file; indeeed you do not even need a php.ini file at all!
Answer
hello there,
I am very confused about "include_path" in the php.ini, what value need to
go there, I have read a lot about that in php.net documentation without
understanding exactly what they mean. Could someone be more specific with an
example. I am using PHP4 win98SE, under Apache. My Php folde
""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Further the above, this is the exact error message I'm
> > getting (I've been fooling around with the include path
> > and so that's why it says something different here):
>
> Warning: Fail
> Further the above, this is the exact error message I'm
> getting (I've been fooling around with the include path
> and so that's why it says something different here):
Warning: Failed opening
'/pathto/apache/apache/htdocs/virtual_host/folder1/index.php3' for
inclusion
(include_path='C:\path
> However, whenever I run a file that includes another file,
> regardless of where that file resides, I always get an error.
> As part of the error, it says that the only path for the include
> is '.' (dot). Am I doing something wrong? Do I need to set
> up the include directory somewhere else?
I've set up Apache and PHP (latest ver) on my Windows98
machine. I've set up a virtual host
(c:\path\to\apache\htdocs\virtual_host)
and I have all my include files here:
(c:\path\to\apache\htdocs\include_dir)
In my php.ini, which resides in my windows directory, I've
set the include path to b
12 matches
Mail list logo