Cataloger not going to page 2

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.
Post Reply
HMTKSteve
Forum Members
Forum Members
Posts: 23
Joined: Fri May 26, 2006 5:56 pm

Cataloger not going to page 2

Post by HMTKSteve »

I'm using CMS 0.13 and Cataloger 0.4.1

the website can be found at http://www.hmtk.com/thedicetower.

Under the "Game Reviews" section I'm having a problem where when I try to go to page 2 "....?start=10" I get a 404 error.

Any ideas?

bad link -> http://www.hmtk.com/thedicetower/index. ... s?start=10

good link -> http://www.hmtk.com/thedicetower/index.php/game_reviews

There are currently about 12 items in this catalog...
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Cataloger not going to page 2

Post by tsw »

It seems cataloger doesnt like the new pretty urls system

change

Code: Select all

$config['assume_mod_rewrite'] = false;
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = false;
in config.php
HMTKSteve
Forum Members
Forum Members
Posts: 23
Joined: Fri May 26, 2006 5:56 pm

Re: Cataloger not going to page 2

Post by HMTKSteve »

That fixed it! Thanks!

Now If I can only get the catalog page to work right....
User avatar
sjg
Power Poster
Power Poster
Posts: 310
Joined: Thu Jan 27, 2005 5:11 pm

Re: Cataloger not going to page 2

Post by sjg »

Crap. I wish I'd read this before releasing 0.4.2.

I'm having trouble keeping up with all the core changes... I haven't even tried pretty urls yet.

I'll have to fix this in the next release.

Sorry!

___Samuel___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
Post Reply

Return to “CMSMS Core”