• 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 V4 Beta 6

Nasglas

Chevereto Member
👉 Run our Container based provisioning and document the settings and context that trigger the alleged bug.

*️⃣ Make sure to test the bug in the Docker infra, let us know whatever the bug happens (or not) there.

Debian 11
PHP8.0.16
Apache
MariaDB
No Docker system

▶ Reproduction steps

curl -f -SOJL \
-H "License: $LICENSE" \
"https://chevereto.com/api/download/4-lite" \
&& unzip chevereto*.zip \
&& cd app \
&& composer install \
😢 Unexpected result

I need to delete the App/composer.lock file. After that you could use composer install
However, I now get the message ERR_TOO_MANY_REDIRECTS when I open the pape.

📃 Error log message

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- facebook/graph-sdk is locked to version 5.7.0 and an update of this package was not requested.
- facebook/graph-sdk 5.7.0 requires php ^5.4|^7.0 -> your php version (8.0.16) does not satisfy that requirement.
Problem 2
- symfony/console is locked to version v4.2.12 and an update of this package was not requested.
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.

Problem 3
- symfony/contracts is locked to version v1.1.3 and an update of this package was not requested.
- symfony/contracts v1.1.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
Problem 4
- symfony/translation is locked to version v4.3.3 and an update of this package was not requested.
- symfony/translation v4.3.3 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.

Problem 5
- symfony/console v4.2.12 requires php ^7.1.3 -> your php version (8.0.16) does not satisfy that requirement.
- doctrine/orm 2.11.1 requires symfony/console ^3.0 || ^4.0 || ^5.0 || ^6.0 -> satisfiable by symfony/console[v4.2.12].
- doctrine/orm is locked to version 2.11.1 and an update of this package was not requested.
 
Last edited:
Back
Top