Re: [PHP-WIN] File not found error

2007-01-17 Thread Niel Archer
Hi > Thanks for the reply. I'm not sure I know what you mean by "if > installed in its default layout". I didn't changed it at all. I just > unpacked it in apache/htdocs/phpBB2. That's the default layout. Installed as a sub-directory off the document root. Does the 'c:\php\includes' directo

Re: [PHP-WIN] File not found error

2007-01-17 Thread Alex Keim
Thanks for the reply. I'm not sure I know what you mean by "if installed in its default layout". I didn't changed it at all. I just unpacked it in apache/htdocs/phpBB2. I have php installed in c:\php. I probably wasn't very clear as to the broken includes thing. Basically anywhere in phpBB2 that s

Re: [PHP-WIN] File not found error

2007-01-17 Thread Niel Archer
Hi, Relative paths only work from the php file's directory. NOT for the include directory. In my experience phpBB2 works just fine as it is, if installed in its default layout (do not put it in the includes directory, that won't work). Niel -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] File not found error

2007-01-17 Thread Alex Keim
I can't figure out how to fix the file not found error that I'm getting. "... failed to open stream: No such file or directory..." I've looked for answers all over the net and can't find anything that seems to help. Basically I only get the error when using relative paths. My PHP include_path is s

[PHP-WIN] Re: [PHP-Win] Installing PHP 5.2 gives PHP warning.

2007-01-17 Thread Martijn Cremer
Ok afther a bit of fideling. It runs a bit longer. I now can start the Apache 2.2 service on the windows machine and I can run a very light PHP script. Afther it has run the Apache server still crashes --- Error Log Apache 2.2--- [Mon Jan 15 22:11:00 2007] [notice] Parent: child process

Re: [PHP-WIN] Fw: COM surgery

2007-01-17 Thread tg-php
Ok, I see two main questions/problems.. 1. An example of COM with Excel 2. How do you use COM with Word to set font size 20 and centered text? Keep in mind that there may be better ways to solve the problems you have, but for the time being we'll use this as an excuse to play with COM. #1 - T