Page 61 of 146 FirstFirst ... 1151596061626371111 ... LastLast
Results 601 to 610 of 1456
  1. #601
    Join Date
    Apr 2006
    Location
    Sunny California
    Posts
    36
    Plugin Contributions
    0

    Default Re: EZ Pages Rewrite Error

    I just did a clean install of ZC 1.3.7 tweaked a few things and got everything all setup and happy, but have one little glitch which I'm wondering if anyone else has seen?!

    When I enable/check the Core: EZ Pages option in the Url Plugins I get this error in the catalog

    Code:
    Fatal error: Call to a member function getCachedValue() on a non-object in /home/testshop/public_html/includes/classes/seo/seo.url_plugin.php on line 68
    Any idea whats going down on that one? It works fine if I turn that off, just the url for the ezpages ends up as http://www.testsite.com/page.html?id=4&chapter=0 which does still work, so no harm no foul.

    I will also submit this on the bug tracker for anyone interested.

    Wes

  2. #602
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's Bug in Beta 3

    I think I found a bug v3 in the Search AND/OR operator.

    when SEO is enabled the search does not work properly for AND/OR.

    v1.3.7

    anyone else seen this?

  3. #603
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's Bug in Beta 3

    Quote Originally Posted by eskipii View Post
    I think I found a bug v3 in the Search AND/OR operator.

    when SEO is enabled the search does not work properly for AND/OR.

    v1.3.7

    anyone else seen this?
    Can you describe steps to recreate the problem?

  4. #604
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    on a clean install 1.3.7, the only modification has been the seo contribution.

    with the FIX:
    Mar 2nd, 2007 Mar 2nd, 2007 Class CoreAdvancedSearchResultSeoUrlPlugin cannot inherit from undefined class CoreAdvancedSearchSeoUrlPlugin

    If I search for 1 word, the results appear ok, with two terms then there is a problem...


    ********************************************
    ***Default Search Operator = or with SEO ***
    ********************************************

    /advanced_search_result/SearchTerm1?search_in_description=1
    142 products

    /advanced_search_result/SearchTerm1+SearchTerm2?search_in_description=1
    0 products


    ***********************************************
    ***Default Search Operator = or with NO SEO ***
    ***********************************************

    /index.php?main_page=advanced_search_result&search_in_description=1&keyword=Searc hTerm1
    142 products


    /index.php?main_page=advanced_search_result&search_in_description=1&keyword=Searc hTerm1+SearchTerm2

    161 products


    *********************************************
    ***Default Search Operator = and with SEO ***
    *********************************************

    /advanced_search_result/SearchTerm1?search_in_description=1
    142 products

    /advanced_search_result/SearchTerm1+SearchTerm2?search_in_description=1
    0 products


    ***********************************************
    ***Default Search Operator = and with NO SEO ***
    ***********************************************

    /index.php?main_page=advanced_search_result&search_in_description=1&keyword=Searc hTerm1
    142 products

    /index.php?main_page=advanced_search_result&search_in_description=1&keyword=Searc hTerm1+SearchTerm2

    11 products

  5. #605
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    forgot to include, when I disable:

    Core: Advanced Search: Result

    then all works with SEO.

  6. #606
    Join Date
    Mar 2007
    Location
    Cheshire. UK
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi Folks.

    I think i'm having a thick moment with the install of SEO URLS.

    I've followed the instructions, changed the html_output file, uploaded the files and created the .htaccess file

    I can see the seo urls menu in admin and everything seems to work ok untill i turn it on

    i keep getting a 'Page Not Found' error when trying to access any page and it keeps coming back to the sitemap page.

    Sorry for sounding like such a noobie on this one but i'm stuck. Could anyone throw some light on this one or point me in the right direction?

    I'm using Zen Version 1.3.7 and the current version of seo urls.

    Any help would be grately received.
    Thanks in advance

    Mark :)

  7. #607
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    Hi Dreamscape,
    Had this :
    Fatal error: Class coreadvancedsearchresultseourlplugin: Cannot inherit from undefined class coreadvancedsearchseourlplugin in /home/sites/domain.co.uk/public_html/includes/classes/seo/seo.url_plugins/__core__/advanced_search_result.php on line 14

    Tried to reach your fix as above, but could not reach it, it said a log in is required. Could I have a copy of the fix please?
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  8. #608
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Rupert View Post
    Tried to reach your fix as above, but could not reach it, it said a log in is required. Could I have a copy of the fix please?
    Click on Log In and then block on "Register a new account"


  9. #609
    Join Date
    Apr 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by CypherUK View Post
    Hi Folks.

    I think i'm having a thick moment with the install of SEO URLS.

    I've followed the instructions, changed the html_output file, uploaded the files and created the .htaccess file

    I can see the seo urls menu in admin and everything seems to work ok untill i turn it on

    i keep getting a 'Page Not Found' error when trying to access any page and it keeps coming back to the sitemap page.

    Sorry for sounding like such a noobie on this one but i'm stuck. Could anyone throw some light on this one or point me in the right direction?

    I'm using Zen Version 1.3.7 and the current version of seo urls.

    Any help would be grately received.
    Thanks in advance

    Mark :)

    Enable the url plugins and if you have to enable character plugin.

  10. #610
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's Bug in Beta 3

    Quote Originally Posted by eskipii View Post
    I think I found a bug v3 in the Search AND/OR operator.
    Please report bugs to the bug tracker.

    I will only look at and fix bugs that are reported there.

    Well, ok you don't *have* to report bugs there, but if want them fixed, then yes, you must use the proper channel. I'm not trying to be mean about it, but things going where they belong makes the chaos somewhat manageable.

 

 

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