Page 245 of 506 FirstFirst ... 145195235243244245246247255295345 ... LastLast
Results 2,441 to 2,450 of 5054
  1. #2441
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Under links_aliases field there is
    id
    link_url
    link_alias
    status
    alias_type
    referring_id
    permanent_link

    They are not unique keys. Should I delete link_url and link_alias?
    Hey Country if you get this mod to work would you let me know how you did it. I just installed this mod 4 weeks ago on a different site and it worked fine till I start using the currency conversion when I start getting all kinds of error. I went to install it today and its a whole new files and structure. I am not sure why there is a new version almost every week.

  2. #2442
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    I think we will get there someday. My data base is telling me that
    #1071 - Specified key was too long; max key length is 1000 bytes
    ALTER TABLE `links_aliases` ADD UNIQUE `link_url` ( `link_url` , `link_alias` ) ;
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #2443
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Thank you yellow for your help on this problem I was having upgrading. By dropping the links_aliases table in phpmyadmin and using the code you gave me work like a charm. Thank you again. I will let you know if the cron job work tomorrow. I have it set to run twice an hour.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2444
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello yellow1912!
    after a little war in Israel, I'm back and ready to TEST :)

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    Hello yellow1912!
    after a little war in Israel, I'm back and ready to TEST :)
    Hi xordox, I'm very sorry to hear about that. And it's great to see you are back.
    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. #2446
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow,
    I try to upgrade ssu to 3.6.3. but got error:

    1071 Specified key was too long; max key length is 1000 bytes
    in:
    [ALTER TABLE links_aliases ADD UNIQUE link_url ( link_url , link_alias );]

    I try to do it ( ALTER TABLE `links_aliases` ADD UNIQUE `link_url` ( `link_url` , `link_alias` ); ) by differents way, but no luck
    Please tell me how I can resolve it?

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

    Default Re: Simple SEO URL [support thread]

    This is what you can do:

    drop the table, the run this (if you run on phpmyadmin, add the prefix to the table name)

    REATE TABLE IF NOT EXISTS `links_aliases` (
    `id` int(10) NOT NULL auto_increment,
    `link_url` varchar(255) NOT NULL default '',
    `link_alias` varchar(255) NOT NULL default '',
    `status` tinyint(1) unsigned NOT NULL default '1',
    `alias_type` varchar(100) NOT NULL default 'none',
    `referring_id` int(10) NOT NULL default '0',
    `permanent_link` tinyint(1) NOT NULL default '0',
    PRIMARY KEY (`id`),
    UNIQUE KEY `link_url` (`link_url`,`link_alias`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    Then go to module_version_tracker table and manually change SSU to patch 14. I will now investigate why the alter command in the new patch always cause some problem.
    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. #2448
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I just upgrade ssu to 3.6.3, the problem was in "collation" :
    when it was :
    link_url varchar(255) utf8_general_ci
    link_alias varchar(255) utf8_general_ci
    I got this error:
    1071 Specified key was too long; max key length is 1000 bytes

    When I changed to :
    link_url varchar(255) latin1_swedish_ci
    link_alias varchar(255) latin1_swedish_ci
    I got:
    Warning Your module needs to be upgraded
    Success 3 statements processed.
    Success Upgraded database to patch level 14
    Please tell me can I now change back to utf8_general_ci ?

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

    Default Re: Simple SEO URL [support thread]

    ahh, I see, but actually you can use utf8 since you may want to have some special utf8 alias in that, Just drop the unique key pair is okie, I'm changing the code a bit so that the "unique" checking will be done in php instead, this will avoid having to do this check in mysql

    Regards

    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

  10. #2450
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow,
    I try to use ssu 3.6.3, and have some questions:
    1. when I set SSU Multi Language Status to true it make 301 redirect (from www.site.com to www.site.com/en) I think its not good for google.
    when I turn off it and set Language Selector to Default instead browser, the 301 redirection are dissapear, but how to fix next problem:
    when I open the site I got:
    www.site.com
    when I change the language I got:
    www.site.com/index/language/ru
    how to change it to
    www.site.com/ru?

 

 

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