The notice is in the error_log from the web hosting server. Nothing from the Joomla system. The entry point seems to be any page I go to in the VirtueMart section of the website in the front end of the website.
I will try out your solution and see if that works.
Thanks.
Edit: It appears to have worked. I will keep an eye on my error_log and see if if comes back.
I did come across another PHP error in that same log. I appears it been doing this for a while so, it's not like it just showed up after this other issue.
Code: |
PHP Fatal error: Call to a member function getNullDate() on a non-object in /var/www/vhosts/mastersite.com/httpdocs/components/com_multisitescontent/multisites.models/article.php on line 613
|
Here is Line 613 from page article.php:
Code: |
$nullDate = $this->_db->getNullDate();
|
Let me know if is something on my server or the scripting.
Thanks again for your help.