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