Page 244 of 506 FirstFirst ... 144194234242243244245246254294344 ... LastLast
Results 2,431 to 2,440 of 5054
  1. #2431
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Yellow I was getting a error like this
    1146 Table 'coolcarp_precutcartint.eztpl_links_aliases' doesn't exist
    in:
    [show index from eztpl_links_aliases]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    You said

    oops, sorry the db file has some table prefix i forgot to remove.
    I downloaded a new package of ssu_beta_3.6.3 re=uploaded the admin and now I'm getting this

    1091 Can't DROP 'link_url'; check that column/key exists
    in:
    [ALTER TABLE links_aliases DROP INDEX link_url;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    What am I missing. Thank you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    I think I should use alter ignore just to be safe i guess, since the db may be different, try to run this on your patch tool real quikck

    ALTER TABLE `links_aliases` ADD UNIQUE (`link_url`);

    Then go back and try the upgrade.
    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

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

    Default Re: Simple SEO URL [support thread]

    Thanks for your help. After I went to admin/tools/install sql patches and installed the code you just gave me it say the same thing when I try to upgrade again.

    1091 Can't DROP 'link_url'; check that column/key exists
    in:
    [ALTER TABLE links_aliases DROP INDEX link_url;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Weird, okie what if you go to admin/includes/module_installation/yellow1912_ssu/db/14.sql

    And remove the first line
    ALTER TABLE `links_aliases` DROP INDEX `link_url`;

    Thank you for letting me know about this btw, I have a feeling the alter command will not work for some reason.



    Quote Originally Posted by countrycharm View Post
    Thanks for your help. After I went to admin/tools/install sql patches and installed the code you just gave me it say the same thing when I try to upgrade again.

    1091 Can't DROP 'link_url'; check that column/key exists
    in:
    [ALTER TABLE links_aliases DROP INDEX link_url;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    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

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

    Default Re: Simple SEO URL [support thread]

    After I removed
    ALTER TABLE `links_aliases` DROP INDEX `link_url`;

    I get this now

    1091 Can't DROP 'link_alias'; check that column/key exists
    in:
    [ALTER TABLE links_aliases DROP INDEX link_alias;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Well, 14.sql does this:
    drop the 2 current unique key, then add a new pair of unique key. This will let the link alias functions properly. I have just tested on my own datbase and it works out without error, so it is strange why it doesnt run on your site.

    I guess the fastest way to do it is: if you can access your phpmyadmin, you have to check table link alias, and make sure link_url and link_alias are not unique keys, after that you want to add this new unique key:

    ALTER TABLE `links_aliases` ADD UNIQUE `link_url` ( `link_url` , `link_alias` );
    If you run via phpmyadmin, make sure you add table prefix if needed.

    After that, go to table module_version_tracker and manually set the ssu patch level to 14.

    This database change will allow alias to functions properly, and after adding the new unique key pair then the site will work fine again.
    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

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

    Default Re: Simple SEO URL [support thread]

    What do you mean by are not unique keys. Sorry it's getting late here...lol
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    What do you mean by are not unique keys. Sorry it's getting late here...lol
    When you view that table structure in phpmyadmin, under
    Indexes:

    "id" is the only index you should see (before you add the new key pair)
    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

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

    Default Re: Simple SEO URL [support thread]

    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?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    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

 

 

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