New user having problems :(

New user having problems :(

am 03.02.2007 18:44:31 von Future Computers and Internet Services

I am running Apache 2.2 Build Jul 27 2006 with PHP5

the server seams to be working ok but I am unable to get PHP to work at
all. pages are either blank or they return the actual code.

I must be doing something daft but I just can't see what

Any help would be great

Thanks in advance

Rob

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: New user having problems :(

am 03.02.2007 19:09:38 von Niel Archer

Hi

That build is out of date. Get the latest (2nd Nov 2006) from the web
site.

Niel

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: New user having problems :(

am 03.02.2007 19:27:30 von Future Computers and Internet Services

Cheers for the reply, I have downloaded the newest one and now when I
try the page tries to load and just sits there, some times it times out
with page can not be found. normal html pages work fine

Rob



Niel Archer wrote:
> Hi
>
> That build is out of date. Get the latest (2nd Nov 2006) from the web
> site.
>
> Niel
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: New user having problems :(

am 03.02.2007 19:45:16 von Niel Archer

Hi

Can you get a phpinfo page?

Niel

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: New user having problems :(

am 03.02.2007 21:01:31 von Aaron Kenney

Please make sure that the document root in httpd.conf matches that in
the php.ini file.
Also make sure that all php files that you are using have the .php
file extension. Make sure that every php file starts with installation with phpinfo(); and also test using the echo function.
If you are using a windows server, make sure that the SYSTEM user has
full control security priviledges to your docroot and your php folder.
Make sure that the php folder is part of your path in windows.

On 2/3/07, Niel Archer wrote:
> Hi
>
> Can you get a phpinfo page?
>
> Niel
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: New user having problems :(

am 04.02.2007 14:56:29 von Stut

Future Computers and Internet Services wrote:
> I am running Apache 2.2 Build Jul 27 2006 with PHP5
>
> the server seams to be working ok but I am unable to get PHP to work at
> all. pages are either blank or they return the actual code.
>
> I must be doing something daft but I just can't see what

Have you told Apache about PHP? Have you read the installation page and
followed the instructions?

http://php.net/install.windows.apache2

-Stut

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php