• 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.

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