expressionengine endless redirect loop since upgrading to 2.6.1 -


since upgrading expressionengine site version 2.6.1 when go admin.php stuck in endless redirect loop. problem because url redirected missing ampersand:

/admin.php?s=0&d=cpc=homepage 

should be:

/admin.php?s=0&d=cp&c=homepage 

anyone know why happening if there fix?

this bug in expressionengine 2.6 , 2.6.1. have modify system/expressionengine/libraries/core.php line 407

change

ee()->functions->redirect(base.'c=homepage'); 

to be

ee()->functions->redirect(base.amp.'c=homepage'); 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -