Jump to content

PHP notice when running installer


Recommended Posts

Hi, everyone.

 

I'm trying to install my prestashop store using IIS7 on Windows Server 2008 R2. I can't use Apache :(

 

I just copied the prestashop files into the server and tried to access the site to run the installer. The page redirects me to http://localhost/prestashop/install/ and it gives me a LOT of warnings, all in the line 789, the first ones are:

 

PHP Warning: simplexml_load_string(): Entity: line 1: parser error : AttValue: " or ' expected in C:\inetpub\wwwroot\prestashop\install\index.php on line 789

PHP Warning: simplexml_load_string(): <html><body><font face="Arial"><table border=0><tr bgcolor="#002F65"><td valign= in C:\inetpub\wwwroot\prestashop\install\index.php on line 789

PHP Warning: simplexml_load_string(): ^ in C:\inetpub\wwwroot\prestashop\install\index.php on line 789

PHP Warning: simplexml_load_string(): Entity: line 1: parser error : attributes construct error in C:\inetpub\wwwroot\prestashop\install\index.php on line 789

 

[...] and in the end, a PHP Notice:

 

PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\prestashop\install\index.php on line 790

 

Does anybody know what is wrong with my server or php installation?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...