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

Results 2,681 to 2,700 of 5,058
16 Mar 2009, 2:02 AM
#2681
voltage avatar

voltage

Totally Zenned

Join Date:
Apr 2005
Location:
Houston, TX
Posts:
1,356
Plugin Contributions:
1

Simple SEO URL (OLD version) [support thread]

yellow1912:

Did you clear SSU cache after the edit? And if possible can you pm me the link to this page?

Hi Yellow1912

Its a live site (although still under construction) so I can't leave it on. I just cleared to cache but it still didn't work.

Here is a link to the site:
http://www.ashadiamonds.com/

Here is an example. This url

http:/ashadiamonds.com/product_ring_info/round-asha-classic-or-prong-tiffany-solitaire-ring-p-301

Would become this url:

http:/ashadiamonds.com/round-asha-classic-or-prong-tiffany-solitaire-ring-p-301

16 Mar 2009, 2:11 AM
#2682
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Huhm, it doesnt work the way it should. More likely it doesnt load the product type correctly

Just to make sure, I happen to have a site where I use another product type, here is the config of local.config.php

<?php
    
    $ssuLocalConfig = array(
        'plugins'        =>    array(
                                    'parsers'    =>    array('manufacturers')
                                ),
        'identifiers'    =>    array(    'products'        =>    array(    'product_module_info'                    =>    'pm')),
        'languages'        =>    array(    'fr'    =>    'default',
                                    'ru'    =>    'ru',
                                    )
    );

Notice the product type here is product_module_info, and I used pm for it.

In your case, the link appears like that because the product type is not taken in correctly for some reason. I dont think version have anything to do with it, since this feature is available very early in SSU, but anyhow the latest is 3.6.6
http://public.rubikintegration.com/

Also, check to make sure if the local.config.php is read correctly, i guess 1 thing you can try is just siply die() in that script, then your site should not load at all. If it still loads, huhm, the file is not loaded correctly.

16 Mar 2009, 2:22 AM
#2683
voltage avatar

voltage

Totally Zenned

Join Date:
Apr 2005
Location:
Houston, TX
Posts:
1,356
Plugin Contributions:
1

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

Here is what I have

<?php
    
    $ssuLocalConfig = array(
        'plugins'        =>    array(
                                    'parsers'    =>    array('manufacturers')
                                ),
        'identifiers'    =>    array(    'products'        =>    array(    'product_ring_info'                    =>    'pr')),
        'languages'        =>    array(    'default'    =>    'default',
                                    'en'    =>    'en',
                                    )
    ); 

It is loading something because it removes the /product_ring_info/ from the url when I have the file uploaded.

My most current version (I just checked is 3.6.1). I might have somebody who knows more than me take a look at it too.

16 Mar 2009, 2:25 AM
#2684
yellow1912 avatar

yellow1912

Totally Zenned

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

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

No, it doesnt remove, take a look at this link

http://www.ashadiamonds.com/product_ring_info/asha-rings-engagement-c-1_49/round-asha-antique-inspired-engagement-ring-p-425

If you want, pm me the ftp info, i should be able to fix it in several mins for you

Regards

16 Mar 2009, 11:42 PM
#2685
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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

Hi Yellow :)

I have some products that have the word page in them, for example Melon Delight Page Kit

The links are showing like this: /store/designers/shortcut-creations/melon-delightkit

I understand, I think LOL, that it cuts out the page bit because of the auto-alias and some pages having page in it like Page 2, Page 3 etc, however I have those url's set in the manual alias feature and would really like the url's as above to have the whole product name in them as in /store/designers/shortcut-creations/melon-delight-page-kit ...any easy way around this?

16 Mar 2009, 11:51 PM
#2686
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Okie, I get what you mean after reading it several times. There are 2 solutions for it.

First:
Manually goes into link alias manager and set the alias, you can also set the alias to permanent and it will not be altered.

Second:
we will mess with the config here, we will edit includes/classes/ssu/local.config.php

<?php
    
    $ssuLocalConfig = array(
        'identifiers'    =>    array(    'pages'        =>    'pages')
    );

You can see in use "pages" instead of "page" here

Either way, you will need to clear ssu cache after that.

17 Mar 2009, 1:41 AM
#2687
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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

You are awesome! LOL thank you :clap:
I went with messing with the config file and it worked perfectly lol

17 Mar 2009, 3:07 PM
#2688
fsit avatar

fsit

New Zenner

Join Date:
Sep 2008
Posts:
9
Plugin Contributions:
0

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

Hello, I am using 3.6.6 (had the same problem with 3.6.4 but not with 3.5.x) and when a new category is added it gives me the following error:

Fatal error: Class 'simple_seo_url' not found in /<edited url> /admin/categories.php on line 237

For new products goes the same:
Fatal error: Class 'simple_seo_url' not found in /<edited url> /admin/includes/modules/update_product.php on line 198

Both the new category and product are added.
Can someone please advise?

17 Mar 2009, 3:48 PM
#2689
dinki avatar

dinki

Zen Follower

Join Date:
Oct 2006
Posts:
206
Plugin Contributions:
0

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

Just a quick question, will the old style links still work with this addon? I'm assuming that both the SEO friendly ones and the old links would both work and just want verification before I get into adding this to my site.

17 Mar 2009, 7:03 PM
#2690
yellow1912 avatar

yellow1912

Totally Zenned

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

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

FSIT:

Hello, I am using 3.6.6 (had the same problem with 3.6.4 but not with 3.5.x) and when a new category is added it gives me the following error:

