Quote Originally Posted by MIKEYFM View Post
Using tableau and since installing I am getting these error logs. Can anyone help explain what I need to do to stop them.

Thank you.
I don't have an answer, but I can tell you I'm not getting those error logs.

Your error logs are definitely related to category stuff.

Line 75 in main_template_vars.php is:
if (isset($cPath) && strpos($cPath, '_'))

Line 484 in functions_categories.php is:
$childCatID = str_replace('_', '', substr($categories_id, strrpos($categories_id, '_')));

Have you installed any Plugins that modify categories?

When you installed Tableau, did you make sure to make the modification to line 64 in main_template_vars.php?