• 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

Unable to install Version 4 beta 5 as a fresh installation

tobi116

Chevereto Member
I was trying to install the Version 4 beta 5 as a fresh installation on a new subdomain and ended up with the below error in the screenshot.
▶ Reproduction steps
  1. I have created a subdomain v4.itspic.com in Cpanel [hostgator]
  2. Created Database and User as per the steps mentioned here --> Database setup
  3. Downloaded Beta 5 version from here and uploaded it to my main directory /public_html/v4.itspic.com and extracted the files
  4. added the minimum file contents mentioned here to the .env file
  5. In the end, I'm getting the below error in the screenshot.
😢 Unexpected result

PDOException thrown in /home2/itspichh/public_html/v4.itspic.com/app/src/Components/Legacy/G/DB.php:131

📃 Error log message

1644069731730.png
 
I'm unable to replicate this, I tried with one of the cPanel servers that other users donate to the project and the process went flawless following your steps.

Either you are skipping something, missing database perms, or something very odd happens in your hoster, in which case it requires Extra Support to investigate the situation. What you could do now is to debug the install query, the error that you get is because the queries didn't execute entirely, just a set.

Open app/legacy/install/installer.php

Change this:

PHP:
// $params['dump'] = true;

To this:

PHP:
$params['dump'] = true;

By doing that you will get the install query on screen, copy that and execute these in your MySQL console (for example phpMyAdmin). If that's the issue you will get an error in the affected query.

👉 If someone else manages to replicate this issue don't hesitate to comment and contribute.
 
Changed but I didn't see any install query on the screen.

You can check -- > https://v4.itspic.com/

I know I'm doing something really wrong with a database that is the issue.

but I don't know what exactly I missed to connect the database with chevereto.
 
Back
Top