• 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

Logo and home cover images path go wrong after upgrading to 4.2.0

Version
4.2.0
Website URL
https://image.cx
PHP version
8.1.30
Database driver
MariaDB
Database version
10.6.8
Web browser
Chrome

koxle

Chevereto Member
▶ Reproduction steps

1. Confirm I am using php 8.1 on my vps
2. Click upgrade directly
3. Fail to upgrade (show php need 8.1.28 or later but existing php is 8.1.7)
4. upgrade php from 8.1.7 to 8.1.30
5. Found the home page become empty after the upgrade.
6. run "php app/upgrading.php" in the web root folder via ssh
7. follow the ssh output the access the /update via Chrome
8. Follow the message from my home page to add back the exif support and imageMagick support.
9. Able to access admin dashboard and remove the exec, proc... related disabled functions from php.ini to get back the video handling functions.

😢 Unexpected result

10. Found the Logo, and the home cover image URL go wrong


the correct one should be https://image.cx/content/images/system/home_cover_1587629432388_5a2cef.jpg

Is the upgrade process will help to move the related files to the new location but the first upgrade is failed so fail to move them?

📃 Error log message
 
@Rogeros Chevereto works with cPanel, and we provide an official guide for it. However, cPanel hosting configurations can vary significantly, and your provider's setup may be causing the issues. Ideally, your hosting provider should ensure the necessary environment for Chevereto to function correctly.

I can assure you that our official infrastructure requires no magic tricks. However, I cannot guarantee the same for third-party infrastructures.
 
The problem has been solved. Someone has disabled the PHP function [PROC_OPEN] on my hosting

I discovered this after uninstalling chevereto and trying to reinstall it. Then a message appeared that the required PHP function proc_open was missing.

Such technical problems are practically impossible to detect by a user like me. It's a shame I had to delete everything to discover it 🙁

Some kind of detection of correct php configuration in the dashboard would be useful. For users like me.
 
Back
Top