[PHP-INSTALL] apache cannot display file .php3

2003-11-01 Thread Nazri Abdullah
dear all

i just install new redhat 9 included apache and sql server. 
Except for php admin. I manually install and the problem
comes when i try to open index.php3. What the browser display was a
source code not the php3 page. But when i used html file, it was okay.

pls somebody help. thank you in advance

nazri


[PHP-INSTALL] Installing Problems with PHP 5

2003-11-01 Thread Jan Skopek
Hi,

i tried to install php5 beta2 on my Suse8.2 linux machine.

But configure stops working with this error message:

"configure: error: libxml2 version 2.5.10 or greater required"

Installing the new libxml2 version 2.6.1 didnt help.

What shall i do ?

Any suggestions?

Greets
Jan


[PHP-INSTALL] Oreilly Website Pro Problems

2003-11-01 Thread DCH Computer Website
I have Had a few problems with installing PHP 4.3.3 on a Win2k Platform 
with Oreilly Website Pro.  First of all, there was a CGI.force_redirect 
problem, but I fixed that with an edit to php.ini by changing the 
variable to a 0.  Then, I kept getting a "No Input File Specified" 
message when trying to access any php document on the server.  I tried 
to initialize the ISAPI module rather than the CGI Binary, but I got a 
Server 500 Error.  If anyone has an answer to either of the latter 
problems, please say something.

Thanks,
Dustin C. Hatch


[PHP-INSTALL] Problems configuring for Win XP, Apache 1.3.23, php-4.3.3

2003-11-01 Thread Jim Beattie
Hi,

I'm having some problems getting PHP to run on my machine.  I've created a
basic test page which doesn't show up the php code.

The steps I've followed are:

1 Unzipped the php download, modified php.ini-dist and placed in C:\WINDOWS
2 Copied php4apache.dll and php4ts.dll into c:\WINDOWS\system32
3 Updated httpd.conf to include:

"
LoadModule php4_module C:/php-4.3.3/php-4.3.3-Win32/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
"

Before, I got a message "cannot remove module mod_php4.c " which I got rid
of by removing the line

AddModule mod_php4.c

But it still doesn't work!  Does anyone have any ideas please? Thanks very
much!

Jim


[PHP-INSTALL] frustrated---include_path problem on PHP 4.3.3+XP(pro)+Apache2.0.47

2003-11-01 Thread Jai Kumar
Hi all:

I am trying to get PHP 4.3.3 work on Apache 2.0.47 on Windows XP (Pro,
service pack1) on my Home computer.

Warning: main(): Failed opening '/wotb/externalweb/code/abc.php' for
inclusion (include_path='.;c:\php4\pear') in
C:\webroot\wwwfiles\wotb\site\test.php on line 9

ISN'T IT STRANGE-- I dont have any c:\php4\pear directory and this error
shows that include path is  (include_path='.;c:\php4\pear') . I have tried
to eliminate this error, but no success.

I earnestly request you to visit
http://www.cs.odu.edu/~jkumar/phperror/phperror.txt for my full message.

Your help will be highly appreciated.
Thanks in advance.

Jai


[PHP-INSTALL] gg

2003-11-01 Thread jai
jmkj


[PHP-INSTALL] frustrated---include_path problem on PHP 4.3.3+XP(pro)+Apache2.0.47

2003-11-01 Thread jai
Hi all:

I am trying to get PHP 4.3.3 work on Apache 2.0.47 on Windows XP (Pro,
service pack1) on my Home computer.

Warning: main(): Failed opening '/wotb/externalweb/code/abc.php' for
inclusion (include_path='.;c:\php4\pear') in
C:\webroot\wwwfiles\wotb\site\test.php on line 9

ISN'T IT STRANGE-- I dont have any c:\php4\pear directory and this error
shows that include path is  (include_path='.;c:\php4\pear') . I have tried
to eliminate this error, but no success.

I earnestly request you to visit
http://www.cs.odu.edu/~jkumar/phperror/phperror.txt for my full message.

Your help will be highly appreciated.
Thanks in advance.

Jai


[PHP-INSTALL] Re: Installing Problems with PHP 5

2003-11-01 Thread Jan Skopek
Ok,

i made it.



"Jan Skopek" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi,
>
> i tried to install php5 beta2 on my Suse8.2 linux machine.
>
> But configure stops working with this error message:
>
> "configure: error: libxml2 version 2.5.10 or greater required"
>
> Installing the new libxml2 version 2.6.1 didnt help.
>
> What shall i do ?
>
> Any suggestions?
>
> Greets
> Jan