Topic: Numerous install attemps end in similar error messages - help!
On a shared server, I have created a database, and then extracted the zip file into a directory of its own
The install failed numerous times, and to try and ensure that I am doing a clean install, I have deleted the database, and deleted ALL files in the directory, with the exception of the zip file.
My PHP.ini file is set as instructed, and all requirements in the install screen are green.
Here is were things fall apart.
First of all, my server reports Server reports PHP 5.2.9 yet the install screen reports PHP 4.1.0. I don't believe 4.1.0 supports INNODB, and of course, then the program could not run properly.
Secondly, even though I have tried to do a complete clean install every time, somehow most fields in the install screen are pre-populated, so there must be a cache somewhere. I have tried clearing the browser cache, and even tried using a different browser, with the same results.
So, my question on this issue is, where does the install write it's information, as it appears it does not get erased when I delete all files.
Thirdly, I get the following error messages (I believe the second is as a consequence of the first):
Warning: mysql_connect() [function.mysql-connect]: Host 'xxx.xxx.xxx.xx' is not allowed to connect to this MySQL server in /home/myaccountname/public_html/accounts/install/save.php on line 342
Warning: Cannot modify header information - headers already sent by (output started at /home/myacccountname/public_html/accounts/install/save.php:342) in /home/myaccountname/public_html/accounts/install/save.php on line56
Thanks in advance.. this is driving me crazy. I have installed numerous PHP programs in the past, although this is the first with INNODB, but I am not sure that should make a difference.