Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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.
Re: Simple SEO URL [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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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
Re: Simple SEO URL [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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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.
Re: Simple SEO URL [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 www.myshop.com/it instead
www.myshop.com/shop/it
(shop is the map when zencart is installed)
Sorry my ignorance.
Best regards!
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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 Code:
<?php
$ssuLocalConfig = array(
'languages' => array( 'it' => 'default',
'sl' => 'default',
)
);
Im assuming sl is the languages_code for slovenian
Re: Simple SEO URL [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
Re: Simple SEO URL [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)
Quote:
Originally Posted by
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
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