• 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

Cant delete unwanted accounts

Status
Not open for further replies.

Boyan

Chevereto Noob
Not filling the support template.
Can someone please advise,,

I cant delete any account once is created

Thanks
 

Attachments

  • Screen Shot 2018-11-13 at 1.13.49 PM.png
    Screen Shot 2018-11-13 at 1.13.49 PM.png
    22.6 KB · Views: 12
No one is helping you because you totally dished the support template and kicked your desperate message right in. Support is community provided and you aren't making the process any easier. The template aims to make the support request more relevant and informative so you can get FASTER help.

The thing that is most missed here is the error_log entries. Don't panic, apply debug mode 3 and show us the log entries related to the thing caused issued.

https://chevereto.com/docs/debug

P.D. Try to understand that people here helps only on good will, not to earn some badge or to show of skills. This community is plain and simple good old folks helping each other just because helping others make you a better person.
 
PHP Fatal error: Class 'CHV\Notification' not found in /home/boyan2/public_html/travel/app/lib/classes/class.user.php on line 402
CHV\Notification shouldn't be called, this is a bug present in the Free edition that I noticed just now.

This should be removed:
Code:
            // Remove related notifications tied to this user (follows)
            Notification::delete([
                'table'        => 'users',
                'user_id'    => $user['id'],
            ]);

Please note that Chevereto-Free is not bug free and as it is updated each 6 months, lots of bugs gets carried over.
 
Status
Not open for further replies.
Back
Top