• 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

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?
 
Last edited by a moderator:
I set debuglevel to 2 and the white page now shows the below.
Any ideas?

Aw, snap! Internal Server Error [debug @ print] - https://chevereto.com/go/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