#376 – filled error logs

Status: Closed - Category: Route 66
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
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
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.

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 .

Note: Our support team is currently on vacation, so please anticipate slightly longer response times. Thank you for your understanding!

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