• 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

Admin Panel not working properly!!

Status
Not open for further replies.
That gave me a huge idea, the update from 2.1.1 to 2.1.2 must have done that to mine aswell! After i updated it, it happend.

- So i dont know, did you fix it mate?
not yet, i'll do a md5 checksum test for all the files later today, probably missed a file...
 
This is actually a bug that I've already fixed on 2.2
It happens when you set the auto_lang false.

This fix will be bundled on 2.2 and to fix it manually, open includes/chevereto.php and change this:

PHP:
    } else {
        define('__CHV_LANGUAGE_FILE__', $default_lang);
    }

To this:
PHP:
    } else {
        $lang_code = 'en';
        define('__CHV_LANGUAGE_FILE__', $default_lang);
    }
 
This is actually a bug that I've already fixed on 2.2
It happens when you set the auto_lang false.

This fix will be bundled on 2.2 and to fix it manually, open includes/chevereto.php and change this:

PHP:
    } else {
        define('__CHV_LANGUAGE_FILE__', $default_lang);
    }

To this:
PHP:
    } else {
        $lang_code = 'en';
        define('__CHV_LANGUAGE_FILE__', $default_lang);
    }

Thanks, its working fine now
 
I think you did that for me now or?

Anyway, i turned Auto Language ON! And it worked? with auto language off it does not work.

The images that are now are some old images?? omg..
 
Status
Not open for further replies.
Back
Top