Fatal error: Class 'simple_seo_url' not found in /<edited url> /admin/categories.php on line 237

For new products goes the same:
Fatal error: Class 'simple_seo_url' not found in /<edited url> /admin/includes/modules/update_product.php on line 198

Both the new category and product are added.
Can someone please advise?
I assume you put the additional code into these 2 files, this information was outdated. Please remove any additional ssu code you put in those 2 files

Regards

17 Mar 2009, 7:04 PM
#2691
yellow1912 avatar

yellow1912

Totally Zenned

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

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

dinki:

Just a quick question, will the old style links still work with this addon? I'm assuming that both the SEO friendly ones and the old links would both work and just want verification before I get into adding this to my site.
Old links will be redirected to new links.

17 Mar 2009, 9:18 PM
#2692
fsit avatar

fsit

New Zenner

Join Date:
Sep 2008
Posts:
9
Plugin Contributions:
0

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

yellow1912:

I assume you put the additional code into these 2 files, this information was outdated. Please remove any additional ssu code you put in those 2 files

Regards

Thanks for the very quick reply and you were absolutely right. After removing the code it works flawless again.
Thanks!

17 Mar 2009, 11:09 PM
#2693
adamb avatar

adamb

New Zenner

Join Date:
Oct 2005
Location:
Colorado
Posts:
11
Plugin Contributions:
0

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

I'm setting up a new 1.3.8a based cart, and decided to use SSU instead of the old Ultimate SEOS my 1.3.6 cart used. Everything seems great, except file extensions don't seem to work for me. I'm sure someone else has probably had a similar issue, I've been searching the thread but I haven't been able to find much.

Just wondering if anyone could point me in a helpful sort of direction.

Thanks

A

18 Mar 2009, 4:13 PM
#2694
dellonious avatar

dellonious

New Zenner

Join Date:
Jan 2009
Posts:
16
Plugin Contributions:
0

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

I am getting the following error when I go into admin to enable SSU after a fresh install of version 3.6.6 on zencart1.3.8...

Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/kennebe1/public_html/admin/ssu.php on line 11

Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kennebe1/public_html/admin/ssu.php on line 11

Any help?!?!
Thanks

18 Mar 2009, 6:20 PM
#2695
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Dellonious:

I am getting the following error when I go into admin to enable SSU after a fresh install of version 3.6.6 on zencart1.3.8...

Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/kennebe1/public_html/admin/ssu.php on line 11

Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kennebe1/public_html/admin/ssu.php on line 11

Any help?!?!
Thanks
You are missing the first part in the installation note.

18 Mar 2009, 6:22 PM
#2696
yellow1912 avatar

yellow1912

Totally Zenned

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

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

AdamB:

I'm setting up a new 1.3.8a based cart, and decided to use SSU instead of the old Ultimate SEOS my 1.3.6 cart used. Everything seems great, except file extensions don't seem to work for me. I'm sure someone else has probably had a similar issue, I've been searching the thread but I haven't been able to find much.

Just wondering if anyone could point me in a helpful sort of direction.

Thanks

A
extension works a bit different in SSU, but if you want to make sure all links from your current site using ultimate seo url can be redirected correctly there is a way. I will post a solution today.

19 Mar 2009, 2:22 AM
#2697
adamb avatar

adamb

New Zenner

Join Date:
Oct 2005
Location:
Colorado
Posts:
11
Plugin Contributions:
0

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

Sounds Good

19 Mar 2009, 7:43 AM
#2698
skylab001 avatar

skylab001

New Zenner

Join Date:
Jan 2008
Posts:
67
Plugin Contributions:
0

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

I have run into a little trouble, I get

Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/ccrsport/public_html/admin/ssu.php on line 10

Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ccrsport/public_html/admin/ssu.php on line 10

when trying to open Simple SEO manager.

I thought I installed everything properly and configured it but probably not. My hiccup may be with the the configure.php file. For DIR_WS_CATALOG I originally had '/' but I changed it to 'RewriteBase /' and not sure if that is right.

19 Mar 2009, 7:48 AM
#2699
yellow1912 avatar

yellow1912

Totally Zenned

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

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

skylab001:

I have run into a little trouble, I get

when trying to open Simple SEO manager.

I thought I installed everything properly and configured it but probably not. My hiccup may be with the the configure.php file. For DIR_WS_CATALOG I originally had '/' but I changed it to 'RewriteBase /' and not sure if that is right.
You need this installed:

http://zencart-module-manager.googlecode.com/files/module_manager_rev16zip.zip

20 Mar 2009, 12:24 AM
#2700
inovermyhead avatar

inovermyhead

Zen Follower

Join Date:
Feb 2007
Posts:
154
Plugin Contributions:
0

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

OK, maybe we just need some hand holding, but we're beating our heads against the wall. Or maybe we can't see the forest for the trees <grin>. After going through the several pertinent thread (more than once), we decided SSU was the way for us to go.

We're running 1.37 with several add-ons. But we've set up a test shop using WAMP for a localhost test for our CreekTree shop, installed Module Manager, installed Simple SEO, configured it, and it appears to work fine in both Firefox and IE7. We've run the Google sitemap, Google base, & Live Update add-ons against the localhost database and the XML all appear to have worked fine. So it appears that basically we're in good shape.

But I keep coming back to earlier posts about redirects and the htaccess file, and I can't seem to get my arms around this, after several times thru more than this thread. Are redirects for old URLs an issue any more? If so, what do I need to do? If not, the next step would be backup the production online, and install there?

:blink::dontgetit:unsure:

Many thanks for your input!