#Email System
1 messages · Page 1 of 1 (latest)
caysedev has been warned, this is their first warning.
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)
Its this now and wait im geting logs
Can you please fetch the error logs, so we can assist you better regarding this error.
tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Your app might use an old cached state. Please do the following steps to delete it:
- Run
php artisan cache:clear - Run
php artisan config:clear - Run
php artisan view:clear
If that doesn't help try to delete everything inside the cache directory: storage/framework/cache and storage/framework/views
Make sure to optimize the production environment again by running:
php artisan config:cachephp artisan view:cachephp artisan route:cache
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
Last warning, please read and follow the support rules
The error is
[previous exception] [object] (ReflectionException(code: -1): Class "recaptcha" does not exist at /var/www/controlpanel/vendor/laravel/framework/src/Illuminate/Container/Container.php:893)
I have tried to clear the cache and everything it did not work
The captcha in my settings is correct i know it is
Logs:
https://pteropaste.com/v14t
The error has happened in the email system.
It looks like you are missing some important files in /vendor.
Please run composer install --no-dev --optimize-autoloader
Also
Did not work
https://pteropaste.com/klis
Do you use any addons?
Nope
Do you run this command in the cpgg directory?
Can you please show screenshot of the output?
Try composer update --no-dev --optimize-autoloader
ok
still the same
Is this fixable?
I fixed that but im getting
https://pteropaste.com/2npb/
Now
file_put_contents(/var/www/controlpanel/storage/framework/cache/data/ee/2f/ee2f842aa7bb1f53edf3a2ed2c09a1807ffa6c90): Failed to open stream: Permission denied in /var/www/controlpanel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:190
Stack trace:
#0 /var/www/controlpanel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(270): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
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
i gave it permissions to.
Can you please describe what exactly is not working for you? You report a lot of different errors without even explaining where they occur
When pressing verify button
Can you please show browser console?