Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,831

Results 2,841 to 2,860 of 5,058
4 Apr 2009, 2:36 AM
#2841
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

You are right, I did use Easy Populate and I did reset the ALL Products Master Categories ID's. Then cleared all cache. No help.

Deleted the cat and reset everything and uploaded again with EP. Same result. Don't know where the problem is. No matter what I do it just won't alias the url. What else can I check?

Just for testing, I copied wedding bell box (last item) and changed the title a bit and it does rewrite the url correctly. Guess you can claim your mod is working and the problem is in combo with EP. Still urks the heck out of me...

Any ideas?

4 Apr 2009, 7:50 AM
#2842
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I dont use EP, so im not sure. But I guess you can check your ptoduct tables, and check the master categories id field of the products having problems. What are the current values in there? And are they valid categories id?

4 Apr 2009, 8:49 PM
#2843
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

No, the ID's are fixed. I played around some more and the only way I can fix the products is by editing the title and then do
"Reset all cache"

I thought that just "Reset alias cache:" would do it, but it didn't.

Q: Does the "Manage Aliases: " table stay intact even if I "Reset all cache"?

Can I somehow delete all Aliases and have them automatically recreated? I suspect, if this would be possible, I would not have to worry about my problem that I experienced.

4 Apr 2009, 9:13 PM
#2844
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

mydanilo:

No, the ID's are fixed. I played around some more and the only way I can fix the products is by editing the title and then do
"Reset all cache"

I thought that just "Reset alias cache:" would do it, but it didn't.

Q: Does the "Manage Aliases: " table stay intact even if I "Reset all cache"?

Can I somehow delete all Aliases and have them automatically recreated? I suspect, if this would be possible, I would not have to worry about my problem that I experienced.
The table stays in tact, but once you clear cache SSU should try to read the new names from the database and update the alias table as needed. (unless the alias is marked as permanent)

You can use phpmyadmin to try to empty the whole table if you want to.

5 Apr 2009, 1:27 AM
#2845
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Yellow 1912,

I am having an issue with checkout and login and cannot seem to solve or reproduce the issue.
The customer is in France and this is the error he is having:

I have got a problem : i can't buy ..
I can log i : then my cart is full of 6 items .. But I can't go to sheckout
..
It says cartempty ... and i cannot log in anymore ..
Can you help me ?
Sylvain

Could it be that having "Set SSU Multi Language Status = false" is the problem? I have temporarily turned SSU off but want to be able to turn it back on. He is trying to order a fair amount of product and cannot.

I realize this may not be the problem but since I have tried loggin in using his email and cannot reporduce the problem I am on a fishing expedition.

Any ideas?

4thwave

5 Apr 2009, 5:51 AM
#2846
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

4thwave:

Yellow 1912,

I am having an issue with checkout and login and cannot seem to solve or reproduce the issue.
The customer is in France and this is the error he is having:

I have got a problem : i can't buy ..
I can log i : then my cart is full of 6 items .. But I can't go to sheckout
..
It says cartempty ... and i cannot log in anymore ..
Can you help me ?
Sylvain

Could it be that having "Set SSU Multi Language Status = false" is the problem? I have temporarily turned SSU off but want to be able to turn it back on. He is trying to order a fair amount of product and cannot.

I realize this may not be the problem but since I have tried loggin in using his email and cannot reporduce the problem I am on a fishing expedition.

Any ideas?

4thwave
Not sure, but first make sure you have latest version which is 3.6.6.

Then well, see if it helps, you can also pm me your site so i can try to reproduce problem.

5 Apr 2009, 11:30 AM
#2847
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

The table stays in tact, but once you clear cache SSU should try to read the new names from the database and update the alias table as needed. (unless the alias is marked as permanent)

You can use phpmyadmin to try to empty the whole table if you want to.

I will try this next time I import products and the same problem occurs.

What would happen if I manually delete the alias table in admin? Would SSU start rebuilding it immediately? Or when the first user loads the products?

5 Apr 2009, 1:44 PM
#2848
sheepkeeper avatar

sheepkeeper

New Zenner

Join Date:
Feb 2009
Posts:
5
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

For your special config (shared ssl) htaccess needed to be set up differently. Did you check yoursite.com/ssu_check.php and see what it suggests for the .htaccess content?

First Yellow1912 thank you for your reply.

I did check the ssu_check.php and modified it in my htacces file.

in my case:

#### BOF SSU 
Options +FollowSymLinks -MultiViews 
RewriteEngine On 
RewriteBase / 

# Deny access from .htaccess 
RewriteRule ^\.htaccess$ - [F] 

RewriteCond %{SCRIPT_FILENAME} !-f 
RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 

#### EOF SSU

