Page 205 of 506 FirstFirst ... 105155195203204205206207215255305 ... LastLast
Results 2,041 to 2,050 of 5054
  1. #2041
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    OK I am getting the same error and when I go to the module manager I get the following message
    Failed: 1
    ERROR: Cannot create table module_version_tracker because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Failed to set up version tracker table

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by slitter View Post
    OK I am getting the same error and when I go to the module manager I get the following message
    Failed: 1
    ERROR: Cannot create table module_version_tracker because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Failed to set up version tracker table
    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)
    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. #2043
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    mmm, still getting the 1146 Table 'satur_zc1.configuration' doesn't exist" message at extra-> will continue later on tonight after thoroughly goin over everything again thanks for the help so far..

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by slitter View Post
    mmm, still getting the 1146 Table 'satur_zc1.configuration' doesn't exist" message at extra-> will continue later on tonight after thoroughly goin over everything again thanks for the help so far..
    There is a way to do it, tho it kills the purpose of having the manager do it automatically for you:

    Go thru each and every patch, apply them manually. After you do that we will have to update the tracker table to let it know all the patches are applied. If you let me know your zc and server details maybe we can figure something else. its a bit weird. Did you download the manager rev15 from google?
    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. #2045
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I will install each patch, but don't know how to update the tracker and yes I used the latest manager I d/l from the zen site.
    I have sent you a pm with the info if you want to take a look at it first..

  6. #2046
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ueee thank you I did it, I've installed solving all problems by myself reading in this thread.

    Only one thing, I see all, but don't rewrite.

    I have my store (a demo store because I am doing a restyle of my site) in folder demosugar

    maybe I insert a wrong .htaccess?
    hxxp://www.giocattoliamo.it/demosugar/

    please if you have some ideas help me, then I have finished with your great mods.

    Thanks in advance

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by giuly View Post
    ueee thank you I did it, I've installed solving all problems by myself reading in this thread.

    Only one thing, I see all, but don't rewrite.

    I have my store (a demo store because I am doing a restyle of my site) in folder demosugar

    maybe I insert a wrong .htaccess?
    hxxp://www.giocattoliamo.it/demosugar/

    please if you have some ideas help me, then I have finished with your great mods.

    Thanks in advance
    Did you turn it on via admin? This module is off by default, because there are some settings you need to set first.
    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. #2048
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    how I turn on?
    I see all via admin, but not the option to activate???

    sorry I'm stupid please sorry
    Now I have turn on, SSU I didn't think on abbreviation.
    Pleas sorry
    and a great thanks for your mod that I will use.


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

    Default Re: Simple SEO URL [support thread]

    1. Visit admin→extras→ssu manager (you should see notice saying that the database patches have been applied)

    2. Under admin->confuration you should see Simple Seo Url


    You will see the settings there
    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. #2050
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by slitter View Post
    I will install each patch, but don't know how to update the tracker and yes I used the latest manager I d/l from the zen site.
    I have sent you a pm with the info if you want to take a look at it first..
    For whatever reason, your server setting makes it impossible to run any query via the patch tool if there is a line break in the query, so I had to remove them from all the patches,

    example:
    Code:
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('File extension', 'SSU_FILE_EXTENSION', '', 'Set the file extension you want (without the dot). Recommend: leave it blank. For more info please read the docs', @t4, 1, NOW(), NOW(), NULL, NULL),
    ('Name delimiter', 'SSU_NAME_DELIMITER', '-', 'Set delimiter to replace all non alpha-numeric characters in product/category names', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),'), ('ID delimiter', 'SSU_ID_DELIMITER', '-', 'Set delimiter separate product/category names and their ids', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'-\', \'.\'),');
    Note that you are using 3.5.8, that version is stable but does not have auto-alias.
    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