Author Topic: can't open install.php  (Read 1133 times)

Offline iansane

  • User
  • *
  • Posts: 2
    • View Profile
can't open install.php
« on: July 13, 2009, 03:13:23 AM »
Hello,

I installed Apache2 and PHP5 on windows xp. Also Mysql.

When opening install.php in IE7 I get error "XML page cannot be displayed", "can't open xml in style sheet",  and "invalid in line echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";

When opening in Firefox3.5 I get the actual code of the install.php

Is this a problem with install.php or is it a problem with my PHP installation?

Thank you

Offline admin

  • Administrator
  • User
  • *****
  • Posts: 553
    • View Profile
    • http://www.lordlamer.de
Re: can't open install.php
« Reply #1 on: July 13, 2009, 08:18:33 AM »
Hi,

seems to be a problem with your installation.

You could creae a info.php with following content:

Code: [Select]
<?php
phpinfo
();
?>

If this works your installation is ok.

Frank

Offline iansane

  • User
  • *
  • Posts: 2
    • View Profile
Re: can't open install.php
« Reply #2 on: July 14, 2009, 02:55:37 AM »
Yes thank you and sorry about that. I thought about that after posting yesterday. I made a test.php and found that my php isn't working at all. It's the first time I just installed php, apache, mysql seperately instead of using WAMP so I need to get on a php5 forum and see what I'm doing wrong in the installation before trying out knowlegeroot.

Thanks again