BluewireMedia Reply #1, 10 months ago
Thought we'd post about this because it took us ages to figure out...
We upgraded an older 0.9.x site to Evolution 1.0.5, on IIS. After a successful upgrade, when we tried to login to the Manager we got a Javascript alert "Location: [site address]". You could manually go to a Manager address and you'd actually be logged in, but was a real pain for the client (obviously).
SOLUTION
Upgrading on IIS put blank spaces at the end of the config file (config.inc.php), after the closing PHP tag. Open the file, remove the spaces, re-save, problem solved!
We upgraded an older 0.9.x site to Evolution 1.0.5, on IIS. After a successful upgrade, when we tried to login to the Manager we got a Javascript alert "Location: [site address]". You could manually go to a Manager address and you'd actually be logged in, but was a real pain for the client (obviously).
SOLUTION
Upgrading on IIS put blank spaces at the end of the config file (config.inc.php), after the closing PHP tag. Open the file, remove the spaces, re-save, problem solved!