Problem With Admin Login

Would suggest you do this kind of stuff in a my_changes/controllers/backend/index.post.php controller and set the time via:

fn_set_session_data('dashboard_selected_period', serialize(array(
            'from' => $time_period['from']->format(DateTime::ISO8601),
            'to' => $time_period['to']->format(DateTime::ISO8601),
        )));

Hello, the Admin panel of our cs cart (4.3.4 sp1) suddenly today redirects to a product of our store! Any idea?

clear your cache.

What change occurred on your server that caused this? PHP update? Cpanel update? New SSL certificate?

clear your cache.

What change occurred on your server that caused this? PHP update? Cpanel update? New SSL certificate?

Thank you for your reply.
CS-cart.com reply this:""We are sorry to hear that you faced this issue. We have created a simple php file and it was also redirected to the above mentioned page. We recommend you to check once again with your server administrator whether there is any redirect set up on your server. "
I have forward the message to server administrator and looking forward for his reply.
Once been fixed, i will report what caused the problem.

We have the same problem in our website after the update - luckely we did it on a demo server to test the version before moving it to production.

Demo Bygora

The login panel just keeps loading.

This is the console log error :

jquery-3.5.1.min.js:2 jQuery.Deferred exception: e.indexOf is not a function TypeError: e.indexOf is not a function
    at S.fn.init.S.fn.load (https://code.jquery.com/jquery-3.5.1.min.js:2:84831)
    at controlBannerImage (https://demo.bygora.com/var/cache/misc/assets/js/tygh/scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:360:348)
    at HTMLDivElement. (https://demo.bygora.com/var/cache/misc/assets/js/tygh/scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:362:1)
    at Function.each (https://code.jquery.com/jquery-3.5.1.min.js:2:2976)
    at S.fn.init.each (https://code.jquery.com/jquery-3.5.1.min.js:2:1454)
    at https://demo.bygora.com/var/cache/misc/assets/js/tygh/scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:361:348
    at dispatch (https://code.jquery.com/jquery-3.5.1.min.js:2:43090)
    at v.handle (https://code.jquery.com/jquery-3.5.1.min.js:2:41074)
    at Object.trigger (https://code.jquery.com/jquery-3.5.1.min.js:2:71513)
    at https://code.jquery.com/jquery-3.5.1.min.js:2:72108 undefined
S.Deferred.exceptionHook @ jquery-3.5.1.min.js:2
2jquery-3.5.1.min.js:2 Uncaught TypeError: e.indexOf is not a function
    at S.fn.init.S.fn.load (jquery-3.5.1.min.js:2:84831)
    at controlBannerImage (scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:360:348)
    at HTMLDivElement. (scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:362:1)
    at Function.each (jquery-3.5.1.min.js:2:2976)
    at S.fn.init.each (jquery-3.5.1.min.js:2:1454)
    at scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:361:348
    at dispatch (jquery-3.5.1.min.js:2:43090)
    at v.handle (jquery-3.5.1.min.js:2:41074)
    at Object.trigger (jquery-3.5.1.min.js:2:71513)
    at jquery-3.5.1.min.js:2:72108
jquery-3.5.1.min.js:2 Uncaught TypeError: e.indexOf is not a function
    at S.fn.init.S.fn.load (jquery-3.5.1.min.js:2:84831)
    at controlBannerImage (scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:360:348)
    at HTMLDivElement. (scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:362:1)
    at Function.each (jquery-3.5.1.min.js:2:2976)
    at S.fn.init.each (jquery-3.5.1.min.js:2:1454)
    at scripts-2dada030fa2ba35e55b304da7740c32f.js?1642149144:361:348
    at dispatch (jquery-3.5.1.min.js:2:43090)
    at v.handle (jquery-3.5.1.min.js:2:41074)

Most likely, the code needs to be

e.message.indexOf()...

But this is just a guess.