#376 Posted in ‘Route 66’

Latest post by Lefteris Kavadas on Tuesday, 12 March 2019 12:03 EET

clifton murphy
We have an error log so full of these errors its clogging our hosting account. How do we correct this?

[09-Mar-2019 17:07:04 UTC] PHP Notice: Trying to get property of non-object in /home/public_html/plugins/system/route66/route66.php on line 159

Lefteris Kavadas
Hi,

We have fixed this already for the next release. Until then if you want to fix it on your own then edit the file plugins/system/route66/route66.php and replace line 159 with the following code:
			if ($result)
			{
				$metadata = new Registry($result->metadata);
			}
			else
			{
				$metadata = new Registry();
			}


Regards

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review