• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and 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

Missing imagick format(s)

mbek

Chevereto Member
Hi,
after updating to latest version on https://bilder.mbentusiastklubb.no/ I am getting the below error.



Missing imagick format(s)​

The imagick image library in this provisioning lacks support for the following image format(s):
  • WEBP
Check our documentation on Image library requirements to workaround this.
Need help? Check our Support.


I have changed the Settings file like this:
<?php
$settings = [

'db_driver' => 'mysql',
'db_host' => ‘sdfsdfsdfsdf’,
'db_name' => ‘øosdkfopsd’,
'db_user' => ‘sdføokjweopfwefo’,
'db_pass' => ‘dszøowjdfojwepfojwef’,
'db_pdo_attrs' => [],
'db_table_prefix' => 'chv_',
'debug_level' => 1,
'image_formats_available' => ['PNG', 'GIF', 'JPG', 'BMP'],
'image_library' => 'imagick',
];


But this stops the entire site and leaves only a white page.

If i change it to this:
<?php
$settings = [

'db_driver' => 'mysql',
'db_host' => ‘sdfsdfsdfsdf’,
'db_name' => ‘øosdkfopsd’,
'db_user' => ‘sdføokjweopfwefo’,
'db_pass' => ‘dszøowjdfojwepfojwef’,
'db_pdo_attrs' => [],
'db_table_prefix' => 'chv_',
'debug_level' => 1,
'image_formats_available' => ['PNG', 'GIF', 'JPG', 'BMP', 'WEBP'],
'image_library' => 'imagick',
];


I get the same error as after the update.


Any ideas?
 
I'm sorry to hear about this situation as it is not letting you to enjoy the software.

You may refer to our documentation on HTTP 500 Internal Server Error to determine what's exactly the malfunction affecting your system so we can quickly assists you further. Note that you will require to understand our error reporting and follow our debug guide.

Is debugging something totally out of your comfort zone? If so, you can purchase extra support and let us deal with this. You can also ask in Community Help if you are willing to get assistance from other Chevereto users.
 
I set debuglevel to 2 and the white page now shows the below.
Any ideas?

Aw, snap! Internal Server Error [debug @ print] - https://chv.to/v3debug

** errorId #cdf04cf23bd3ad13 **
> PDOException [42S22]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'album_parent_id' in 'order clause'
At /lib/G/classes/class.db.php:155

Stack trace:
#0 /lib/G/classes/class.db.php(155): PDOStatement->execute()
#1 /lib/G/classes/class.db.php(170): G\DB->exec()
#2 /app/lib/classes/class.user.php(93): G\DB->fetchAll()
#3 /app/routes/route.user.php(319): CHV\User::getAlbums(Array)
#4 /lib/G/classes/class.handler.php(230): G\Handler->{closure}(G\Handler)
#5 /lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#6 /app/web.php(407): G\Handler->__construct(Array)
#7 /app/loader.php(230): require_once('/app/web.php')
#8 /index.php(20): include_once('/app/loader.php')
 
Idea to update the help pages with this info?
Sure, but I need to cover first all the cases. I'm still discovering things as this affects installations old as 2013 so it will take time to came up with a complete solution.
 
Back
Top