ovflowd / chocolatey

:chocolate_bar: The open source Habbo.com Engine & CMS
GNU General Public License v3.0
50 stars 19 forks source link

Captcha does not work for me #220

Closed jensvos closed 7 years ago

jensvos commented 7 years ago

I got a key from Google for the reCaptcha. When I go to register and want to make an avatar, it still says: "You need to verify that you're not a robot". I also even tried to get new reCaptcha keys and tried to use the secret key and the public one. It still does not work. How can I fix this or even disable the captcha? It is driving me crazy.

Hotel link: http://hypnohotel.nl

ovflowd commented 7 years ago

Hi @jensvos!

Thanks for reporting an Issue to the Chocolatey Repository.

We're glad that you're using our software. I need to remember that this message was generated automatically.

In order to gracefully report your Issue, please we recommend the followance of those requirements:

Here's what to do: if you need help:

Recommendations About your recently opened Issue?

We really recommend using Lightshot to take your screenshot. It allows marks, annotations and more.

If you bug it's about a feature from Chocolatey or glitch, we trully recommend taking a HAR File. You can attach a HAR File following this procedure.

A HAR file it's a complete log of the network requests of a specific page.

Also we recommend specify some Informations about your OS like.:

Are you creating a Feature Request?

About Feature requests, we recommend you specify completely about what your Feature Request is. Tag the type of change that you want to be added.

Changes need to be specified, and you need specify why and what you want to be changed/added.

Be creatively and try explain in the best manner as possible.

Tag the Issue on the Title

Tagging your Issue will be the best thing you can do for us. We separate issues by tags, and we can work more quickly by knowing from what is the Issue related.

Those are the available tags:

Remember to tag on the title of the Issue [Issue Type]

I updated my Issue.. And now?

You wait.

We have ful-jobs and a life, we will receive updates by e-mail and soon as possible update your Issue by tagging it correctly, assigning to our team and obviously answering it.

Then we will support you and help you in what we can.

Also if you Issue it's out of the params we will not answer it, or answer it asking to you fix and correct the main message

If you dom't know how to use GitHub correctly, check this tutorial.

Further information

AntonSandin commented 7 years ago

Please record your issue when you try to register. Advice: Try Gyazo GIF.

Best Regards.

ovflowd commented 7 years ago

Hi @jensvos does you already tried to run php artisan migrate command?

jensvos commented 7 years ago

Yes, I have done the php artisan migrate command. It imported 18 tables into the database.

jensvos commented 7 years ago

And this is what it shows: https://gyazo.com/2343e69d5d7e06c59269598cc24605b0

ovflowd commented 7 years ago

Does actually you generated the key and included the domain?

jensvos commented 7 years ago

Yes, of course. http://prntscr.com/f3s6hw I even tried to turn off CloudFlare, but it did not work. But... if I check the F12 console, I sometimes see 500 Internal Error and have error: MethodNotAllowedHttpException in RoutesRequests.php line 596. I am using the latest version of XAMPP and have Chocolately version 3000D installed. So...

jensvos commented 7 years ago

Check this: http://prntscr.com/f3s87t

ovflowd commented 7 years ago

Okay, isn't a Captcha problem. Clear the follow file storages/logs/lumen.log and try register again. And send me the file after trying to register again.

You can attach it here.

jensvos commented 7 years ago

lumen.txt

jensvos commented 7 years ago

After clearing the lumen.log, register still does not work. I am clueless right now.

ovflowd commented 7 years ago

It seems that you forgot to import Arcturus Database.

The error is: "Base table or view not found: 1146 Table 'arcturus.bans' doesn't exist in C:"

jensvos commented 7 years ago

I actually have imported the database. That is not the problem. image

ovflowd commented 7 years ago

Your database is incomplete.

s150217754 commented 7 years ago

To re-migrate your Chocolatey tables, drop all tables starting with chocolatey_ and the migrations table and re-run the migration command php artisan migrate.

ovflowd commented 7 years ago

Yeah, but @s150217754 also non chocolatey tables are incomplete. Check that the bans tables as an example, doesn't exists.

jensvos commented 7 years ago

It is annoying, because I have tried dozens of databases. I tried the official one from Wesley's bitbucket for Arcturus, I tried yours in the 'database' folder in the CMS root and I even tried the Arcturus 1.6.0 Emulator folder SQL. 👎

s150217754 commented 7 years ago

First, as @sant0ro have mentioned, your Arcturus base SQL file is incomplete. Drop your whole database and use a third-party SQL application like HeidiSQL or Navicat to run Arcturus' base SQL file.

Next, you should not run the files in Chocolatey's database folder direcrly. These files are handled and used by the Artisan console. Read our wiki for more information on how to migrate those SQL into your database via the php artisan migrate command.

We do not provide warranty or support if you try to install Chocolatey using other means other than the Artisan console.