Hi chronoengineers,
After today's CF update, this simple title retriever doesn't work anymore:
<?php $article_title = ''; $id = \JRequest::getInt('id', ''); $article = \JTable::getInstance('content'); $article->load($id); $article_title = $article->get('title'); ?><?php echo $article_title; ?>
See:
https://ipda.ch/index.php/offene-seminare-hauptmenu/112-szenisches-denken-und-handeln-im-einzelsetting?chronoform=anmeldung-seminare&event=one
clicking on "Anmeldung" at the bottom of the page.

N.B. I installed a backuped version on my localhost. With the older CF6 version, everything works fine...
...what happened?
Martin
After today's CF update, this simple title retriever doesn't work anymore:
<?php $article_title = ''; $id = \JRequest::getInt('id', ''); $article = \JTable::getInstance('content'); $article->load($id); $article_title = $article->get('title'); ?><?php echo $article_title; ?>
See:
https://ipda.ch/index.php/offene-seminare-hauptmenu/112-szenisches-denken-und-handeln-im-einzelsetting?chronoform=anmeldung-seminare&event=one
clicking on "Anmeldung" at the bottom of the page.

N.B. I installed a backuped version on my localhost. With the older CF6 version, everything works fine...
...what happened?
Martin