php-install | 2003092
Date: 09/19/03
- Next message: Zamolxe -=t_D=-: "[PHP-INSTALL] Re: Apache + PHP + mod_perl + putenv can segfault"
- Previous message: BJ: "[PHP-INSTALL] I need JPEG support in gd with php"
- In reply to: ascll: "[PHP-INSTALL] Warning messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Problem solved. Thanks.
"Ascll" <ascll <email protected>> wrote in message
news:20030918063355.80639.qmail <email protected>
> Greetings,
>
> I just installed the PHP Version 4.3.3 on my Windows 2000 Server (SP4)
> machine. As the starting point, I have tried to run the index.php
> (configured using IIS 4) without error and I get all those info regarding
my
> php.
>
> index.php
> =========
> <html>
> <head>
> <title>Today's Date</title>
> </head>
> <body>
> <?php phpinfo();?>
> </body>
> </html>
>
>
> However, when I try to run another .php file, say test.php, I get these
> warning messages below: -
>
> test.php
> ========
> <html>
> <head>
> <title>Today's Date</title>
> </head>
> <body>
> <p>Today's Date (according to this Web server) is
> <?php
> echo( date('l, F dS Y.') );
> ?></p>
> </body>
> </html>
>
>
> Warning messages
> ================
>
>
> Warning: Unknown(E:\Nelson\RaceResult\test.php): failed to open stream:
> Permission denied in Unknown on line 0
>
> Warning: (null)(): Failed opening 'E:\Nelson\RaceResult\test.php' for
> inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
>
>
> Please consult. Thanks in advance.
>
>
> ascll
> ascll <email protected>
- Next message: Zamolxe -=t_D=-: "[PHP-INSTALL] Re: Apache + PHP + mod_perl + putenv can segfault"
- Previous message: BJ: "[PHP-INSTALL] I need JPEG support in gd with php"
- In reply to: ascll: "[PHP-INSTALL] Warning messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

