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,830

Results 2,301 to 2,320 of 5,058
15 Feb 2009, 10:45 PM
#2301
rdayan avatar

rdayan

New Zenner

Join Date:
Jul 2007
Posts:
18
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

yellow1912:

Go you tools, module manager and check your ssu patch level, status is added in level 9. With 3.6.1 you should be at level 13.

Thanks for the super fast response, I did create the file .keep and that fixed my second problem.

How do I change the level to 13. When I go to Module manager it simply lists the patch level (6) and when I click on update, nothing happens

Basic Functions List all modules: Click here
Install new modules: Click here
ID module_code patch_level version_name Update
1 yellow1912_ssu 6 Beta 3.6.1 update

15 Feb 2009, 10:47 PM
#2302
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rdayan:

Thanks for the super fast response, I did create the file .keep and that fixed my second problem.

How do I change the level to 13. When I go to Module manager it simply lists the patch level (6) and when I click on update, nothing happens

Basic Functions List all modules: Click here
Install new modules: Click here
ID module_code patch_level version_name Update
1 yellow1912_ssu 6 Beta 3.6.1 update
Weird, please go to admin/includes/module_installation/yellow1912_ssu/current_version.txt
It should read:
13|Beta 3.6.1

15 Feb 2009, 10:51 PM
#2303
rdayan avatar

rdayan

New Zenner

Join Date:
Jul 2007
Posts:
18
Plugin Contributions:
0

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

yellow1912:

Go you tools, module manager and check your ssu patch level, status is added in level 9. With 3.6.1 you should be at level 13.

yes it does
13|Beta 3.6.1

15 Feb 2009, 10:56 PM
#2304
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rdayan:

yes it does
13|Beta 3.6.1
First time we have this, can you repload the whole admin/includes/module_installation/yellow1912_ssu/db folder?

If it still doesnt solve it, please pm me

16 Feb 2009, 1:49 PM
#2305
tweakservers avatar

tweakservers

New Zenner

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

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

yellow1912:

Please run this via your sql patch tool first:
delete from module_version_tracker where module_code = 'yellow1912_ssu';

Hi Yellow,

Thanks for the help giving so far. However, I am still having some problems to get this to work on my IIS6 with ISAPI_Rewrite environment working.

I have made another attempt to make a clean installation of the ZenCart 1.3.8a with 1.6 Module manager and 3.5.8 SSU. The result returns the same, whenever I click on any of the links, it does not work and send me back to the home page.

16 Feb 2009, 3:04 PM
#2306
yellow1912 avatar

yellow1912

Totally Zenned

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

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

tweakservers:

Hi Yellow,

Thanks for the help giving so far. However, I am still having some problems to get this to work on my IIS6 with ISAPI_Rewrite environment working.

I have made another attempt to make a clean installation of the ZenCart 1.3.8a with 1.6 Module manager and 3.5.8 SSU. The result returns the same, whenever I click on any of the links, it does not work and send me back to the home page.
More than likely an IIS issue, since I dont have IIS I really dont know how it would work. But if you can grant me temporary access to server I can try.

16 Feb 2009, 3:32 PM
#2307
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

There seems to a conflict between SEO and the Google Sitemap add in because googlemap.php gets grabbed by SEO and lost.

So I've done a temporary fix by copying the googlemap.php to googlemap.php3

16 Feb 2009, 3:43 PM
#2308
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

Actually that didn't work. How do we exclude specific urls from being grabbed by the SEO mod?

16 Feb 2009, 3:44 PM
#2309
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Steve_A:

Actually that didn't work. How do we exclude specific urls from being grabbed by the SEO mod?
I dont quite get what you mean?

16 Feb 2009, 3:52 PM
#2310
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

yellow1912:

I dont quite get what you mean?

OK my website has a static HTML page with the store on index.php. You've already fixed a similar bug where the SEO redirect for home forced back to the root of the website rather than the index.php

when I call https://www.parthenongallery.com/googlesitemap.php?inline=yes the SEO seems grab it and I end up on the static HTML page.

16 Feb 2009, 4:00 PM
#2311
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Steve_A:

OK my website has a static HTML page with the store on index.php. You've already fixed a similar bug where the SEO redirect for home forced back to the root of the website rather than the index.php

when I call www.parthenongallery.com/googlesitemap.php?inline=yes the SEO seems grab it and I end up on the static HTML page.
What is your SSU version? 3.6.1 should have this fixed.

