#Email System

1 messages · Page 1 of 1 (latest)

jovial raftBOT
#

caysedev has been warned, this is their first warning.

sterile flumeBOT
#

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)

sterile flumeBOT
bronze sparrow
sterile flumeBOT
# bronze sparrow https://pteropaste.com/iklj

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:cache
  • php artisan view:cache
  • php artisan route:cache
bronze sparrow
sterile flumeBOT
# bronze sparrow https://pteropaste.com/ntwo

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

bronze sparrow
midnight cliff
#

Last warning, please read and follow the support rules

bronze sparrow
#

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.

sterile flumeBOT
#

It looks like you are missing some important files in /vendor.
Please run composer install --no-dev --optimize-autoloader

midnight cliff
#

Also

midnight cliff
#

Do you use any addons?

bronze sparrow
midnight cliff
bronze sparrow
#

Yea.

#

It said Nothing to install

midnight cliff
#

Can you please show screenshot of the output?

bronze sparrow
#

yea wait

midnight cliff
#

Try composer update --no-dev --optimize-autoloader

bronze sparrow
#

ok

#

still the same

#

Is this fixable?

#

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()

sterile flumeBOT
bronze sparrow
#

i gave it permissions to.

midnight cliff
#

Can you please describe what exactly is not working for you? You report a lot of different errors without even explaining where they occur

midnight cliff
#

Can you please show browser console?