• 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

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]

** 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')
 
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