Hello,
I'm trying to move my website from 3.1 to 4.2 and I have several errors in page, the code has been changed drastically and many old syntaxes need to be rewritten. For example, I'm getting this error
Is there any page that can show me all the modifications made in v4 versus v3 for Fabrik? I found this page but there are only few examples: https://github.com/trobfab/fabrik/wiki/Upgrading-from-fabrik3.10-to-fabrik4#code-examples and links in the page aren't working anymore.
Thank you
I'm trying to move my website from 3.1 to 4.2 and I have several errors in page, the code has been changed drastically and many old syntaxes need to be rewritten. For example, I'm getting this error
the id of the group was retrieved in 3.1 using this syntax, doesn't seems to work anymore:Call to a member function getId() on null
Code:
if (JFactory::getApplication()->input->get('task', '') == 'form.process') {
//get group ID
switch ($groupModel->getId()) {
case 786:
...
Is there any page that can show me all the modifications made in v4 versus v3 for Fabrik? I found this page but there are only few examples: https://github.com/trobfab/fabrik/wiki/Upgrading-from-fabrik3.10-to-fabrik4#code-examples and links in the page aren't working anymore.
Thank you