We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17895
    • 209 Posts
    Hi everyone... I’m still around here... smiley

    I am experiencing a problem with the redirection in a plugin... I’m sure that in some point in the past it worked, but I cannot remember how I changed from that point...

    Basically, I have a plugin that respond to OnParseDocument and OnWebPagePrerender and it does only:

    $modx->sendRedirect("http://www.mindreamz.net/modx091/index.php?id=2");
    return;
    


    I expect to go in the page 2 of my site... but this doesn’t work...

    ...

    One thing I notice now is that if I try to $modx->event->alert(’something’); in my plugin, it doesnt’ popup anything... do I have some problem with plugins?
      Daniele "MadMage" Calisi