Page 279 of 506 FirstFirst ... 179229269277278279280281289329379 ... LastLast
Results 2,781 to 2,790 of 5054
  1. #2781
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default 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.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creepycreatures View Post
    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
    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. #2783
    Join Date
    Mar 2009
    Posts
    13
    Plugin Contributions
    0

    Default 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!

  4. #2784
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    help question 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?

  5. #2785
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    help question 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:

    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

  6. #2786
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    help question 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?

  7. #2787
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

    help question 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 ?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by myworld20091 View Post
    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
    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. #2789
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default 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?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by milobloom View Post
    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
    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