Cataloger Displaying Items on Wrong Page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
scottk

Cataloger Displaying Items on Wrong Page

Post 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,
Last edited by scottk on Wed Aug 29, 2007 7:41 pm, edited 1 time in total.
AmandaBTO
Forum Members
Forum Members
Posts: 51
Joined: Thu Aug 09, 2007 2:40 pm

Re: Cataloger Displaying Items on Wrong Page

Post by AmandaBTO »

I'm having the same issues.  Anyone have any ideas on where to start looking to fix?
Thanks
Amanda
scottk

Re: Cataloger Displaying Items on Wrong Page

Post by scottk »

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

Post 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.'.')
--------------------
Locked

Return to “CMSMS Core”