• 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:

  • 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