Page 1 of 1
Cataloger Displaying Items on Wrong Page
Posted: Wed Aug 29, 2007 7:38 pm
by scottk
I am having trouble with the Cataloger module. It is displaying items that have the parent page (category) id 3.10 and 3.11 on the 3.1 page. Does anyone know how to fix this glitch? I assume the code reads 3.10 = to 3.1, but I do not know where to start.
Using CMSMS 1.0.6 with Cataloger 0.5.3
PHP hosted on GoDaddy
thanks,
Re: Cataloger Displaying Items on Wrong Page
Posted: Wed Oct 03, 2007 8:48 pm
by AmandaBTO
I'm having the same issues. Anyone have any ideas on where to start looking to fix?
Thanks
Amanda
Re: Cataloger Displaying Items on Wrong Page
Posted: Wed Oct 03, 2007 9:37 pm
by scottk
No, I haven't found any explaination yet. We're just letting it slide until an anwser presents itself...
Re: Cataloger Displaying Items on Wrong Page
Posted: Fri Oct 05, 2007 3:54 am
by shewoof
This is as per the CMS Made Simple Bugs page- I tried it and it works for me
--------------------
I have managed to solve this problem by changing line
substr($thispagecontent->Hierarchy(),0,$curHierLen) == $curHierarchy)
into
substr($thispagecontent->Hierarchy(),0,$curHierLen+1) == $curHierarchy.'.')
--------------------