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

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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

errors when I use php 8.0 version

crystyv

Chevereto Member
hello


I have below error when I user PHP 8.0, with php 7.4 I don't have any issues

Aw, snap! Internal Server Error [debug @ print,error_log] - https://chv.to/v3debug

** errorId #f852889c04ccb640 **
ErrorException [0]: Undefined array key "pt_BR"
At /app/lib/classes/class.l10n.php:52

Stack trace:
#0 /app/lib/classes/class.l10n.php(52): G\errorsAsExceptions()
#1 /app/lib/classes/class.l10n.php(70): CHV\L10n::bindEnabled()
#2 /app/lib/classes/class.l10n.php(132): CHV\L10n->__construct()
#3 /app/lib/classes/class.l10n.php(232): CHV\L10n::getInstance()
#4 /app/lib/classes/class.l10n.php(252): CHV\L10n::getStatic()
#5 /app/lib/classes/class.l10n.php(220): CHV\L10n::getGettext()
#6 /app/lib/l10n.php(43): CHV\L10n::ngettext()
#7 /app/lib/classes/class.user.php(520): _n()
#8 /app/lib/classes/class.user.php(486): CHV\User::fill()
#9 /app/lib/classes/class.user.php(58): CHV\User::formatArray()
#10 /app/lib/classes/class.login.php(153): CHV\User::getSingle()
#11 /app/lib/classes/class.login.php(129): CHV\Login::login()
#12 /app/lib/classes/class.login.php(109): CHV\Login::loginCookie()
#13 /app/lib/classes/class.login.php(77): CHV\Login::tryCookies()
#14 /app/web.php(65): CHV\Login::tryLogin()
#15 /lib/G/classes/class.handler.php(125): CHV\{closure}()
#16 /app/web.php(410): G\Handler->__construct()
#17 /app/loader.php(233): require_once('/app/web.php')
#18 /index.php(20): include_once('/app/loader.php')
 
Last edited:
Solution
Hi,

I'm sorry to hear about these issues. At this time Chevereto V3.20.X is not yet PHP 8 compatible. You should be using V3.20.X with PHP 7.4 until we announce PHP 8 compatibility for V3.20.X.

We don't have a date for PHP 8 support for V3.20.X but it will eventually happen to enable seamless upgrade from V3.20 to V4.0.

Hope it helps!

Cheers,
Rodolfo.
Hi,

I'm sorry to hear about these issues. At this time Chevereto V3.20.X is not yet PHP 8 compatible. You should be using V3.20.X with PHP 7.4 until we announce PHP 8 compatibility for V3.20.X.

We don't have a date for PHP 8 support for V3.20.X but it will eventually happen to enable seamless upgrade from V3.20 to V4.0.

Hope it helps!

Cheers,
Rodolfo.
 
Solution
Back
Top