- Messaggi: 15
- Ringraziamenti ricevuti 5
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
I fixed it by changingPHP Notice: Trying to get property of non-object in /components/com_icagenda/helpers/icmodel.php on line 839
PHP Fatal error: Call to a member function get() on a non-object in /components/com_icagenda/helpers/icmodel.php on line 839
if ($menuItem->params->get('show_page_heading', 1)) {
if (is_object($menuItem) && $menuItem->params->get('show_page_heading', 1)) {
I changedPHP Notice: Undefined index: template in /components/com_icagenda/helpers/icmodel.php on line 1365
protected function template (){return $this->options['template'];}
protected function template (){return isset($this->options['template']) ? $this->options['template'] : '';}
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.