• 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

Installation error: SQLSTATE[42S22] with a DigitalOcean database cluster

Status
Not open for further replies.

accpacific

Chevereto Member
🎯Description of the issue

Hi, I tried to install latest Chevereto on latest LEMP stack (NGINX, PHP7.4) and database cluster (MySQL 8) on DigitalOcean. All of the droplet and database are new installation, however, it shows the following error message while I running the installer.php.

2020-06-29-031139.md.jpg

Installation error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'valid' in 'where clause'.

2020-06-29-031117.jpg

I've searched this forum and I am sure that the table prefix of database are all started with "chv_". Would you please confirm my issue and advise how to do for the next steps? Thank you.
 
Last edited:
Thanks for your reply. The installation is completed on another Droplets (with SQL server installed). but I will still try the manual installation with standalone Droplet with a managed database cluster. By the way, I cannot find the related SQL instructions about creating a database named "chevereto" for manual installation, what are the next steps after following SQL instructions?

CREATE USER 'chevereto' IDENTIFIED BY 'INSERTPASSWORDHERE';
GRANT ALL ON chevereto.* TO 'chevereto';

Thank you.
 
Unfortunately, this ticket has more than seven days without a reply or feedback from the original poster. We will now consider this ticket abandoned and its now closed.

Don't hesitate to create a new ticket if this matter is still causing you issues.

Ticket closed.
 
Status
Not open for further replies.
Back
Top