Page 69 of 146 FirstFirst ... 1959676869707179119 ... LastLast
Results 681 to 690 of 1456
  1. #681
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Chemo's Ultimate URL's

    Voltage, haven't ever seen that. is that when you are logged in as a customer, or just browsing? i.e. normal or secure mode?

  2. #682

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by voltage View Post
    *** BUG REPORT ***

    I browsed through the bugs reported, but I did not see this one. On the test site I have set up, when SEO is turned on, when I hit the add to cart button on the product info page, it takes me to the shopping cart page and says the cart is empty (or in other words it will not add the item to the cart). When I flip off Ultimate Seo's, I can add items to the cart again.

    Thanks
    I just checked, I was able to add an item to my cart then log in and pay for it with no issues. I don't see what you might be having issues with could you explain in more detail what you are doing?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  3. #683

    Default Re: Chemo's Ultimate URL's

    I had issues with News Article comments intill I went into config>url plugins and unchecked:


    JD Productions: News & Article Manager: RSS Feed


    JD Productions: News & Article Manager: Index


    JD Productions: News & Article Manager: Archive


    JD Productions: News & Article Manager: Article


    JD Productions: News & Article Manager: Article: Comments
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  4. #684

    help question Re: How to Uninstall Ultimate SEO URL's

    Hi,

    I am trying to uninstall this contribution and though I have deleted all the files and the database table, the SEO URL's category and control panel is still showing up in my admin and I am getting this error:

    Warning: call_user_func(zen_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /hsphere/local/home/frangade/frangadesigns.com/admin/includes/functions/general.php on line 1538

    Can anyone tell me if any other files were automatically changed when I installed this contrib? I've double and triple checked to make sure I deleted all the seo files and can't figure it out.

    Any help would be greatly appreciated!

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

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by ctcentralinfo View Post
    I had issues with News Article comments intill I went into config>url plugins and unchecked:


    JD Productions: News & Article Manager: RSS Feed


    JD Productions: News & Article Manager: Index


    JD Productions: News & Article Manager: Archive


    JD Productions: News & Article Manager: Article


    JD Productions: News & Article Manager: Article: Comments
    What type of issues were you experiencing? Is this a bug with the mod or a local setting issue? If it's a bug, is logged so Dreamscape can take a look at it?

  6. #686

    Default Re: Chemo's Ultimate URL's

    For Seo Urls 3.0.0-beta1 I got the following error when I checked the News and Article functions in config>Url Plugins

    Warning: Invalid argument supplied for foreach() in /home/<username>/public_html/includes/classes/seo/seo.url.php on line 146

    Fatal error: Call to a member function on a non-object in /home/<username>/public_html/includes/functions/whos_online.php on line 56
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  7. #687
    Join Date
    Apr 2006
    Location
    Sunny California
    Posts
    36
    Plugin Contributions
    0

    bug Re: Chemo's Ultimate URL's

    I haven't had much time to trace the problem, but here is what I am experiencing so far:

    zen_ez_pages_link(5,0,true,true,false)

    returns

    http://www.myshop.com/-ezp-5.html

    which creates a page not found error when attempting to access it.

    The native ez pages footer links are fine and ez page 5's link comes out fine as:

    http://www.myshop.com/title-of-ezpage-ezp-5.html

    And that link works fine.

    in /includes/functions/functions_ezpages.php its called like this: (creates bad link)
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $ez_pages_id . ((int)$ez_pages_chapter != 0 ? '&chapter=' . $ez_pages_chapter : ''), ($ez_pages_is_ssl=='0' ? 'NONSSL' : 'SSL'))

    in /includes/modules/ezpages_bar_footer.php its called like this: (creates good link)
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $page_query->fields['pages_id'] . '&chapter=' . $page_query->fields['toc_chapter'], ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'))
    The only difference I could see was that the zen_ez_pages_link() function doesn't fill in the chapter if its 0. Would this make the EZ Pages URL Plugin choke? Pretty pathetic I know, given how easy this would be to test, but if I try it in my current state I could end up uploading it to someone else's server

    Unfortunately I have been coding for about 14 straight hours. My mind is fried and I need sleep immediately before I pass out and wake up tomorrow with keyboard dimples on my forehead that last for a week.

    I'll check back at it tomorrow and get into it if nobody figures it out before then. I haven't posted it to the tracker as a bug yet, as I cannot clear the fog out of my head long enough to get to the url!

    Of course its always possible that this isn't actually a bug, and I'm not even here typing this post....Its happened before ya know!

    Until Later!

    Wes
    The Zen Cart Team is awesome, take a moment to Donate

    SureVital Health and Nutrition

  8. #688
    Join Date
    Apr 2006
    Location
    Sunny California
    Posts
    36
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by ctcentralinfo View Post
    For Seo Urls 3.0.0-beta1 I got the following error when I checked the News and Article functions in config>Url Plugins
    Given my current state of mind and lack of sleep, I have no idea why I am trying to answer this, but I had a similar problem happen in seo.url_plugin.php. Couldn't figure out what the H was causing it so I just wrapped the offending line in

    Code:
    if (isset(offending->object) {
        ...offending line of code...
    }
    I know its a terrible band-aid solution, but it worked for the problem I was running into...

    DISCLAIMER: I am suffering from the effects of sleep deprivation, so this advice should be considered pretty bad. As with most things in life, your mileage may vary.
    The Zen Cart Team is awesome, take a moment to Donate

    SureVital Health and Nutrition

  9. #689

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by SophWise.com View Post
    I haven't had much time to trace the problem, but here is what I am experiencing so far:

    zen_ez_pages_link(5,0,true,true,false)

    returns

    http://www.myshop.com/-ezp-5.html

    which creates a page not found error when attempting to access it.

    The native ez pages footer links are fine and ez page 5's link comes out fine as:

    http://www.myshop.com/title-of-ezpage-ezp-5.html

    And that link works fine.

    in /includes/functions/functions_ezpages.php its called like this: (creates bad link)
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $ez_pages_id . ((int)$ez_pages_chapter != 0 ? '&chapter=' . $ez_pages_chapter : ''), ($ez_pages_is_ssl=='0' ? 'NONSSL' : 'SSL'))

    in /includes/modules/ezpages_bar_footer.php its called like this: (creates good link)
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $page_query->fields['pages_id'] . '&chapter=' . $page_query->fields['toc_chapter'], ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'))
    The only difference I could see was that the zen_ez_pages_link() function doesn't fill in the chapter if its 0. Would this make the EZ Pages URL Plugin choke? Pretty pathetic I know, given how easy this would be to test, but if I try it in my current state I could end up uploading it to someone else's server

    Unfortunately I have been coding for about 14 straight hours. My mind is fried and I need sleep immediately before I pass out and wake up tomorrow with keyboard dimples on my forehead that last for a week.

    I'll check back at it tomorrow and get into it if nobody figures it out before then. I haven't posted it to the tracker as a bug yet, as I cannot clear the fog out of my head long enough to get to the url!

    Of course its always possible that this isn't actually a bug, and I'm not even here typing this post....Its happened before ya know!

    Until Later!

    Wes
    If you used the extension .html at the of url string for the last version of seo url remove it and it will work. I was using ez pages sidebox to link reviews, new products etc and noticed that the .html etc was causing problems.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

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

    Default Re: Chemo's Ultimate URL's

    The order goes through, every step seems normal, I was redirected to Paypal, made payment the come back to checkout_success, the only difference:
    I don't receive any payment, and the customer is not charged.

    This happens after I upgraded to 1.3.7 from 1.3.6 and the new seo url.
    My first attempt was to turn off seo url and it works. Any suggestion on how to fix it?
    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 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