• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Exception thrown

konj

Chevereto Member
Freshly installed Chevereto v4, last beta version, with the bash script for VPS (ubuntu 20), the website responds with a Exception thrown
in
Code:
/var/www/html/app/src/Components/Legacy/functions.php:196
when users try to register new account.

Stack trace:

Code:
0 /var/www/html/app/legacy/routes/signup.php:194
Chevereto\Components\Legacy\send_mail()
------------------------------------------------------------
#1 /var/www/html/app/src/Components/Legacy/G/Handler.php:255
Chevereto\Components\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#2 /var/www/html/app/src/Components/Legacy/G/Handler.php:137
Chevereto\Components\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#3 /var/www/html/app/legacy/load/web.php:395
Chevereto\Components\Legacy\G\Handler->__construct()
------------------------------------------------------------
#4 /var/www/html/app/legacy/load/loader.php:291
require_once()
------------------------------------------------------------
#5 /var/www/html/app/legacy/entrypoints/index.php:15
require_once()
------------------------------------------------------------
#6 /var/www/html/index.php:14
require_once()
 
Not a bug, the error you get is because there's no email setup on the VPS provisioning. You need to provide a SMTP provider.
 
Back
Top