#validation.recaptcha
1 messages · Page 1 of 1 (latest)
How to get support?
- Search for similar posts first!
- What have you tried already?
- Where the error has happened?
- Provide logs!
Dont's (will get you muted):
- Post some image or text without context.
- Post a command you ran without the output,
- Post just the output.
- Reply with "i already did that" (See: How to get Support)
- Post every word as a new message.
- Ping Staff.
- Post the same message in multiple channels.
Get Logs:
Laravel / CP.GG: tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Installer: tail -n 100 /var/www/controlpanel/public/install/logs/installer.log | nc pteropaste.com 99
(NGINX: Are usually in /var/log/nginx/ and got the (sub)domain in the name. There are error and access logs)
Your panel does not have the right permissions, try giving it some :)
sudo chmod -R 755 /var/www/controlpanel
and
sudo chown -R www-data:www-data /var/www/controlpanel
If you're using the installer, make sure to go back to the beginning and start the installer from step 1
:warning: Do not ping staff members for support! :warning:
A staff member will try to help you as soon as possible but be patient!
Re-read support rules
And do what is required of you
Logs is one of several steps, but we need more than logs
We are not a club of psychics, and we do not see error from a distance
I tried changing the keys from the .env but it didnt work
The error has happend in the
Login, Create account
https://pteropaste.com/uy49
Please go to: https://www.google.com/recaptcha/admin/create and create your own reCAPTCHA v2!
i cannot
Why?
:warning: Do not ping staff members for support! :warning:
A staff member will try to help you as soon as possible but be patient!
If you set the wrong ReCaptcha Key and locked yourself out, you will have to run the following commands from your VPS Terminal
mysql -u root -p
UPDATE `controlpanel`.`settings` SET `value` = 'false' WHERE (`key` = 'SETTINGS::RECAPTCHA:ENABLED');
exit
Don't ping STAFF
uh it worked but im getting
ERROR for site owner: Invalid key type
Invalid key type
Please go to: https://www.google.com/recaptcha/admin/create and create your own reCAPTCHA v2!