Re: [PHP] Help with include path

2003-02-03 Thread Knut H. Hassel Nielsen
On Sun, 2 Feb 2003, César Aracena wrote: > Hi all, > > I'm sorry for this re-post, but I do need help with this URGENT... > > I just finished loading the OS to my PC once again, installed and > configured IIS and then installed PHP 4 but now, every page I try to open > tells me: > > Failed opening

RE: [PHP] Help with include path

2003-02-02 Thread John W. Holmes
> I just finished loading the OS to my PC once again, installed and > configured IIS and then installed PHP 4 but now, every page I try to open > tells me: > > Failed opening required '/icaam7/lib/stdlib.php' > (include_path='.;c:\php4\pear') Since there's a slash at the beginning, it's looking f

Re: [PHP] Help with include path

2003-02-02 Thread John Nichel
Make a php file with nothing but this in it phpinfo(); ?> ...and hit that in your browser. It will tell you the location of the ini that it is using. César Aracena wrote: Hi all, I'm sorry for this re-post, but I do need help with this URGENT... I just finished loading the OS to my PC

Re: [PHP] help with include

2002-01-12 Thread Mehmet Kamil ERISEN
I have installed phpBB several times. Your problem should not be the password protected directory. The install.php script tries to wright into the config file. so, you have to chmod your file and give r/w access to everybody. once insallation is completed, then change it the was it was originally.

Re: [PHP] help with include

2002-01-12 Thread sundogcurt
I think you can use a URL when you specify your value in the include statement, can you not? [EMAIL PROTECTED] wrote: >Hi, I need some help with the include function. >I have a phpBB script and want to put the config.inc.php file in a password >protected directory, Easy peasy you might say, and