Suddenly a new problem
I forgot to copy what I had typed before I pressed save. /)_-
Reader's Digest version:
I stepped away to have a nap shortly after I got Wacko installed.
Now I can't log in. I get a "The connection has timed out" message.
I've been trying for the last 3 hours to figure out how to fix it.
I could not find any settings to set the page load timeout.
I don't know how the "Recovery Password" works if you can't log in as admin to set it in the first place.
Show Files (9 files)
Comments
Log in or create an account to post a comment.
Re: Suddenly A New Problem
You can reload the page with auto-login or you have to login again.
Re: Suddenly A New Problem
Apache and MySQL are both running.
Starting on localhost/wiki and click on "Login"
owever, this was posted before my most recent attempt. There is no time stamp, but it happened between 12:00 pm and 10:15 pm Eastern
I don't even remember if I had logged in to the default admin account before this happened. It's been hours.
Re: Suddenly A New Problem
xampp the connection has timed out
in your favorite search engine to get some ideas what it might be in your case.Could be your firewall, a security suite, another application took a required port, a running ghost process, a misconfiguration or a XAMPP installation issue.
example:
Re: Suddenly A New Problem
Firewall or security is not the issue.
The link is for Windows 8, I'm on 10
I re-installed Wacko just fine. No issues.
I tried to log in with the admin account I just made and it told me the username was invalid.
I went back to localhost/wiki and tried again, and this is where it gives me the "timed out" message as seen above.
There is nothing in any of the logs that indicate an error.
The front page has also changed. Let me start over and I will grab screen shots this time.
Re: Suddenly A New Problem
file:a7ca9fce997d76efb3024d1954b31e44.png
I don't know why it's not working, and I am almost done trying.
Re: Chosen user name is invalid
Please remove the underline from your admins username in the installer, then you should be able to login, e.g.
FfAdmin
orffadmin
.Cause:
The installer does not validate the username against the name pattern, hence it allowed you to insert an underscore in the name.
However the login action validates the username against the allowed pattern. The username must be between 3 and 20 chars long and use only alphanumeric characters. Upper case characters are OK.
Chosen user name is invalid.
The underscore is not allowed because the username becomes part of the wiki namespace and of the build in
urls_underscores
option.The connection has timed out
If a user tries to login with wrong credentials, it triggers the function
log_user_delay()
to mitigate automated brute force attempts.That might have lead to the connection time out.
TODO:
validate the username also in the installer against the allowed patterns.DONE Patch