From the link:
"/reviewpost/index.php/cat/[cat number]"
Code:
Content visible to verified customers only.
(seems to come from line 66 index.php)
This is a category with a custom product type correctly setup initialised as one that does not contain products (merely subcats).
Anyone else got this problem?
I'm pretty sure that line 66 of index.php
Code:
Content visible to verified customers only.
...should say $Globals['pp_db_prefix']} not $Globals['rp_db_prefix']}. Plus cattype isn't in my field list for the category table. Am I missing something?
Edit: Further testing and I think cattype is meant to be "template", so the correct line would then be:
Code:
Content visible to verified customers only.
-----------
"pp_db_prefix" also crops up in inc_reviewpost.php on line 44:
Code:
Content visible to verified customers only.
and then on 114 of ince_reviewpost:
Code:
Content visible to verified customers only.
Are these two lines also at fault?