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...
Cataloger not going to page 2
Re: Cataloger not going to page 2
It seems cataloger doesnt like the new pretty urls system
change
in config.php
change
Code: Select all
$config['assume_mod_rewrite'] = false;
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = false;Re: Cataloger not going to page 2
That fixed it! Thanks!
Now If I can only get the catalog page to work right....
Now If I can only get the catalog page to work right....
Re: Cataloger not going to page 2
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___
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!
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!

