• 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

4.2 Error on Docker [chevereto/chevereto]

neoark

Chevereto Member
# Incident 671a7861273de

# Backtrace
------------------------------------------------------------
0 /var/www/html/content/legacy/themes/Peafowl/header.php:401
{main}()
------------------------------------------------------------
1 /var/www/html/app/src/Legacy/G/functions-render.php:48
require(string(length=54))
------------------------------------------------------------
2 /var/www/html/app/src/Legacy/G/functions-render.php:54
Chevereto\Legacy\G\require_theme_file(string(length=6))
------------------------------------------------------------
3 /var/www/html/content/legacy/themes/Peafowl/views/404.php:11
Chevereto\Legacy\G\require_theme_header()
------------------------------------------------------------
4 /var/www/html/app/src/Legacy/G/Handler.php:523
require(string(length=57))
------------------------------------------------------------
5 /var/www/html/app/src/Legacy/G/Handler.php:188
Chevereto\Legacy\G\Handler->loadTemplate()
------------------------------------------------------------
6 /var/www/html/app/legacy/load/web.php:654
Chevereto\Legacy\G\Handler->__construct(bool(true), Closure(#15), Closure(#16))
------------------------------------------------------------
7 /var/www/html/app/legacy/entrypoints/index.php:43
require_once(string(length=37))
------------------------------------------------------------
8 /var/www/html/index.php:12
require_once(string(length=46))
------------------------------------------------------------

172.18.0.1 - - [24/Oct/2024:12:40:01 -0400] "GET / HTTP/1.1" 404 24955 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36"
[671a7867938f8] ErrorException thrown in /var/www/html/content/legacy/themes/Peafowl/header.php:401

# Message [Code #2]
Undefined array key "link_attr"
 
It looks like the free edition package is missing a few files, which is causing the Docker error. I've addressed this in the following commits: ee8ee198, fb5ef974, and 4e796d82. The upcoming Chevereto v4.2.1 release will include these missing files.
 
Back
Top