Hello,
Im quite new to modx (and to web development in general), and experiencing my first issue.
I use modx rev. 2.1.3, Login 1.6.5. I have a multiple domain setup for 3 domains. Each site does hold a little product presentation and a download area, that should be accessible after login.
The problem: after typing in the login credentials and clicking the button, the page just goes white. When you navigate into the addressbar and hit return one more time, the login page is loaded corretly
and the user is logged in. The problem seems to be only the redirecting part.
This is my Login snippet call:
[[!Login? &loginTpl=`lgnLoginTpl` &loginResourceId=`1` &logoutResourceId=`1`]]
I changed the sites to redirect to a few times, used the not-personalized version of the login template, changed the order of the parameters, deleted the space between the parameters (read that in the forum somewhere..) but no change at all.
Modx doesnt give me any errors in the error log. The problem occurs on all browsers, tested on several machines.
Btw, both redirects (login and logout) do not work.
Can anybody help me on this one? :/ If any more info is needed let me know.
Aaaand i hope my english is comprehensible
Fredrik