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

Results 821 to 840 of 5,058
9 Oct 2008, 9:27 AM
#821
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

hey all ..

I installed the first version of this mod , then recently upgraded to the latest version after advice...

This error is ( probably always has been ) appearing on my Admin Extras , SEO Manager screen :

Error Failed: 1
Error ERROR: Cannot create table module_version_tracker because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
Error Failed to set up version tracker table

Any ideas on how to solve, or what I did wrong ?

THanks

9 Oct 2008, 10:55 AM
#822
epsports avatar

epsports

New Zenner

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

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

xordox:

Hi,
I have this issue when I use Easy Populate contrib. I have /%c/ in home page.
To fix it you need go to admin->tools->store manager and reset the: Reset ALL Products Master Categories ID

Thanks, worked Xordox perfectly!!

9 Oct 2008, 1:24 PM
#823
yellow1912 avatar

yellow1912

Totally Zenned

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

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

TROUBLESHOOTING: After installing itself, this module writes a file named ".keep" in admin\includes\module_installation, if your server doesnt allow it to do so, it may make the module attempting to install itself everytime. The fix is easy though, just manually create a .keep file there (after the module has already installed itself, of course)

crazycucumber:

hey all ..

I installed the first version of this mod , then recently upgraded to the latest version after advice...

This error is ( probably always has been ) appearing on my Admin Extras , SEO Manager screen :

Any ideas on how to solve, or what I did wrong ?

THanks

9 Oct 2008, 1:54 PM
#824
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

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

So what your saying is .... RTFM ! :no:

Thanks.

9 Oct 2008, 4:37 PM
#825
dontknowwhatimdoing avatar

dontknowwhatimdoing

Zen Follower

Join Date:
Aug 2008
Posts:
131
Plugin Contributions:
0

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

Yellow1912, do you have any update on the alias function of this mod? (on when it will become an active part of the mod).

I look forward to complete control of my URLs... (mostly primary category pages/ information pages/ etc)

9 Oct 2008, 4:41 PM
#826
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 know, hopefully within next week I can release an alpha testing at least, just dont expect too much from an alpha testing tho.

Regards

Raine

dontknowwhatimdoing:

Yellow1912, do you have any update on the alias function of this mod? (on when it will become an active part of the mod).

I look forward to complete control of my URLs... (mostly primary category pages/ information pages/ etc)

9 Oct 2008, 9:42 PM
#827
tacoma avatar

tacoma

Zen Follower

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

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

Thanks Raine for a great add-on that was pretty painless to install.

Runs perfectly out of the box, as per the instructions.

EDIT:

Broke custom side box links.

Hmm, I need to figure out how to fix the custom side box that has links to ez pages and some direct links to downloads. It's probably already discussed here. searching

9 Oct 2008, 9:59 PM
#828
tacoma avatar

tacoma

Zen Follower

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

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

tacoma:

Thanks Raine for a great add-on that was pretty painless to install.

Runs perfectly out of the box, as per the instructions.

EDIT:

Broke custom side box links.

Hmm, I need to figure out how to fix the custom side box that has links to ez pages and some direct links to downloads. It's probably already discussed here. searching

Had to cache it!

10 Oct 2008, 6:28 AM
#829
yellow1912 avatar

yellow1912

Totally Zenned

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

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

For those who waiting for it, link-alias is here.

DO NOT INSTALL THIS ON YOUR LIVE SITE. IT HAS NOT BEEN FULLY TESTED.

Play with it, have fun with it, test it on your test server, place test order, just do not have it on your live site.

Demo:

original: 
http://demo.rubikintegration.com/zencart/dvd-movies-action-c-3_10/under-siege-linked-p-9/
now: http://demo.rubikintegration.com/zencart/promotion

original: 
http://demo.rubikintegration.com/zencart/dvd-movies-c-3

