Opened 17 years ago
Closed 17 years ago
#4 closed defect (fixed)
MySQL error when using back link in speaker details view
Reported by: | Christian Hennecke | Owned by: | amp4ecs |
---|---|---|---|
Priority: | critical | Milestone: | Front end display of presentations |
Component: | FE Speaker detail | Version: | |
Keywords: | Cc: |
Description
When you open a speaker details view from a session details view and press the back button, you get:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /typo3_src-4.1.2/t3lib/class.t3lib_db.php on line 796
Warning: Cannot modify header information - headers already sent by (output started at /typo3_src-4.1.2/t3lib/class.t3lib_db.php:796) in /typo3_src-4.1.2/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2907
Warning: Cannot modify header information - headers already sent by (output started at /typo3_src-4.1.2/t3lib/class.t3lib_db.php:796) in /typo3_src-4.1.2/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2920
This only applies when coming from the session details view, not the session list.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | → Front end display of presentations |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with version 0.1.1
Sorry, I meant the Back link, not the back button of the browser.