|
Basically the fix is real simple
Michael threw this in there real quick for me when we did 2.9 as I like this feature alot in Photopost.
The issue is simple
find and replace
pp_db_prefix and replace with rp_db_prefix
thats all my fixes above do is just put the right prefix on a few querues
so do a global replace maybe you missed one.
The only other fix was just adding the $catid .= $children; line where specified
|