Everything is working correct only the home page link is giving an error when used. (check pm for more details.

5 Apr 2009, 2:43 PM
#2849
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Havent got any pm from you.

5 Apr 2009, 9:07 PM
#2850
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Sorry I cannot find doc for installation. where can I find it?

5 Apr 2009, 9:42 PM
#2851
rich00693 avatar

rich00693

New Zenner

Join Date:
Feb 2009
Posts:
89
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

sorry I find it , and try to install, thanks:frusty:

6 Apr 2009, 9:14 PM
#2853
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

hello I've installed this mod and it is great.
A question, please
I have a category with name christmas offers and so with url with this name.
now I change the name of category with only offers, how can I also change the relative url?

Thank you
:blush:

6 Apr 2009, 10:06 PM
#2854
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

sorry i have read the wiki, and I have reset the cache from
extra>ssu
great
sorry, i didn't find well.
:smile:

7 Apr 2009, 4:31 AM
#2855
elgar avatar

elgar

New Zenner

Join Date:
May 2008
Location:
Ukraine
Posts:
71
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello,

I am trying to install this mod, but I think I am missing something. It says at the download area that I need to edit one file, but it doesn't says which one :blink:

Also do I need to install any sql patches, or do I just copy the files to the store?

7 Apr 2009, 4:35 AM
#2856
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

elgar:

Hello,

I am trying to install this mod, but I think I am missing something. It says at the download area that I need to edit one file, but it doesn't says which one :blink:

Also do I need to install any sql patches, or do I just copy the files to the store?
Did you check

http://wiki.rubikintegration.com/zencart/modules/attributes_filter/installation

7 Apr 2009, 1:23 PM
#2857
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I am still having my problem, now I have 1117 404 pages not found in Google this is the way the pages are: http://www.currysgiftshop.com/candles-and-scents-c-1/products-name-p-524, its some in all categories, this is just one example.

I just add a product to one of my categories, and clicked on the item and the url came up as,
http://www.currysgiftshop.com/figurines-statues-c-13/products-name-p-1075, then I went into admin and click Reset all cache, this is what I got.

2006 MySQL server has gone away
in:
[SELECT project_version_major, project_version_minor FROM zen_project_version WHERE project_version_key = 'Zen-Cart Database']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields. What do it mean?

7 Apr 2009, 2:34 PM
#2858
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

weezee:

I am still having my problem, now I have 1117 404 pages not found in Google this is the way the pages are: http://www.currysgiftshop.com/candles-and-scents-c-1/products-name-p-524, its some in all categories, this is just one example.

I just add a product to one of my categories, and clicked on the item and the url came up as,
http://www.currysgiftshop.com/figurines-statues-c-13/products-name-p-1075, then I went into admin and click Reset all cache, this is what I got.

2006 MySQL server has gone away
in:
[SELECT project_version_major, project_version_minor FROM zen_project_version WHERE project_version_key = 'Zen-Cart Database']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields. What do it mean?
Im getting internal error from your site right now.
possible causes:

  1. wrong htaccess setting
  2. wrong file/folder permission setting

2006 MySQL server has gone away
in:
[SELECT project_version_major, project_version_minor FROM zen_project_version WHERE project_version_key = 'Zen-Cart Database']
--> this should have nothing to do with ssu, since this is the default zencart. But one possible cause is that your server could not handle the load on the frontend at that time. What happens when you try to reload several times? What is your ssu version? is it 3.6.6? did you try the fix cache option?

7 Apr 2009, 5:22 PM
#2859
dsided avatar

dsided

Zen Follower

Join Date:
Jun 2008
Posts:
128
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I just bought a cheap PowerBook G4 to test the site on a Mac on Safari as some customers complained of problems.

The site works, however under https:// sections (such as login) if you refresh the page it doesn't load the stylesheet. Then if you refresh it a third time I get a "Safari can't open this page"

Waiting for 5 seconds and refreshing again loads the page.

I'm using ssu_beta_3.6.6(php5). I don't get this problem on Mac/Firefox or on PC: FF/IE6/IE7/Chrome/Safari4 It's a Mac Safari issue.

The issue comes up if you mistyle your password/username and quickly retype it and press login you get this error.

I know yellow you don't have a mac, but has anyone else experience this issue? http://www.iamhappie.com

7 Apr 2009, 6:20 PM
#2860
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

Im getting internal error from your site right now.
possible causes:

  1. wrong htaccess setting
  2. wrong file/folder permission setting

2006 MySQL server has gone away
in:
[SELECT project_version_major, project_version_minor FROM zen_project_version WHERE project_version_key = 'Zen-Cart Database']
--> this should have nothing to do with ssu, since this is the default zencart. But one possible cause is that your server could not handle the load on the frontend at that time. What happens when you try to reload several times? What is your ssu version? is it 3.6.6? did you try the fix cache option? This is my htaccess: The host must have added that to the bottom of the file.

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

EOF SSU

<IfModule mod_suphp.c> suPHP_ConfigPath /home/currye/php.ini <Files php.ini> order allow,deny deny from all </Files> </IfModule>

That link don't show the same as before I pasted in the message. this is it again with spaces.

http://www. urrysgiftshop.com/figurines-statues-c-13/ products-names -p -1075.

instead of /figurines-statues-c-13/birdwatching-kitty-statue-p-1075