• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even 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

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