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,281 to 2,300 of 5,058
14 Feb 2009, 8:59 PM
#2281
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

yellow1912:

define('HTTP_SERVER', 'http://www.craftmagick.com');
define('HTTPS_SERVER', 'https://www.zencrystals.com');

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/craftmagick/');

define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/cache');

Changed configure.php as noted above

Getting 500 server error as follows when clicking any link in the store

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.craftmagick.com Port 80

Here's a copy of my .htaccess file

#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
RewriteBase /craftmagick/

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

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

could I have done something wrong in .htaccess??

14 Feb 2009, 9:14 PM
#2283
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

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

yellow1912:

For your shared ssl, the htaccess needed to be a bit different
http://wiki.rubikintegration.com/zencart/modules/ssu/troubleshootings/shared_ssl

Also check
http://www.craftmagick.com/ssu_check.php

This ssu_check really helps when you need it :)

so what would the CATALOG be in .htaccess with shared ssl??

RewriteBase /~craftmagick/craftmagick/
RewriteBase /~zencrystals/craftmagick/
RewriteBase /~zencrystals//

in my config.php it is

define('DIR_WS_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/craftmagick/');
14 Feb 2009, 9:33 PM
#2284
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Did you check the ssu_check.php as I suggested above? :)

14 Feb 2009, 9:52 PM
#2285
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

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

yellow1912:

Did you check the ssu_check.php as I suggested above? :)

:blush: i did now...

copied and pasted it into new .htaccess file and works perfectly :clap:

thank you again very very much for your help and this absolutely fabulous module.

I really appreciate your help and support.

Happy Valentine's Day

15 Feb 2009, 12:46 AM
#2286
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Reached 100,000 views with over 2000 posts on this topic, lol :shocking:

15 Feb 2009, 5:40 PM
#2287
bfmarini avatar

bfmarini

New Zenner

Join Date:
May 2008
Posts:
29
Plugin Contributions:
0

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

Hi there,

When I go to reset my seo cache, I'm getting errors about the directories not being writable.

I redid the permission and set them all to 777

An example is I'm trying to clear out the alias cache and get the following message:

Error cache/ssu/aliases folder is not writable
Error cache/ssu/pc folder is not writable

15 Feb 2009, 5:49 PM
#2288
yellow1912 avatar

yellow1912

Totally Zenned

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

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

bfmarini:

Hi there,

When I go to reset my seo cache, I'm getting errors about the directories not being writable.

I redid the permission and set them all to 777

An example is I'm trying to clear out the alias cache and get the following message:

Error cache/ssu/aliases folder is not writable
Error cache/ssu/pc folder is not writable
You should check if your cache path in the includes/configure.php and admin/includes/configure.php are correct.
Then make sure ssu folder and its subfolder are writable. On some servers, you cant change permission to 777 thru ftp, you have to use cpanel to do that.

15 Feb 2009, 8:48 PM
#2289
daffy avatar

daffy

Zen Follower

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

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

This Simple SEO Url mod is working fine on my site, except my customers can't add anything to their shopping carts. I've had a whole string of complaints this afternoon, all of them the same: WHERE IS THE SHOPPING CART SO I CAN CHECK OUT?

I turned off SSU and the shopping cart came back.

I see there was some discussion about this a few days ago. I tried reading through that but I couldn't figure out what the conclusion was. I don't think I can ask all my customers to clear out their temp files and history in order to go shopping on my site... is that the solution y'all came up with?

I tripled checked all the config settings. We're using PHP 5-something. The .htaccess is correct.
The SSU-Check seems to be ok. What is it supposed to do if it's not ok?

Cyndy

15 Feb 2009, 8:50 PM
#2290
yellow1912 avatar

yellow1912

Totally Zenned

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

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

daffy:

This Simple SEO Url mod is working fine on my site, except my customers can't add anything to their shopping carts. I've had a whole string of complaints this afternoon, all of them the same: WHERE IS THE SHOPPING CART SO I CAN CHECK OUT?

I turned off SSU and the shopping cart came back.

I see there was some discussion about this a few days ago. I tried reading through that but I couldn't figure out what the conclusion was. I don't think I can ask all my customers to clear out their temp files and history in order to go shopping on my site... is that the solution y'all came up with?

I tripled checked all the config settings. We're using PHP 5-something. The .htaccess is correct.
The SSU-Check seems to be ok. What is it supposed to do if it's not ok?

Cyndythis happens when you have an older version of SSU. The solution is to upgrade to 3.6.1
http://public.rubikintegration.com/

I dont know why you get the older version when the installation note already points directly to the new version?

15 Feb 2009, 9:07 PM
#2291
daffy avatar

daffy

Zen Follower

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

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

I did download the zip file directly from your site, but I downloaded SSU_USU.zip because I didn't want to use a Beta version. I've been assisting with beta testing on another site and I'm a little shell-shocked from that at the moment. Not in the mood to be a guinea pig on ALL my sites. ;D But if it works better, okey dokey... here goes..

