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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -