Ticket #133 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

Cannot get past mysql database setup page

Reported by: supton Owned by:
Priority: major Milestone: DVNO
Component: Core Keywords:
Cc: Sensitive:

Description

I enter the details as required, click go and get an error message saying 'IE cannot display the web page' or in Firefox: 'The connection to localhost was interrupted while the page was loading.'

(Running MySql 5.0.51a and PHP 5.2.5)

Attachments

logextract.txt Download (2.3 KB) - added by supton 4 years ago.

Change History

Changed 4 years ago by matt

What does your APACHE error.log contain? Can you try on a different server?

Changed 4 years ago by supton

Changed 4 years ago by supton

I am running on local pc (IIS5).

I tried our test server (Windows 2003/IIS6) and attach an extract of the log file - it doesn't really say much.

Is it not compatible with Windows/IIS setup?

Changed 4 years ago by matt

  • milestone set to DVNO

We haven't tested under windows IIS recently but it used to be compatible. Can you attach your ERROR log file? you've attached here the access log file but there should be some errors displayed

Changed 4 years ago by gbachs

I can also say that I am having this problem on my Windows Server 2003 machine which is running IIS 6 with PHP 5. Right when I click the GO button on the sql setup page it tries to go to a HTTPS site.

Changed 4 years ago by matt

Can someone give me access to a IIS web server so I can try to find & fix the bug?

Or create a file

<?php
echo $_SERVER['HTTPS'];

and tell me what the output is.

Changed 4 years ago by supton

I never noticed that before. My installation also tries to go to HTTPS url. I ran the file you gave above, and the result is 'off'.

Incidentally, I installed Apache on my local machine, and installed Piwik just fine on that.

Changed 4 years ago by matt

  • status changed from new to closed
  • resolution set to fixed

(In [382]) - trying to fix #133. Please apply the change to Url.php to make sure this fix is working. reopen the bug if the fix is not working

Note: See TracTickets for help on using tickets.