• 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 up problem

koko

Chevereto Noob
hello,

I have a problem, I can not upload with url, can you help me

thank you

ps: sorry my english is bad
 
I can not upload in the url only with local

it tells me "error check your data"

thank you
 
open debug mode in config.php about 47 line

$debug_mode = true; // false: Debug OFF - true: Debug ON.
change to TRUE

will can see some error info

and check your hosting php.ini

allow_url_fopen = on

allow_url_include = on

if is "off" will change to "on"

try it good lucky
 
Back
Top