now:
http://demo.rubikintegration.com/zencart/dvd-movies
```Next coming version we will have function to automatically aliasing all category and product names. Hope this helps someone.

Link download: <http://public.rubikintegration.com/>

Installation: upload, go to extras->ssu manager and enjoy. The module manager should automatically applies the patch for you. Dont forget to go to admin->configuration->ssu to turn link alias on.
10 Oct 2008, 7:54 AM
#830
yellow1912 avatar

yellow1912

Totally Zenned

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

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

BTW, I think I should explain how link-alias feature works, so hopefully some of you can give me suggestions to improve it:

Right now it's really basic, we have an array like this
link1 --> alias1
link2 --> alias2
.....
(note that link doesnt have to be the whole link, it can be just part of the link)
So we loop thru the whole array and attempt to replace each pair if there is a match.Not very efficient.

This works great if the number of aliases is not so much, maybe like 10-100. But if you want to have like 1000+ aliases, we are in big trouble, because we have to run through any array of 1000+ elements. This is giving me a headache.

PS: the new version for this feature is posted in the previous page, just in case you missed it.

10 Oct 2008, 8:45 AM
#831
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

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

Nice work ... will try it out in a test site.

For the other version , has minimum word length stopped working ?
I have set mine to '4' , so that the word 'and' would get dropped.

this doen't seem to work anymore.

Originally my 'and' in category names was an escaped ampersand , and I noticed it was showing in the URL as the example below :-

bread-amp%3B-butter

it does not stop the mod from working , but would like to know if I can tidy the URL anymore ?

Thanks again.

10 Oct 2008, 3:19 PM
#832
yellow1912 avatar

yellow1912

Totally Zenned

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

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

I will have a look in that.> crazycucumber:

Nice work ... will try it out in a test site.

For the other version , has minimum word length stopped working ?
I have set mine to '4' , so that the word 'and' would get dropped.

this doen't seem to work anymore.

Originally my 'and' in category names was an escaped ampersand , and I noticed it was showing in the URL as the example below :-

bread-amp%3B-butter

it does not stop the mod from working , but would like to know if I can tidy the URL anymore ?

Thanks again.

10 Oct 2008, 8:11 PM
#833
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

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

Hi yellow1912,

Just trying to install this contribution, but receive the following errors when trying to access my Zen Cart Admin (after installing your Module Manager, rev15 I believe).

Warning: include(includes/auto_loaders/config.yclass.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34

Warning: include() [function.include]: Failed opening 'includes/auto_loaders/config.yclass.php' for inclusion (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34

Warning: require(includes/extra_datafiles/module_manager.php) [function.require]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_names.php on line 40

Fatal error: require() [function.require]: Failed opening required 'includes/extra_datafiles/module_manager.php' (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_names.php on line 40

I've tried reinstalling several times with no luck. Any idea how to fix this?

10 Oct 2008, 8:37 PM
#835
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

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

Thanks for the prompt reply.

I have already installed Module Manager Rev 15 and that's caused the errors I previously posted. Is there something else I need to install (before installing SSU)?

Also, can you advise me where I can get the latest SSU release please?

10 Oct 2008, 8:43 PM
#836
yellow1912 avatar

yellow1912

Totally Zenned

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

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

This version should be a stable version:
http://www.zen-cart.com/forum/showpost.php?p=623124&postcount=781

And Module Manager is the only thing needed. Let me know if the problem still persists.

PS: your errors tell that you are missing:
includes/auto_loaders/config.yclass.php
admin/includes/extra_datafiles/module_manager.php

10 Oct 2008, 8:48 PM
#837
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

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

Both files are in the correct locations, yet the error messages still show.

At present I've only installed Module Manager. I was planning on testing this before installing SSU - just to make sure everything is working fine.

10 Oct 2008, 8:52 PM
#838
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Those errors should not be there, even with ssu in place or not. I suspect this is a brand new cart you set up just to test the module right? So we can take out the possibility that it is in conflict with anything else.

Perhaps you can check again, for example check this link below:Because if the file is there, you should not get that error that saying that file is missing.

C:\Inetpub\wwwroot\simple_seo_url\admin\includes\auto_loaders\config.yclass.php

10 Oct 2008, 8:56 PM
#839
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

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

Yep, it's a brand new cart - just to test SSU.

I can access the file via the link... and you've just prompted me to check my permissions.

Resetting the permissions for the site root folder seemed to work. Obviously PHP wasn't 'allowed' to access the files it needed. :mellow:

I'll continue the install now.

Thanks for jogging my memory!

10 Oct 2008, 9:10 PM
#840
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

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

When installing SSU, MySQL threw the following error.

1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1

I'm running MySQL 5.0 in strict mode.

Replacing the following code in admin\includes\module_installation\yellow1912_ssu\db\0.sql fixed this.

INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');

With:

INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');