• 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

Update from 3.20.20 to 4.1.3 "Chevereto is not installed"

Version
4.1.3
Website URL
https://kenzato.uk/booru
PHP version
8.0.3
Database driver
MariaDB
Database version
10.3.29
Web browser
Chrome

Kenzato

Chevereto Member
*️⃣ Must open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.

▶ Reproduction steps

  1. Upgrade from 3.17 to 3.20.20 (no issues)
  2. Delete "Vendor"
  3. Extract/overwrite 4.1.3
  4. Change PHP to 8 (8.3.7)
  5. Create app/env.php
  6. Proceed to try to update database
  7. CD to chevereto instance.
  8. sudo -u user app/bin/legacy -C update
😢 Unexpected result

[ERROR] Chevereto is not installed, try with the install command.

📃 Error log message

the error i am met with is [ERROR] Chevereto is not installed, try with the install command.

I have made no changes to the database, Env.php has the exact same login as the old settings.php file. Mariadb running. PHP 8.3.7 running. User running Apache has permissions. At a glance database seems intact.

I assumed maybe chevereto wasn't ready for 8.3.7 as its recent, so i downgraded to 8.0.30 and i am still getting the same results
 
Last edited:
Above is the original, Below is the new one

<?php
$settings['db_host'] = 'localhost';
$settings['db_name'] = 'kenzatou_cheve36';
$settings['db_user'] = 'kenzatou_cheve36';
$settings['db_pass'] = 'XXXXXXX';
$settings['db_table_prefix'] = 'chkk_';
$settings['db_driver'] = 'mysql';
$settings['db_pdo_attrs'] = [];
$settings['debug_level'] = 3;

<?php // app/env.php
return [
'CHEVERETO_DB_HOST' => 'localhost',
'CHEVERETO_DB_NAME' => 'kenzatou_cheve36',
'CHEVERETO_DB_USER' => 'kenzatou_cheve36',
'CHEVERETO_DB_PASS' => 'XXXXXXX',
];
 

Attachments

  • chev2.JPG
    chev2.JPG
    6.2 KB · Views: 5
  • Chev.JPG
    Chev.JPG
    33.9 KB · Views: 5
seems i cant catch a break. after updating the database. You don't happen to have any suggestions do you?

mod_fcgid: ap_pass_brigade failed in handle_request_ipc function is the only error i see at all
 

Attachments

  • test.JPG
    test.JPG
    30.6 KB · Views: 4
Back
Top