This topic is locked
[SOLVED]

  Reference to RunnerAll.js lost

5/29/2012 3:41:13 AM
PHPRunner General questions
G
giwi_dev author

Hi,
I noticed something that is hard to track for me.
I have a phprunner 6.0 application that runs well, but after a while and switching between pages the initial list page stops reacting to events like browsing through records. With Firebug i was able to see that the problem started when it lost the reference to RunnerAll.js. In the page it was showing as .js and this caused the non-reaction on events of course.
Now my question is if someone encountered this problem earlier is it something in my code or the wiring of the different tables throughout the pages.
thanks in advance,
Brian Mulder

G
giwi_dev author 6/6/2012

after deduction of the project components i got back to the root of the problem, which was caused by using a session variable that was also used by phprunner confirmed by Sergey
so this is solved