Hi,
I'm developing a site localy with xampp and use the Joomlart Purity III template.
Site is almost ready for relase now and now these errors shows up when I try to edit an article:
**Notice: Trying to get property of non-object in C:\xampp\htdocs\mysite\plugins\system\t3\includes\core\bot.php on line 409
Notice: Trying to get property of non-object in C:\xampp\htdocs\mysite\plugins\system\t3\includes\core\bot.php on line 412
These lines read:
409 $params = $category->params;
410 if(!$params instanceof JRegistry) {
411 $params = new JRegistry;
412 $params->loadString($category->params);
From this I guess its something to do with my categories, but what?