• 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

「ERR_TOO_MANY_REDIRECTS」

Status
Not open for further replies.

kztmkz

Chevereto Member
Hi,

I have error when I click one image.
I deleted cookies, but I have same errors.

How can I fix it?
 
app/loader.php change this:
PHP:
if(in_array($handler->request_array[0], $virtualizable_routes)) {

To this:
PHP:
if(in_array($handler->request_array[0], $virtualizable_routes) && $handler->request_array[0] !== getSetting('route_' . $handler->request_array[0])) {
 
Status
Not open for further replies.
Back
Top