Re: Simple SEO URL [support thread]
Turned off alias, cleared cache but still same problems. How do I go about checking those tables? and what should I look for?
Thx...
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Berserker
Turned off alias, cleared cache but still same problems. How do I go about checking those tables? and what should I look for?
Thx...
use phpmyadmin, you need to check the master categories id of the specific product, see if the category id is what it is supposed to be. Also check the products to categories table and see if the product is linked to a category, and if it is is it linked to the correct one.
Re: Simple SEO URL [support thread]
Checked both product and category IDs and both are correct and linked correctly.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Berserker
Checked both product and category IDs and both are correct and linked correctly.
huhm, interesting, I will need more access to investigate if you dont mind. I will need temporary login to both your ftp and admin, which you can pm me. Without more access all I can do is guessing since I have never encountered such problems before.
Re: Simple SEO URL [support thread]
Sent you details for temp login
Re: Simple SEO URL [support thread]
Let me know when you need to know anything else. Thanks...
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
$link = str_replace('&', '&', $link);
Do it right before
return $link;
Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
is this the right one?,but I try it , it not works
do I have to do some other midification?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
rich00693
is this the right one?,but I try it , it not works
do I have to do some other midification?
It is the right one and should work unless you dont put it at the right place
Re: Simple SEO URL [support thread]
thanks, I will try it again
Re: Simple SEO URL [support thread]
All the sudden my site www.redlinestands.com is having link problems despite that I haven't changed anything. If you click on "sportbike stands", "transport stands" or some other links you'll notice that it takes you right back to the home page. Do you think this could be a simple seo problem? I really need to fix this fast since this site is how I make my living.
Ian