• 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

After updating script images disappear from dashboard

Version
4.3.7
PHP version
8.3
Database driver
MySQL
Database version
11.4.8-MariaDB-cll-lve-log
Web browser
Chrome,Mozilla

friv

Chevereto Member
Reproduction steps
  1. Update from 4.1.4 to 4.3.7
  2. Refresh files tab (images) in admin panel
  3. No images in "files" tab
Unexpected result in error log:


[01-Dec-2025 PHP Warning: require(/home/imgdom/imagedomain.com/app/vendor/composer/../nikic/fast-route/src/functions.php): Failed to open stream: No such file or directory in /home/imgdom/imagedomain.com/app/vendor/composer/autoload_real.php on line 42

[01-Dec-2025 [CHEVERETO LOAD ERROR] Error: Failed opening required '/home/imgdom/imagedomain.com/app/vendor/composer/../nikic/fast-route/src/functions.php' (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') /home/imgdom/imagedomain.com/app/vendor/composer/autoload_real.php:42

[01-Dec-2025 PHP Warning: require(/home/imgdom/imagedomain.com/app/vendor/composer/../xrdebug/php/src/functions.php): Failed to open stream: No such file or directory in /home/imgdom/imagedomain.com/app/vendor/composer/autoload_real.php on line 42

[01-Dec-2025 [CHEVERETO LOAD ERROR] Error: Failed opening required '/home/imgdom/imagedomain.com/app/vendor/composer/../xrdebug/php/src/functions.php' (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') /home/imgdom/imagedomain.com/app/vendor/composer/autoload_real.php:42
 

Attachments

  • screen.png
    screen.png
    61.6 KB · Views: 1
Last edited:
Hello,

This is not a bug. You did a wrong update procedure as the system is reporting missing files in the app/vendor directory, which is where the app stores the system dependencies. It won't work if that directory has been tempered or altered.

If you carried the update via the application itself, then the problem is your web server caching the old application files and missing caching the new files. Ask your server administrator.

In any case, you need to re-provision all the application files.
 
Hello,

This is not a bug. You did a wrong update procedure as the system is reporting missing files in the app/vendor directory, which is where the app stores the system dependencies. It won't work if that directory has been tempered or altered.

If you carried the update via the application itself, then the problem is your web server caching the old application files and missing caching the new files. Ask your server administrator.

In any case, you need to re-provision all the application files.
I understand what you want to say but i think that is not a case.
Because on other of mine two domains not have that issue at all.
After upgrading from admin panel those two domains run normal without issue.
 
The 4.3.7 package does include the files you mentioned, so the issue most likely occurred during the update process on your system. When Chevereto is running in root mode, the application filesystem is completely under your control, which means the update tool can fail if ownership or permissions aren't properly configured. It can also fail if your server has a very aggressive PHP caching policy, which causes PHP to don't reflect the most recent status of the filesystem.

You can fix this by manually placing the missing files in their respective locations and verifying that the filesystem permissions match the rest of the installation.

If you want to avoid this kind of issues in the future I strongly recommend to consider running Chevereto as a Container.
 
Back
Top