• 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

URL Uploads Disabled?

Imagelli

Chevereto Member
Has anyone else seen this error after the last update? Why can I not use the URL upload feature on my site?1633612439010.png
 
Can you please fix bug
There's nothing to fix as it is not a bug when something is removed by design. Also, your query won't ever work as the system has a query override in app/loader.php.

PHP:
if(Settings::get('enable_uploads_url')) {
    Settings::update(['enable_uploads_url' => 0]);
}
^ This code will always detect if the thing is enabled and revert the configuration to disabled.

If you want to expose your systems be my guess, just keep in mind that you are taking the risk.
 
Back
Top