[TYPO3-calendar] Cal 1.7.0 Insert Records ?

Mario Matzulla mario at matzullas.de
Sun Nov 16 14:26:23 CET 2014


Hi Stefan,

afaiks the TS for tt_content.shortcut has changed...

So, in order to get cal - insert record - working again, you have to change 2 lines of cal ext_localconf.php:

t3lib_extMgm::addTypoScript ($_EXTKEY, 'setup', '
	tt_content.shortcut.20.0.conf.tx_cal_event = < plugin.tx_cal_controller
	tt_content.shortcut.20.0.conf.tx_cal_event {

to

t3lib_extMgm::addTypoScript ($_EXTKEY, 'setup', '
	tt_content.shortcut.20.conf.tx_cal_event = < plugin.tx_cal_controller
	tt_content.shortcut.20.conf.tx_cal_event {

Please test it and write a bugreport on forge :)

Thanks,
Mario

Am 16.11.14 um 12:25 schrieb Stefan Schreck:
> Ok I open a new thread for this:
> In a clean and basic installation of typo3 6.2.6 and CAL 1.7.0
> I can't get any output for an tx_event record which gets inserterted with insert record.
> Any ideas?
> Best
> Stefan
> 



More information about the TYPO3-project-calendar mailing list