Page 1 of 1

Calendar - error on deleting an event

Posted: Thu Apr 11, 2024 11:29 pm
by hagebra

Hello everyone
wanted to delete an appointment in my generated calendar and got the message

TerminubersichtController.php(38):
Call to undefined method PHPMaker2024\soko\TerminubersichtController::getKeyParams()

Where do I have to change something to make it work?
Thanks in advance
Georg


Re: Calendar - error on deleting an event

Posted: Fri Apr 12, 2024 9:46 am
by arbei

Make sure the calendar has primary key selected.


Re: Calendar - error on deleting an event

Posted: Sat Apr 13, 2024 9:15 pm
by hagebra

Thanks for the info, I had used the kdnr as primary, but that wasn't an autoincrement field. With the new unikey as autoincrement and primary key it works.