Active
Project:
Clickpath
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 14:54 UTC
Updated:
25 Jun 2011 at 16:39 UTC
For some reason clickpath_exit() hook isn't called, so I have to call it explicitly from clickpath_preprocess_page().
It works, but I wonder why? clickpath_exit() is called only once after enabling the module.
Comments
Comment #1
alexbk66- commentedActually, clickpath_exit() is called (I was using dsm which doesn't work when you leave the page).
But still, $_SESSION['clickpath'] doesn't get updated, I couldn't find why?
And if nobody else is having this problem, must be some other module is screwing it.
Comment #2
alexbk66- commentedProbably related issue #755804: Not working - $_SESSION flushed at every page
As a workaround I call clickpath_save_path from() clickpath_preprocess_page()