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

HTTP ERROR 500 after updating

Status
Not open for further replies.

mamedov

Chevereto Member
Hi, after updating chevereto to new version from admin panel I got an error message on the browser: HTTP ERROR 500. Trying to set debug_level = 3; not shows any error messages in error_log by apache even by nginx or on the browser when opening the site URL. How to fix this issue?
 
You should consider to upgrade your PHP version. It seems that this:

PHP:
class_exists('CHV\Lock')

is breaking execution, no error log at all which looks like a PHP bug. You are running 5.5.some you should get something newer.
 
Yes, upgrade it or re-install it. Clearly that's a PHP bug.
 
Now site is working. Do I need press this button? Screenshot below
 

Attachments

  • db-update.png
    db-update.png
    39.6 KB · Views: 11
Albums not working under under Dashboard:
=====================================
Fatal error [400]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'stat_album_views' in 'field list'
Triggered in /app/lib/classes/class.album.php at line 71

Stack trace:
#0 /app/routes/route.album.php(40): CHV\Album::getSingle('207', true, true, Array)
#1 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#3 /app/loader.php(598): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
======================================
 
Status
Not open for further replies.
Back
Top