Re: Simple SEO URL [support thread]
I've checked the htaccess file and it already contained that info? I've tried following that guideline for the blank page but it still happens, I'm not sure what I'm doing wrong..
It doesn't show the message that the database patches have been applied.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
creepycreatures
I've checked the htaccess file and it already contained that info? I've tried following that guideline for the blank page but it still happens, I'm not sure what I'm doing wrong..
It doesn't show the message that the database patches have been applied.
If you want, pm me your ftp and admin temporary login info, i will help you to check
Re: Simple SEO URL [support thread]
Thanks Yellow for your help via PM, all fixed now thanks to you. Much appreciated and a great mod! :clap:
Re: Simple SEO URL [support thread]
hi, i updated ssu from 3.64 to 3.66, but in my admin tools-module manager-list all modules, it still shows version Beta 3.64, where do i check which ssu version i'm running now? i'm not sure if i've updated successfully?
Re: Simple SEO URL [support thread]
i tried updating again, from 3.64 to 3.66
but this time, when i click extra-ssu manager, i got this:
Quote:
1062 Duplicate entry 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER' for key 2
in:
[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 ('Set default language identifier', 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER', 'true', 'This option is useful for sites that use multi-languages. You can tell SSU to not add language identifier into the links for the default language.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');]
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.
any ideas?
i use zencart 1.38, php 5.2
Re: Simple SEO URL [support thread]
in ssu module installation db, there are 2 files different between 3.64 and 3.66
Code:
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
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 ('Set default language identifier', 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER', 'true', 'This option is useful for sites that use multi-languages. You can tell SSU to not add language identifier into the links for the default language.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
Code:
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
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 ('Set SSU Multi Language Status', 'SSU_MULTI_LANGUAGE_STATUS', 'false', 'Do not turn this on unless your site uses multi-languages', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), ('Set Query Key\'s Exclude List', 'SSU_QUERY_EXCLUDE_LIST', 'zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,filter_id,alpha_filter_id,currency', 'Set the query keys that you want SSU to avoid converting, separated by comma with no blank space', @t4, 1, NOW(), NOW(), NULL, NULL);
is the problem with those 2 files above? what do i fix the issue? :unsure:
Re: Simple SEO URL [support thread]
i tried once again, got those issues above fixed
but i have a question, now i run ssu version 3.66, i set default language indentifer true, ssu multi language status true,
when i access my site, it shows as www mysite.com/zencart , its ok, but when i click the product pages or any other pages, i get www mysite.com/zencart/fr/something , fr is my default language, what do i show it as www domain.com/zencart/something ?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
myworld20091
i tried once again, got those issues above fixed
but i have a question, now i run ssu version 3.66, i set default language indentifer true, ssu multi language status true,
when i access my site, it shows as www mysite.com/zencart , its ok, but when i click the product pages or any other pages, i get www mysite.com/zencart/fr/something , fr is my default language, what do i show it as www domain.com/zencart/something ?
Set default language identifier -> false
Re: Simple SEO URL [support thread]
I have one question.
If I install this mod, but use the old URL's in product feeds
using easy populate. Will it still find the products?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
milobloom
I have one question.
If I install this mod, but use the old URL's in product feeds
using easy populate. Will it still find the products?
Old urls will be redirected to new ones. If you are using EazyPopulate, this EP module is known for inserting wrong master category ids. You may need to follow this article to solve the problem
http://www.zen-cart.com/forum/showthread.php?t=52918