16 Feb 2009, 4:04 PM
#2312
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

Beta 3.6.0 RC2

I'll grab the latest release and try it

16 Feb 2009, 4:21 PM
#2313
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

OK I downloaded it and put the index.php hack back into the links.php file.

Turned it off, cleared the cache down totally and turned it back on and it now seems to be working

16 Feb 2009, 4:26 PM
#2314
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Steve_A:

OK I downloaded it and put the index.php hack back into the links.php file.

Turned it off, cleared the cache down totally and turned it back on and it now seems to be working
Whenever in doubt, make sure you have the latest version first :)

16 Feb 2009, 7:54 PM
#2315
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

I'd just not noticed that there was a new version, but I've been rebuilding my server so I've been concentrating on other things

16 Feb 2009, 8:54 PM
#2316
daffy avatar

daffy

Zen Follower

Join Date:
Jul 2008
Posts:
114
Plugin Contributions:
0

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

The most recent version of SSU is working good and my shopping cart hasn't disappeared this time. :smile:

The WordPress links wouldn't work (I'm using Wordpress for ZenCart)... but I wasn't very impressed with WordPress anyway and I was only using it to announce updates so I decided to do away with WP. I'm using the Main Page instead. Which is probably better. I'm just mentioning this in case it's a problem for somebody else. I don't need WP.

I can't get the Manage Aliases: Click here link to come up. I do have ALiases turned on. SSU is turned on. SSU-Check looks good. I'm using latest versions of SSU and ZenCart. So I'm not sure why. The link looks like this in my Admin directory:

/ssu.php?action=link_aliases

I know that both of the SSU php files are where they are supposed to be, in the root of the Admin directory, one of which is the Alias file.

Cyndy

16 Feb 2009, 9:05 PM
#2317
steve_a avatar

steve_a

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

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

daffy:

I can't get the Manage Aliases: Click here link to come up. I do have ALiases turned on. SSU is turned on. SSU-Check looks good. I'm using latest versions of SSU and ZenCart. So I'm not sure why. The link looks like this in my Admin directory:

/ssu.php?action=link_aliases

I know that both of the SSU php files are where they are supposed to be, in the root of the Admin directory, one of which is the Alias file.

Cyndy

What version of php are you using?

Do you get nothing or do you get an empty block with headers but no data?

16 Feb 2009, 9:05 PM
#2318
jhua002 avatar

jhua002

New Zenner

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

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

I'm getting the following while trying to access SSU manager from admin - extra, also under configuration - ssu i'm getting blank menu, no options. Someone please help. Using godaddy host php5. Installed this on two other hosts and it worked great, don't know why this is happening to this site particualrly. Any help would be greatly appreciated.

1146 Table 'dis0903005481994.configuration' doesn't exist
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),');]
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.

16 Feb 2009, 10:04 PM
#2319
yellow1912 avatar

yellow1912

Totally Zenned

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

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

daffy:

The most recent version of SSU is working good and my shopping cart hasn't disappeared this time. :smile:

The WordPress links wouldn't work (I'm using Wordpress for ZenCart)... but I wasn't very impressed with WordPress anyway and I was only using it to announce updates so I decided to do away with WP. I'm using the Main Page instead. Which is probably better. I'm just mentioning this in case it's a problem for somebody else. I don't need WP.

I can't get the Manage Aliases: Click here link to come up. I do have ALiases turned on. SSU is turned on. SSU-Check looks good. I'm using latest versions of SSU and ZenCart. So I'm not sure why. The link looks like this in my Admin directory:

/ssu.php?action=link_aliases

I know that both of the SSU php files are where they are supposed to be, in the root of the Admin directory, one of which is the Alias file.

Cyndy
First, if wordpress doesnt work, the solution is to use exclude page in ssu setting to avoid creating seo links for wordpress.

second, if the manage aliases doesnt work, do you get any kind of error? the manager is using javascript btw, so you will not see any php error but you will probably be notified of some javascript error if any.

16 Feb 2009, 10:05 PM
#2320
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Do we use any table prefix on this zencart installation. Like zen_?> jhua002:

I'm getting the following while trying to access SSU manager from admin - extra, also under configuration - ssu i'm getting blank menu, no options. Someone please help. Using godaddy host php5. Installed this on two other hosts and it worked great, don't know why this is happening to this site particualrly. Any help would be greatly appreciated.

1146 Table 'dis0903005481994.configuration' doesn't exist
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL), ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('-', '.'),');]
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.