Hey,
I'm about to upgrade my oldschool page (zk1.2.7) to the 1.4 branch. I happily recognized that you have ported Addressbook to 1.3 and 1.4. 👍
I upgraded Zikula and then to your version of Addressbook with no issues. The admin section of Addressbook works just fine. But when accessing the Frontend I receive a Symfony error called:
Notice: Undefined index: abmetatitle_en
And stack trace complains about the following line in: app/cache/prod/ztemp/view_compiled/AddressBook/user_view--t_BootstrapTheme-l_en.php at line 1
<?php $this->assign('templatetitle', $this->_tpl_vars['preferences'][$this->_tpl_vars['prefkey']]); ?>
I removed cache files and also tried different theme. Same Symfony error.
Any idea how to troubleshoot this? My testbed is publicity available so you might be able to the issue first hand.
Let me know if I can be of any help.
Thannks much.
Hey,
I'm about to upgrade my oldschool page (zk1.2.7) to the 1.4 branch. I happily recognized that you have ported Addressbook to 1.3 and 1.4. 👍
I upgraded Zikula and then to your version of Addressbook with no issues. The admin section of Addressbook works just fine. But when accessing the Frontend I receive a Symfony error called:
Notice: Undefined index: abmetatitle_enAnd stack trace complains about the following line in: app/cache/prod/ztemp/view_compiled/AddressBook/user_view--t_BootstrapTheme-l_en.php at line 1
<?php $this->assign('templatetitle', $this->_tpl_vars['preferences'][$this->_tpl_vars['prefkey']]); ?>I removed cache files and also tried different theme. Same Symfony error.
Any idea how to troubleshoot this? My testbed is publicity available so you might be able to the issue first hand.
Let me know if I can be of any help.
Thannks much.