Page 84 of 506 FirstFirst ... 3474828384858694134184 ... LastLast
Results 831 to 840 of 5054
  1. #831
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I will have a look in that.
    Quote Originally Posted by crazycucumber View Post
    Nice work ... will try it out in a test site.

    For the other version , has minimum word length stopped working ?
    I have set mine to '4' , so that the word 'and' would get dropped.

    this doen't seem to work anymore.

    Originally my 'and' in category names was an escaped ampersand , and I noticed it was showing in the URL as the example below :-

    bread-amp%3B-butter

    it does not stop the mod from working , but would like to know if I can tidy the URL anymore ?

    Thanks again.
    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

  2. #832
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Hi yellow1912,

    Just trying to install this contribution, but receive the following errors when trying to access my Zen Cart Admin (after installing your Module Manager, rev15 I believe).

    Warning: include(includes/auto_loaders/config.yclass.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34

    Warning: include() [function.include]: Failed opening 'includes/auto_loaders/config.yclass.php' for inclusion (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34

    Warning: require(includes/extra_datafiles/module_manager.php) [function.require]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_name s.php on line 40

    Fatal error: require() [function.require]: Failed opening required 'includes/extra_datafiles/module_manager.php' (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_name s.php on line 40
    I've tried reinstalling several times with no luck. Any idea how to fix this?

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

    Default Re: Simple SEO URL [support thread]

    Yup, seem like you missed this
    http://code.google.com/p/zencart-mod...downloads/list

    BTW, if you use the SSU version in the download section, that one is old
    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. #834
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Thanks for the prompt reply.

    I have already installed Module Manager Rev 15 and that's caused the errors I previously posted. Is there something else I need to install (before installing SSU)?

    Also, can you advise me where I can get the latest SSU release please?

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

    Default Re: Simple SEO URL [support thread]

    This version should be a stable version:
    http://www.zen-cart.com/forum/showpo...&postcount=781

    And Module Manager is the only thing needed. Let me know if the problem still persists.

    PS: your errors tell that you are missing:
    includes/auto_loaders/config.yclass.php
    admin/includes/extra_datafiles/module_manager.php
    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. #836
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Both files are in the correct locations, yet the error messages still show.

    At present I've only installed Module Manager. I was planning on testing this before installing SSU - just to make sure everything is working fine.

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

    Default Re: Simple SEO URL [support thread]

    Those errors should not be there, even with ssu in place or not. I suspect this is a brand new cart you set up just to test the module right? So we can take out the possibility that it is in conflict with anything else.


    Perhaps you can check again, for example check this link below:Because if the file is there, you should not get that error that saying that file is missing.


    C:\Inetpub\wwwroot\simple_seo_url\admin\includes\auto_loaders\config.yclass.php
    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. #838
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Yep, it's a brand new cart - just to test SSU.

    I can access the file via the link... and you've just prompted me to check my permissions.

    Resetting the permissions for the site root folder seemed to work. Obviously PHP wasn't 'allowed' to access the files it needed.

    I'll continue the install now.

    Thanks for jogging my memory!
    Last edited by Alex Clarke; 10 Oct 2008 at 10:00 PM.

  9. #839
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    When installing SSU, MySQL threw the following error.

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    I'm running MySQL 5.0 in strict mode.

    Replacing the following code in admin\includes\module_installation\yellow1912_ssu\db\0.sql fixed this.

    Code:
    INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');
    With:

    Code:
    INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');

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

    Default Re: Simple SEO URL [support thread]

    Thank you for pointing out the fix on that one ^_^

    Quote Originally Posted by Alex Clarke View Post
    When installing SSU, MySQL threw the following error.



    I'm running MySQL 5.0 in strict mode.

    Replacing the following code in admin\includes\module_installation\yellow1912_ssu\db\0.sql fixed this.

    Code:
    INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');
    With:

    Code:
    INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');
    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