We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39243
    • 1 Posts
    Hi folks,

    since this is my first post in this forum, I hope you you'll be tolerant concerning my questions.

    I am trying to setup a members-only area in my modx-project, using the login snippet (v. 1.0.7). I have been at it for quite some time now without any measurable progress. The problem did not lay in setting up and embedding the snippet but in receiving the POST parameters. Actually I found out, that MODX does the following:
    Anytime a MODX page is requested and additionally parameters are being sent using POST and/or GET to the same page I get a 301 Permanently Moved. For the GET-Parameter, I am still able to use them, but the POST array is always empty. I am calling the snippets uncached ([[! !]] synthax). But still $_POST seems to be empty.

    Can anyone guess, what the problem is? Since I didn't set up the project myself, is it possible that there is some miss configuration that is responsible for the behaviour described?

    Thanks in advance, Dave