#79 closed defect (fixed)
gui_digitize will not load properly
Reported by: | christoph | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.3 release |
Component: | digitizing | Version: | 2.4.2 |
Keywords: | Cc: | uli@…, christoph@… |
Description
after refreshing the site everything seems to work
error message on my machine
"Warning: Your script possibly relies on a session side effect"
This error message corrupts the JS code
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Cc: | added |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 17 years ago
Milestone: | → Milestone 2.4.3 release |
---|
Note:
See TracTickets
for help on using tickets.
For a start, I added the following lines to map.php
ini_set('session.bug_compat_42',0); ini_set('session.bug_compat_warn',0);
but we need to find out what causes the problem.