• 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

Version 4 Beta 5 Installation Error

Version
4 beta 5
Website URL
https://v4.itspic.com/
PHP version
PHP 8.0 (ea-php80
Database driver
MySQL
Database version
5.7
Web browser
Chrome

tobi116

Chevereto Member
Hello,

I was trying to install Version 4 beta 5 in one of my subdomains and ended up with the below error.
I have done all the permissions and created the database, Then added the below details in file /app/src/Components/Legacy/Classes/Settings.php

$settings = [
'db_driver' => 'mysql',
'db_host' => '',
'db_name' => '',
'db_pass' => ' ',
'db_table_prefix' => '',
'db_user' => '',
'debug_level' => ,
'image_library' => '',
];


1643802590344.png
 
I'm installing this beta as a fresh installation in a new domain

I will tell you the exact steps followed.
Step 1: Created a subdomain in cpanel
Step 2: Copied the zip file of 4.0.0 beta 5 to the /public_html/v4.itspic.com and extracted the files
step 3: Created database based on steps mentioned here https://v3-docs.chevereto.com/setup/server/cpanel.html#database
step 4: Then added the below details in file /app/src/Components/Legacy/Classes/Settings.php

$settings = [
'db_driver' => 'mysql',
'db_host' => '',
'db_name' => '',
'db_pass' => ' ',
'db_table_prefix' => '',
'db_user' => '',
'debug_level' => ,
'image_library' => '',
];

@Simply_Corbett
 
@tobi116 Open a bug report with details in how to trigger the issue in a test instance.

You will require to describe step-by-step how to trigger the conflict, the more detail the easier to detect the situation.
 
Back
Top