Page 230 of 506 FirstFirst ... 130180220228229230231232240280330 ... LastLast
Results 2,291 to 2,300 of 5054
  1. #2291
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by daffy View Post
    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2292
    Join Date
    Jul 2008
    Posts
    113
    Plugin Contributions
    0

    Default 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

  3. #2293
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by daffy View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #2294
    Join Date
    Jul 2007
    Posts
    18
    Plugin Contributions
    0

    Default 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

  5. #2295
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rdayan View Post
    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #2296
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default 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!

  7. #2297
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Jeet Kune Do View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #2298
    Join Date
    Jul 2007
    Posts
    18
    Plugin Contributions
    0

    Default 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

  9. #2299
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default 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 View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #2300
    Join Date
    Jul 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR