While it seems that this should not be a cobalt issue the code that is conflicting relates to a cobalt file:
I get this error when I save a Joomla article:(also get the WSOD)
Notice: Trying to get property of non-object in /var/www/vhosts/unknownartists.co/httpdocs/components/com_cobalt/library/php/helpers/url.php on line 211
Fatal error: Call to a member function get() on a non-object in /var/www/vhosts/unknownartists.co/httpdocs/components/com_cobalt/library/php/helpers/url.php on line 211
This is the code that is affected:
$itemid = $type->params->get('properties.item_itemid');
While it seems that this should not be a cobalt issue the code that is conflicting relates to a cobalt file:
I get this error when I save a Joomla article:(also get the WSOD)
Notice: Trying to get property of non-object in /var/www/vhosts/unknownartists.co/httpdocs/components/com_cobalt/library/php/helpers/url.php on line 211
Fatal error: Call to a member function get() on a non-object in /var/www/vhosts/unknownartists.co/httpdocs/components/com_cobalt/library/php/helpers/url.php on line 211
This is the code that is affected: $itemid = $type->params->get('properties.item_itemid');