Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get past mysql database setup page #5553

Closed
anonymous-matomo-user opened this issue Mar 10, 2008 · 8 comments
Closed

Cannot get past mysql database setup page #5553

anonymous-matomo-user opened this issue Mar 10, 2008 · 8 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

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)

@mattab
Copy link
Member

mattab commented Mar 10, 2008

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

@anonymous-matomo-user
Copy link
Author

Attachment:
[logextract.txt](http://issues.piwik.org/attachments/5553/logextract.txt)

@anonymous-matomo-user
Copy link
Author

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?

@mattab
Copy link
Member

mattab commented Mar 11, 2008

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

@anonymous-matomo-user
Copy link
Author

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.

@mattab
Copy link
Member

mattab commented Mar 17, 2008

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.

@anonymous-matomo-user
Copy link
Author

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.

@mattab
Copy link
Member

mattab commented Mar 17, 2008

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants