• 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

Error occurred after upgrading Chevereto from 4.2.5 to 4.3.0

Status
Not open for further replies.
Version
4.3.0
PHP version
8.1.31
Database driver
MySQL
Database version
8.0.36
Web browser
EDGE

yhsiao

Chevereto Member
Today, I upgraded Chevereto from version 4.2.5 to 4.3.0. After the upgrade, the dashboard displayed the following errors:

  • ExifTool binary not found
  • ExifTran binary not found
  • Error: Unable to load FFProbe [Executable not found, proposed: avprobe, ffprobe]

In fact, I have already installed ExifTool, ExifTran, ffmpeg, and ffprobe on my server. I verified the binary paths using the which command, and the results were as follows:
Code:
which exiftran 
/usr/bin/exiftran 

which exiftool 
/usr/bin/exiftool 

which ffmpeg 
/usr/bin/ffmpeg 

which ffprobe 
/usr/bin/ffprobe

Additionally, I added the binary path configurations in app/env.php, as shown below:
Code:
'CHEVERETO_BINARY_FFMPEG' => '/usr/bin/ffmpeg', 
'CHEVERETO_BINARY_FFPROBE' => '/usr/bin/ffprobe', 
'CHEVERETO_BINARY_EXIFTOOL' => '/usr/bin/exiftool', 
'CHEVERETO_BINARY_EXIFTRAN' => '/usr/bin/exiftran',

Could you please help me identify where the issue might be and how to resolve it? Thank you!
 
Chevereto v4.3.0 only detects the binary at PATH at this time, if the binary is not there it won't load it. This will be improved in the next revision.
 
Chevereto v4.3.0 only detects the binary at PATH at this time, if the binary is not there it won't load it. This will be improved in the next revision.
Hello, there is another issue with version 4.3.0. After the upgrade, the pages function encountered problems — previously configured pages cannot be displayed. When entering the pages settings page, I found that the source code section of the previously configured page is blank. An error occurs when saving after filling in the content. Could you please provide a solution? Thank you.
 
Both issues have been fixed in Chevereto v4.3.1
Hello, I've upgraded to version 4.3.1, and now I can save edited pages without any issues. However, after saving, the corresponding page does not appear in the page list at the top-right corner of the website. When I try to access the page directly using its URL, it says the page cannot be found. Could there still be an issue with the page routing? Please help check again. Thank you.
 
Page issue seems related to Redis as when that is not available some functionality is not working as expected.

I'm working on it.

Please keep it to "one topic per issue" to avoid mixing issues.
 
Status
Not open for further replies.
Back
Top