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,
Cataloger Displaying Items on Wrong Page
-
scottk
Cataloger Displaying Items on Wrong Page
Last edited by scottk on Wed Aug 29, 2007 7:41 pm, edited 1 time in total.
Re: Cataloger Displaying Items on Wrong Page
I'm having the same issues. Anyone have any ideas on where to start looking to fix?
Thanks
Amanda
Thanks
Amanda
-
scottk
Re: Cataloger Displaying Items on Wrong Page
No, I haven't found any explaination yet. We're just letting it slide until an anwser presents itself...
-
shewoof
Re: Cataloger Displaying Items on Wrong Page
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.'.')
--------------------
--------------------
I have managed to solve this problem by changing line
substr($thispagecontent->Hierarchy(),0,$curHierLen) == $curHierarchy)
into
substr($thispagecontent->Hierarchy(),0,$curHierLen+1) == $curHierarchy.'.')
--------------------

