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

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