• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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
Attention: No official support is provided in Community Help. If you want official support go to Tech Support.

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