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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
slitter
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)
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..
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
slitter
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?
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..
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
:smile:
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
giuly
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
:smile:
Did you turn it on via admin? This module is off by default, because there are some settings you need to set first.
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.
:clap:
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
slitter
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.