I am getting the same error over and over again. I haven’t been able to even view the first page of the installation routine.
GET /magento/index.php/install/ HTTP/1.1
Host: mysite.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: magento=ei9ft06jbg9o858aivhvpygje4h1yg5i; PHPSESSID=cfe726e24eae13101089023ab79d03ba
HTTP/1.x 302 Found
Date: Thu, 17 Apr 2008 15:57:07 GMT
Server: Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 mod_ssl/2.2.4 OpenSSL/0.9.8e
X-Powered-By: PHP/5.2.3-1ubuntu6.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://mysite.com/magento/index.php/install/
Content-Length: 0
Keep-Alive: timeout=15, max=79
Connection: Keep-Alive
Content-Type: text/html
As you can see in the quote I am using PHP 5.2.3 and Apache 2.2.4.
Are there any problems with these versions or do you know of Apache or PHP related settings that could cause this this kind of problem?
I couldn’t find any helpful information in the wiki or bug tracker yet.