• 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

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