• 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

After Update to V4 - Undefined array key "name"

Status
Not open for further replies.

latrox

Chevereto Member
Hello,
after updating from V3.20 to V4.0 i receive the following error when i try to login:

Chevere\Throwable\Exceptions\ErrorException thrown in /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/Classes/User.php:52

# Message [Code #2]
Undefined array key "name"

# Incident ID:6335cab6ec73c

# Time
2022-09-29T16:41:26+00:00 [1664469686]

# Stack trace
------------------------------------------------------------
#0 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/Classes/User.php:52 {main}()
------------------------------------------------------------
#1 /var/www/vhosts/picflick.de/httpdocs/app/legacy/routes/login.php:65 Chevereto\Legacy\Classes\User::getSingle()
------------------------------------------------------------
#2 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/Handler.php:227 Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#3 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/Handler.php:151 Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#4 /var/www/vhosts/picflick.de/httpdocs/app/legacy/load/web.php:448 Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#5 /var/www/vhosts/picflick.de/httpdocs/app/legacy/entrypoints/index.php:25 require_once(string(length=60))
------------------------------------------------------------
#6 /var/www/vhosts/picflick.de/httpdocs/index.php:12 require_once(string(length=69))
------------------------------------------------------------

# Server
Linux web 4.15.0-167-generic #175-Ubuntu SMP Wed Jan 5 01:56:07 UTC 2022 x86_64

Any idea?

Best Regards
David
 
Are you login using a social provider? Try with user/password.
 
I have facebook active but i tried without

With an normal user i can login, but when i logout this error shows:

PDOException thrown in /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/DB.php:151

# Message [Code #42S02]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'picflick.chv_login_cookies' doesn't exist

# Incident ID:633616d87c472

# Time
2022-09-29T22:06:16+00:00 [1664489176]

# Stack trace
------------------------------------------------------------
#0 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/DB.php:151 {main}()
------------------------------------------------------------
#1 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/DB.php:151 PDOStatement->execute()
------------------------------------------------------------
#2 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/DB.php:412 Chevereto\Legacy\G\DB->exec()
------------------------------------------------------------
#3 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/Classes/DB.php:135 Chevereto\Legacy\G\DB::delete()
------------------------------------------------------------
#4 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/Classes/Login.php:240 Chevereto\Legacy\Classes\DB::delete()
------------------------------------------------------------
#5 /var/www/vhosts/picflick.de/httpdocs/app/legacy/routes/logout.php:23 Chevereto\Legacy\Classes\Login::logout()
------------------------------------------------------------
#6 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/Handler.php:227 Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#7 /var/www/vhosts/picflick.de/httpdocs/app/src/Legacy/G/Handler.php:151 Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#8 /var/www/vhosts/picflick.de/httpdocs/app/legacy/load/web.php:448 Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#9 /var/www/vhosts/picflick.de/httpdocs/app/legacy/entrypoints/index.php:25 require_once(string(length=60))
------------------------------------------------------------
#10 /var/www/vhosts/picflick.de/httpdocs/index.php:12 require_once(string(length=69))
------------------------------------------------------------

# Server
Linux web 4.15.0-167-generic #175-Ubuntu SMP Wed Jan 5 01:56:07 UTC 2022 x86_64
 
Status
Not open for further replies.
Back
Top