Page 1 of 1

Cataloger not going to page 2

Posted: Sat May 27, 2006 11:47 pm
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...

Re: Cataloger not going to page 2

Posted: Sun May 28, 2006 8:28 am
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

Re: Cataloger not going to page 2

Posted: Sun May 28, 2006 2:50 pm
by HMTKSteve
That fixed it! Thanks!

Now If I can only get the catalog page to work right....

Re: Cataloger not going to page 2

Posted: Sun May 28, 2006 9:36 pm
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___