Thank you for the very fast reply. :)

Cyndy

15 Feb 2009, 9:09 PM
#2292
yellow1912 avatar

yellow1912

Totally Zenned

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

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

daffy:

I did download the zip file directly from your site, but I downloaded SSU_USU.zip because I didn't want to use a Beta version. I've been assisting with beta testing on another site and I'm a little shell-shocked from that at the moment. Not in the mood to be a guinea pig on ALL my sites. ;D But if it works better, okey dokey... here goes..

Thank you for the very fast reply. :)

Cyndy
SSU USU is an old version

Beta is just the name, I dont know why you are concerned with that, we all use it on our live sites. Google is beta as well, did you know that?
I can name the version gamma or alpha or whatever I want, and I dont see any reason why you should be concerned with the name :)
The module is stable and being used on live sites.

15 Feb 2009, 9:29 PM
#2293
daffy avatar

daffy

Zen Follower

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

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

I wasn't sure which was the current recommended version.

Thank you again. Your instructions are very good and installation was easy. I'm sure 3.6.1 will be what I need. :)

Cyndy

15 Feb 2009, 9:31 PM
#2294
yellow1912 avatar

yellow1912

Totally Zenned

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

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

daffy:

I wasn't sure which was the current recommended version.

Thank you again. Your instructions are very good and installation was easy. I'm sure 3.6.1 will be what I need. :)

Cyndy
Let me know if you have any problem, I will remove the other version to avoid confusion as well. Thanks for letting me know that. I have been wondering why some people get the old version, now I know it's my fault to put more than 1 versions there.

Raine

15 Feb 2009, 10:18 PM
#2295
rdayan avatar

rdayan

New Zenner

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

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

Hi
Thanks for a great mod.
I run ZC 1.3.7.1. I installed SSU 3.6.1. All works fine until I turn on link alias in admin/configuration/simple seo url. I get this error message when trying to go to my site(any page)

1054 Unknown column 'status' in 'where clause'
in:
[SELECT DISTINCT "link_url," "link_alias" FROM zen_links_aliases WHERE (link_url LIKE '%/login/%' ) AND status = 1 ORDER BY length(link_alias) DESC]

Any idea?
Thank you

15 Feb 2009, 10:22 PM
#2296
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rdayan:

Hi
Thanks for a great mod.
I run ZC 1.3.7.1. I installed SSU 3.6.1. All works fine until I turn on link alias in admin/configuration/simple seo url. I get this error message when trying to go to my site(any page)

1054 Unknown column 'status' in 'where clause'
in:
[SELECT DISTINCT "link_url," "link_alias" FROM zen_links_aliases WHERE (link_url LIKE '%/login/%' ) AND status = 1 ORDER BY length(link_alias) DESC]

Any idea?
Thank you
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.

15 Feb 2009, 10:22 PM
#2297
jeet_kune_do avatar

jeet_kune_do

Zen Follower

Join Date:
Nov 2008
Location:
Slovenija
Posts:
119
Plugin Contributions:
0

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

I don't know how to write local.config to support my languages.
i have the slovenian, italian and english versions.

And i desire that my link will be https://www.myshop.com/it instead
https://www.myshop.com/shop/it

(shop is the map when zencart is installed)

Sorry my ignorance.

Best regards!

15 Feb 2009, 10:26 PM
#2298
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jeet Kune Do:

I don't know how to write local.config to support my languages.
i have the slovenian, italian and english versions.

And i desire that my link will be www.myshop.com/it instead
www.myshop.com/shop/it

(shop is the map when zencart is installed)

Sorry my ignorance.

Best regards!
To move it from shop folder to root, it's out of the scope of this module, you will have to check zencart tutorial for that purpose:
http://www.zen-cart.com/forum/showthread.php?t=104968

After doing that, you MUST change the path in your .htaccess as well.

To add support for your languages try something like this:

<?php
    
    $ssuLocalConfig = array(
      
        
        'languages'        =>    array(    'it'    =>    'default',
                                    'sl'    =>    'default',
                                    )
    );
```Im assuming sl is the languages_code for slovenian
15 Feb 2009, 10:28 PM
#2299
rdayan avatar

rdayan

New Zenner

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

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

This is an add to the previous post
I just saw that I am also getting some errors when I am in the admin.
When I click on the link admin/extras/simple seo url manager I get a series of errors on top of the page:
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
Warning Your module needs to be upgraded

When I click on the link admin/tools/module manager I get a series of errors on top of the page:
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

15 Feb 2009, 10:30 PM
#2300
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)

rdayan:

This is an add to the previous post
I just saw that I am also getting some errors when I am in the admin.
When I click on the link admin/extras/simple seo url manager I get a series of errors on top of the page:
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
Warning Your module needs to be upgraded

When I click on the link admin/tools/module manager I get a series of errors on top of the page:
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