• 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

Cant install chevereto v4 (no image lib)

sebasdtt

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.

▶ Reproduction steps
  1. Chevere\Throwable\Exceptions\ErrorException thrown in /home/u561819161/domains/sotomontes.net/public_html/img/app/legacy/load/integrity-check.php:102
😢 Unexpected result

Undefined array key ""

# Incident ID:6224f467418b4

# Time
2022-03-06T17:50:31+00:00 [1646589031]

📃 Error log message
# Stack trace
------------------------------------------------------------
#0 /home/u561819161/domains/sotomontes.net/public_html/img/app/legacy/load/integrity-check.php:102 {main}()
------------------------------------------------------------
#1 /home/u561819161/domains/sotomontes.net/public_html/img/app/src/Legacy/functions.php:994 require_once(string(length=91))
------------------------------------------------------------
#2 /home/u561819161/domains/sotomontes.net/public_html/img/app/legacy/entrypoints/index.php:24 Chevereto\Legacy\loaderHandler()
------------------------------------------------------------
#3 /home/u561819161/domains/sotomontes.net/public_html/img/index.php:12 require_once(string(length=88))
------------------------------------------------------------
 

Attachments

  • beta chevereto.png
    beta chevereto.png
    83 KB · Views: 7
There's two situations here:

1. PHP is reporting that you aren't providing imagick / gd.
2. Chevereto isn't indicating (1)

That's why it looks like any random error (undefined array key), try to provide php-gd and/or php-imagick and it should work for you.
 
Back
Top