Custom Query (15 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 15)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#4 fixed MySQL error when using back link in speaker details view amp4ecs Christian Hennecke
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.

#8 fixed Speaker names get lost in backend amp4ecs Christian Hennecke
Description

When you assign a speaker to a session, save it, and re-open it again, the "Referent" field says "[Kein Titel]" for each selected speaker. This applies to each session in the database.

Internally, the assignment does not get lost as the frontend display remains correct.

#12 fixed Broken table in timeslot list amp4ecs Christian Hennecke
Description

Currently, the extension outputs incorrect HTML for the schedule table. Rows that should have no table cell at all (because the preceeding rows have the rowspan attribute set for all their cells) have one empty table cell instead.

1 2 3 4 5
Note: See TracQuery for help on using queries.