• 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

An error occurred while loading Chevereto.

friv

Chevereto Member
After installation of script,it was work a little bit. After that i see this message.

An error occurred while loading Chevereto.

Why this appear?
 
Last edited:
Is there anyone who can help me about this issue?

I have over 4 million pictures and my site is not live!

Why there is not answer from Rodolfo at all??
 
Hi @friv

Community Help is user-driven with no guaranteed response time (see the pinned checklist). If you need faster/guaranteed support, Extra Support or a Pro Subscription gets you that.

A quick code search indicates that the error message is generated in this line: https://github.com/chevereto/chever...dfae0bf3ac844a/app/legacy/load/loader.php#L72

That message is a generic fallback, the real error gets written to your server's PHP error log, not shown on screen (see loader.php line 72 in the source). Check your error log (commonly error_log, or your host's PHP error log path) for a line starting with [CHEVERETO LOAD ERROR] and paste that here. That'll have the actual exception, file, and line number needed to help you.
 
Ok. Here is a error log

[06-Aug-2026 16:50:19 UTC] [CHEVERETO LOAD ERROR] Error: Failed opening required '/home/image/public_html/app/vendor/composer/../../src/Legacy/G/functions.php' (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') /home/image/public_html/app/vendor/composer/autoload_real.php:42
 
This one is likely because a custom yara rule on top of the anti-virus software (usually clamav) giving a false positive webshell at /app/src/Legacy/G/functions.php. The AV daemon will flag this file and remove it from the filesystem, causing Chevereto to fail loading.

At this time I've detected the issue on Namecheap hosting, perhaps it affects other cPanel providers.

IMG_2933.png
 
Back
Top