[TYPO3-calendar] Error with frontend editing

Florian Diederich info at florian-diederich.de
Fri Aug 28 16:31:28 CEST 2020


Hi,

thank you so far.
No success yet. Fast and bad workaround: the frontend-editing is working  
when replacing the Classes/Model/EventModel.php with the old Version  
(2.0.0) and removing the following parts (line 223 - 229):

		case 'description':
                     $this->setDescription($cObj->removeBadHTML($piVars['description'],  
[]));
                     unset($piVars['description'],  
$piVars['_TRANSFORM_description']);
                     break;
                 case 'teaser':
                     $this->setTeaser($cObj->removeBadHTML($piVars['teaser'],  
[]));
                     unset($piVars['teaser']);
                     break;

There are still some problems with editing events and reccurring events.

Am 27.08.2020, 18:27 Uhr, schrieb Christian Welzel <gawain at camlann.de>:

> Hi,
>
>> Too few arguments to function  
>> TYPO3\CMS\Cal\View\CreateEventView::drawCreateEvent(), 2 passed in  
>> /.../typo3conf/ext/cal/Classes/Controller/ViewController.php on line  
>> 346 and exactly 3 expected
>
> not sure about this one, but isn't it a PHP warning?
> Try to diable the debug mode and try again. Otherwise you have to fix it  
> yourself.


More information about the TYPO3-project-calendar mailing list