• 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

An error occurred while loading Chevereto (Trying to update from 1.6.2)

Version
4.3
PHP version
8.1 or 8.3
Database driver
MariaDB
Database version
10.11.15
Web browser
Firefox 145.0.2 or Chrome 143.0.7499.40

Misterg

Chevereto Noob
I am trying to update from 1.6.2 free, following the instructions here

>Remove app/vendor from your Chevereto V3 installation

Done

>Override Chevereto V3 files with Chevereto V4 files

Done - I copied all files extracted from the chevereto-4.3.zip file (6MB) to my album folder

>Switch to PHP 8

Done (Initially I tried 8.0, got a warning and changed to 8.4, experienced the error below, then changed to 8.3, but this made no difference)

>Create app/env.php (see remark below)

I renamed app/settings.php to app/env.php

The contents seemed to be correct, but I'm not sure about db_driver:
<?php
$settings['db_host'] = 'localhost';
$settings['db_name'] = 'mistergo_cheve15';
$settings['db_user'] = 'mistergo_cheve15';
$settings['db_pass'] = 'XXXXXXXXXX';
$settings['db_table_prefix'] = 'chpt_';
$settings['db_driver'] = 'mysql';
$settings['db_pdo_attrs'] = [];
$settings['debug_level'] = 1;


I am unable to load Cevereto - I get the message "An error occurred while loading Chevereto."

The error log is:

[CHEVERETO LOAD ERROR] Error: Failed opening required '/home/mistergo/public_html/photo/app/legacy/load/../../vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') /home/mistergo/public_html/photo/app/legacy/load/loader.php:23

It is looking for the file that was removed when I removed app/vendor.

I have searched this forum to try and find a solution, but was not successful.

Any help would be appreciated.

Thank you,

Andy
 
Hello Andy

one (Initially I tried 8.0, got a warning and changed to 8.4, experienced the error below, then changed to 8.3, but this made no difference)
This is the PHP version support table: https://v4-docs.chevereto.com/application/stack/php.html

I renamed app/settings.php to app/env.php

1765411882648.png

Make sure that you update the contents accordingly app/env.php

It is looking for the file that was removed when I removed app/vendor.
You downloaded the source code, not the software package. Is not the same thing.

You need this: https://github.com/chevereto/chevereto/releases/tag/4.3.7 (about 36MB)
 
Back
Top