[phpOpenTracker-devel] [Bug #3104] exit.php and exit_targets simple report

[email protected] Sun, 23 Jan 2005 12:24:52 -0900 (AKST)
Newsgroups gmane.comp.web.phpopentracker.devel
Message-ID <[email protected]>
Bug #3104, was updated on 2005-Jan-23 12:24
Here is a current snapshot of the bug.

Project: phpOpenTracker
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mishal
Assigned to : none
Summary: exit.php and exit_targets simple report

Details: When tracking outgoing links with exit.php phpOpenTracker doesn't show the exit_targets and exit_document in simple report.
i tried to debug the query in exit.php and a got this result: 
	 	

INSERT
INTO pot_exit_targets
(data_id, string)
VALUES ('1394097810', 'http://www.fakeurl.com')
 	

UPDATE pot_accesslog
SET exit_target_id = '1394097810'
WHERE accesslog_id   = '0'
AND document_id    = '0'
AND timestamp      = '0'

The session container is NULL.


For detailed info, follow this link:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=3104&group_id=2025