Page 94 of 506 FirstFirst ... 44849293949596104144194 ... LastLast
Results 931 to 940 of 5054
  1. #931
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    -- Table structure for table `categories_description`
    --

    CREATE TABLE IF NOT EXISTS `categories_description` (
    `categories_id` int(11) NOT NULL default '0',
    `language_id` int(11) NOT NULL default '1',
    `categories_name` varchar(32) NOT NULL default '',
    `categories_description` text NOT NULL,
    PRIMARY KEY (`categories_id`,`language_id`),
    KEY `idx_categories_name_zen` (`categories_name`),
    FULLTEXT KEY `categories_name` (`categories_name`),
    FULLTEXT KEY `categories_name_2` (`categories_name`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    --
    -- Dumping data for table `categories_description`
    --

    INSERT INTO `categories_description` (`categories_name`) VALUES
    ('ACCESSORIES'),
    ('DRESSES'),
    ('HANDBAGS'),
    ('JEANS / PANTS'),
    ('SKIRTS'),
    ('TOPS'),
    ('АКСЕССУАРЫ'),
    ('БЛУЗКИ'),
    ('ДЖИНСЫ / БРЮКИ'),
    ('ПЛАТЬЯ'),
    ('СУМКИ'),
    ('ЮБКИ'),
    ('אביזרים'),
    ('ג ''ינס / מכנסיים'),
    ('חולצות'),
    ('חציות'),
    ('שמלות'),
    ('תיקים');

    I delete all content of ssu/pc, ssu/pruducts but no changes.
    I think I need to try your new version. But I also have a question, when I update SSU, for example from 2.8 to 2.9.6 in admin-tools-module manager-List all modules:
    yellow1912_ssu 5 Beta 2.8
    Its normal?
    Thanks

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

    Default Re: Simple SEO URL [support thread]

    1. It's normal.
    2. I dont think you need to upgrade, maybe we just need to change the parse function a bit. I'm waiting for a_berezin to get back to me regarding russian parsing, he has more experience than me in that.
    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. #933
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    General roadmap for reference:

    2.9.x
    will still receive support + bug fixes etc.... No new features will be added, however
    Multi-language support is being worked on as well.

    3.2.x
    Total code rewrite is being worked on to provide plug-and-play ability
    No more support for PHP4, PHP5 will be the minimum requirement
    Adding support for news, articles and all kinds of links that can have names on links
    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

  4. #934
    Join Date
    Jan 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi,
    I'm getting a blank pages on a few categories. Everything else works fine. I have worked around it deleting the nonworking category and creating a new one, but it's kind of annoying because I will not be able to be on top of this site forever, and want to leave it functioning.

    Thanks for any help.

    Here is the error report:


    Notice: Undefined index: ssu in /home1/mastert4/public_html/includes/autoload_func.php on line 86

    Notice: Undefined offset: 1 in /home1/mastert4/public_html/includes/init_includes/init_ssu.php on line 91

    Notice: Constant OFFICE_IP_TO_HOST_ADDRESS already defined in /home1/mastert4/public_html/includes/languages/english/email_extras.php on line 52

    Warning: Cannot modify header information - headers already sent by (output started at /home1/mastert4/public_html/includes/autoload_func.php:86) in /home1/mastert4/public_html/includes/init_includes/init_templates.php on line 78

    Notice: Constant TABLE_HEADING_PRODUCTS already defined in /home1/mastert4/public_html/includes/languages/english/index.php on line 69

    Notice: Constant TABLE_HEADING_QUANTITY already defined in /home1/mastert4/public_html/includes/languages/english/index.php on line 73

    Warning: Cannot modify header information - headers already sent by (output started at /home1/mastert4/public_html/includes/autoload_func.php:86) in /home1/mastert4/public_html/includes/functions/functions_general.php on line 44

    Notice: Object of class queryFactoryResult could not be converted to int in /home1/mastert4/public_html/includes/functions/functions_general.php on line 19

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

    Default Re: Simple SEO URL [support thread]

    Which version are you using?
    Do you have a link so I can look at?

    Regards

    Quote Originally Posted by edgecrusher View Post
    Hi,
    I'm getting a blank pages on a few categories. Everything else works fine. I have worked around it deleting the nonworking category and creating a new one, but it's kind of annoying because I will not be able to be on top of this site forever, and want to leave it functioning.

    Thanks for any help.

    Here is the error report:


    Notice: Undefined index: ssu in /home1/mastert4/public_html/includes/autoload_func.php on line 86

    Notice: Undefined offset: 1 in /home1/mastert4/public_html/includes/init_includes/init_ssu.php on line 91

    Notice: Constant OFFICE_IP_TO_HOST_ADDRESS already defined in /home1/mastert4/public_html/includes/languages/english/email_extras.php on line 52

    Warning: Cannot modify header information - headers already sent by (output started at /home1/mastert4/public_html/includes/autoload_func.php:86) in /home1/mastert4/public_html/includes/init_includes/init_templates.php on line 78

    Notice: Constant TABLE_HEADING_PRODUCTS already defined in /home1/mastert4/public_html/includes/languages/english/index.php on line 69

    Notice: Constant TABLE_HEADING_QUANTITY already defined in /home1/mastert4/public_html/includes/languages/english/index.php on line 73

    Warning: Cannot modify header information - headers already sent by (output started at /home1/mastert4/public_html/includes/autoload_func.php:86) in /home1/mastert4/public_html/includes/functions/functions_general.php on line 44

    Notice: Object of class queryFactoryResult could not be converted to int in /home1/mastert4/public_html/includes/functions/functions_general.php on line 19
    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

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

    Default Re: Simple SEO URL [support thread]

    BTW, looking at the error, I can be 99% sure that you are not using version 2.9.6 which is the latest stable version
    Regards
    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. #937
    Join Date
    Jan 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    BTW, looking at the error, I can be 99% sure that you are not using version 2.9.6 which is the latest stable version
    Regards
    Wow, I downloaded this mod last thursday or friday.
    Well I'll try upgrading and see if that fixes it.

    Also, here is the category that is blank

    http://mastersoftails.com/c-5

    This is the site if you want to see the other categories.
    http://mastersoftails.com/index


    And Thanks, this was fast.
    Platinum Natural Dog Food
    Complete dry dog food made out of 70% human grade fresh chicken meat

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by edgecrusher View Post
    Wow, I downloaded this mod last thursday or friday.
    Well I'll try upgrading and see if that fixes it.

    Also, here is the category that is blank

    http://mastersoftails.com/c-5

    This is the site if you want to see the other categories.
    http://mastersoftails.com/index


    And Thanks, this was fast.
    BTW, did you set category name level to 0? Try to set to 1 at least.
    The link shows that you either set level to 0, or it somehow could not retrieve the name of this category.

    Latest version is here btw:
    http://public.rubikintegration.com/
    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. #939
    Join Date
    Jan 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    BTW, did you set category name level to 0? Try to set to 1 at least.
    The link shows that you either set level to 0, or it somehow could not retrieve the name of this category.

    Latest version is here btw:
    http://public.rubikintegration.com/
    Ok, Upgraded, turned the SSU off, and I keep getting errors on that category, so I guess the problem is elsewhere.

    One question, what do you mean with "set category name level to 1"?

    Thanks again
    Platinum Natural Dog Food
    Complete dry dog food made out of 70% human grade fresh chicken meat

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

    Default Re: Simple SEO URL [support thread]

    If you turned it off, how do you get the error? If you are talking about all the notice etc, that is because you turned on strict error report. Turn it off and all those will go away

    Regards

    PS: look at configurat->SSU, I think there is an option about category name level
    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