Page 1 of 1

Redirects in 5.4 broken

Posted: Thu Mar 27, 2008 12:00 am
by asai
Hi Martin and all,

I upgraded to 5.4, but now it's looking like the link tracking is broken. When I click on a link, it just takes me to a blank page.

Is there something I didn't update? I used the installer script, but I didn't rebuild the database.

Thanks.

Posted: Thu Mar 27, 2008 8:42 am
by maschoff
We have already more than 100 OpenEMM users working with version 5.4.0 on a regular basis (including me). Since no one else reported this problem so far, I doubt that the code is the problem. Can anyone confirm this problem?

Posted: Fri Mar 28, 2008 8:37 pm
by asai
Ok...no other responses...

Well, could you perhaps point me in the right direction to look for potential problems on my end? Perhaps I have configured something wrong which I could change here?

Posted: Fri Mar 28, 2008 9:18 pm
by asai
I think I fixed the problem.

The URLs were being redirected to an address like

Code: Select all

http://address.com/#some event link
As you can see there were spaces in the letters after the hash. In OpenEMM 5.3, this worked, but in 5.4, it didn't work anymore. I had meant for some time to change that code in the website, so when I figured that might be the problem here, I fixed it. And it works ok now.