Closed Zensoe closed 6 years ago
Ah the MethodNotAllowed
exception it's because you just opened the /new
uri in a new tab. Keep in mind that that will not work, since /new
can only by requested by a form.
I would recommend you do the following.
Clear the log files, storage/logs/lumen.log
. Try to register again, and attach here the generated content in the storage/logs/lumen.log
file.
Cheers.
I removed the stupid dsdasda typo mistake. Still not working though.
The only error that appears here it's the 'dfgdfg'. Could you follow this: https://github.com/ovflowd/chocolatey/blob/master/SUPPORT.md ?
Thanks!
Inform a complete message of your problem, and what's happening: Users cannot register on the website. They receive the following two errors: "User is already registered" and "Please confirm the you are a human", even though the DB is completely fresh.
Attach your lumen.log if it exists: The lumen.log contains no errors unfortunately.
Attach images of the reported bugs/glitches: Pictures attached.
Attach also Information about Operational System, Web Server, PHP Versiom, and other infos: OS: Windows Server 2016 Standard Web server: IIS version 10 PHP version: 7.1.14 (x86) MySQL version: 5.5 RAM: 16 GB Firewall: Sucuri Running SSL.
HAR file: Attached. Please note that SSL was disabled during this, however it's not working with or without SSL. When it fails HAR for other people not registered before: bobba.rip.har.zip
When it goes through for people registered before: bobba.success.har.zip
Explain what you tried and how tried: Tried with and without SSL activated. Re-importing a fresh database, redoing "php artisan migrate" Reached out to host and asked if google recaptcha IP's was blocked. (Host is not maintaining any blacklists) Reached out to Sucuri and asked if google recaptcha could be blocked somewhere. (All google services allowed) Obtained a new Recaptcha KEY. --- I do feel that something might be blocked by the firewall, as it's working on my test server with no external firewall. Can it be the internal firewall? lol
Hey @Zensoe the error that is happening isn't a server error. Chocolatey is saying that you actually have an account with this e-mail address.
There isn't a bug in Chocolatey. Could you check the table chocolatey_users_id
(I think this is the name). If there is already an e-mail like yours?
No there is not. I’ve tried every random letter combination available haha. It’s falsely showing this error unfortunately.
That's weird. Totally weird.
Have you tried another password? I will give a check here. Can you send your server uri?
Https://bobba.rip Or do you mean serv access?
Nope, just the uri 😃
Oh, I think I know what could be. Try writing a smaller e-mail.
As far I know Arcturus has an e-mail size limit.
I registered with success.
How did you maange to do that?
I’ve just tried with tea@hotmail.con on a random WiFi, and I received the error. WTF
Could you just try using anonymous window? I think Chocolatey blocked your IP.
You can deactivate the max users by IP. (I think if your IP is already registered you cannot register again.)
Everything Ok here. And I loved your modifications 💖
Thanks buddy 😄 Where and how do I modify that? I’ve been searching for such feature. I’ve editted the “max avatars” to 5, but can it be that one?
I think max avatars is the amount of avatars each account can have. Isn't that. Let me check where it could be the IP limiter.
Thanks. I’m on the phone ATM. I’ll return with a response as soon as I get home :) I appreciate the support man!
You're welcome. 😃
Removing the IF statement solved the issue.
Thanks bud :D
Thanks! I'm glad it solved.
Closing the Issue.
Hello
So, after I moved to SSL along with sucuri, it is no longer possible for people to register on my website. I've tried to remove SSL and run pure HTTP, and that works. (I discovered this, because my "test" website on HTTP, was still allowing people to register). The funny thing is, that if I delete MY or anyone else's account that WAS registered on my HTTP test site(Same DB, moved it), they can actually register again?
I've attached a few pictures of the issue.
(And yeah, I did re-register a new recaptcha and retrieved a new key on googles site. Unfortunately google does not allow links starting with https:// to be associated with the recaptcha. Only link.com is available)