Page 56 of 146 FirstFirst ... 646545556575866106 ... LastLast
Results 551 to 560 of 1456
  1. #551
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Chemo's Ultimate URL's

    Voltage, That sounds pretty fundamental (and final!). I'd guess incomplete copy, files in the wrong places or incorrect permissions.

  2. #552
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    If you encounter a problem that even has the remote possibility of being a bug, please submit a bug report. Thanks :)

  3. #553
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by voltage View Post
    Uploaded the files, modifed the html_output, modified the htaccess, when to the configuration in the admin and i have this error:

    Fatal error: Class coreadvancedsearchresultseourlplugin: Cannot inherit from undefined class coreadvancedsearchseourlplugin in (my directory address)/includes/classes/seo/seo.url_plugins/__core__/advanced_search_result.php on line 14

    Has anyone else experienced this?
    Fixed and patch available at http://bugs.smarterwebdev.com/view_bug.php?bug_id=6

  4. #554
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Thanks for a jaw-dropping update to this essential MOD. Installation went almost flawless (the sql autoinjection didn't like a previous index and gave me a brief error that never showed up again when I re-ran the front end).

    Some adjustments were necessary in order to have the shopping cart showing up (if the first core is not checked, it goes back to the base page) and get rid of all the plus signs and ampersands. All this was corrected by playing with the settings.

    Thank you again to all the team for a wonderful and serious update with an impeccable installation manual. (and yes, numbering the lines in the PDF may be tricky for some users who paste them in their code ;-)

    Our site uses zencart as an underlayer for its wholsale side, as a highly modded OsCommerce manages the retail end on the same server, sharing the same database. We were a little bit disapointed not to have a similar URLs quality, everything is now solved.

    We are still in beta for the Zen, I will keep you posted for eventual bugs.

    Hugh
    www.thefrenchybee.com/bulk

  5. #555
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Thanks for looking at my site and pointing this out, by the way. Had you not done so, I would have fooled myself into defeating the purpose of installing CHEMO'S.

    I looked at my CHEMO'S upgrade with fresh eyes this morning, and discovered I was asleep at the wheel when I should have been renaming zen_href_link to zen_href_link_stock and adding the 3.0 code to the beginning of includes/functions/html_output. As soon as this was remedied, SEO URLs worked.

    Still wondering how to work around the matter of master categories misbehaving when I have SEO URLs running. I'd love to see everyone come to a mutual understanding of how a lookup function that includes master categories would or wouldn't adversely affect Zen-Cart's performance, so we can remedy this glitch. Having only a superficial understanding of how it all works, I suppose there's not much I can do beyond the occasional small cash donations to let you all know I'm rooting for you.

    I'll shut up now.
    Quote Originally Posted by dreamscape View Post
    You seem to have missed some of the installation somewhere... the generated urls should be the seo urls. I realize there are several step in the 2.1 upgrade process, but if you follow the guide to the letter, it should go fine.

  6. #556
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    Not sure what you are talking about. Version 3 does not use any tables other than the configuration and configuration_group tables.
    Yes those are the tables I am talking about. When I modify output_html.php, and opened up a web browser for the mod to install, the tables does not get created.

  7. #557
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Blitz49 View Post
    Yes those are the tables I am talking about. When I modify output_html.php, and opened up a web browser for the mod to install, the tables does not get created.
    Those are core Zen Cart tables. Why would Seo Urls create them? It expects that they already exist if Zen Cart is installed.

  8. #558
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    Those are core Zen Cart tables. Why would Seo Urls create them? It expects that they already exist if Zen Cart is installed.
    Im talking about the SEO url tables, not the configuration tables. When installing Seo, under configurations Seo appears in admin. So wouldn't Seo create those tables so that it appears as Seo_url 3.0 beta under configuration in admin? Cause when installing the old Seo 2.1, the tables are created it in configuration.

  9. #559
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Blitz49 View Post
    Im talking about the SEO url tables, not the configuration tables. When installing Seo, under configurations Seo appears in admin. So wouldn't Seo create those tables so that it appears as Seo_url 3.0 beta under configuration in admin? Cause when installing the old Seo 2.1, the tables are created it in configuration.
    Those are not tables. They are entries in the configuration tables.

    You need to complete remove all of them to perform a clean install (and there is a hidden one that holds the version). Use this SQL to remove all Seo Url entries from the database:
    Code:
    DELETE FROM configuration_group WHERE configuration_group_title LIKE 'Seo Url%';
    DELETE FROM configuration WHERE configuration_key LIKE 'SEO_URLS%';

  10. #560
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    Those are not tables. They are entries in the configuration tables.

    You need to complete remove all of them to perform a clean install (and there is a hidden one that holds the version). Use this SQL to remove all Seo Url entries from the database:
    Code:
    DELETE FROM configuration_group WHERE configuration_group_title LIKE 'Seo Url%';
    DELETE FROM configuration WHERE configuration_key LIKE 'SEO_URLS%';
    Thanks that got rid of everything, and this time around the entries installed.

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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