[ic] Possible bug

Jeff Dafoe interchange-users@icdevgroup.org
Sat Dec 14 11:03:00 2002


> I want to bring something up. I don't know if this can be generalized, but
>  I have been getting a missing page when I have tried to use the service
> button without being logged in. I found the solution, and I want to share
> it with you because maybe someone can also suffer this problem later. I
> tried to get an answer writting here, but I didn't get any answer.

    Just put this at the top of your customerservice file:

[if !session logged_in]
  [set mv_successpage]@@MV_PAGE@@[/set]
  [bounce page=login]
[/if]


Jeff