PDA

View Full Version : Category links for phpldshop not working


benang
05-06-2009, 12:10 PM
Hi,

I created categories for phpldshop and they appear fine. But, it shows an error page when clicked. Any configuration that I've missed? :confused:

Lazer558
05-06-2009, 12:53 PM
Did you rebuild the category cache in admin?
Admin>>Shop>>Categories Click 'Rebuild Category Cache'
I hope this helps
Mike

benang
05-06-2009, 03:22 PM
Hi,

Thanks for the suggestion. But, it still doesn't work.

Lazer558
05-06-2009, 07:35 PM
Have a look at the .htaccess file and find
Content visible to registered users only.
Change the /shop part
For example if you have your shop installed in the root folder use RewriteBase /
or if in a lower folder change the shop part to the name of your folder eg myshop
I am making the assumption that you have enabled seo and are on a linux based server (although this may not be the case)
I hope this is the correct information.If it doesn't work undo the changes made.
Mike

benang
05-07-2009, 08:09 AM
Thanks Mike!

But, I had already downgraded from v0.9.7 to v0.9.6. And, it works seemlessly now. Thank you very much for offering your help.