Re: Various cache mechanisims supported by Ultimate URLs 2.212
I would guess the 3rd party module you installed is not integrated as a Zen Cart page, yet calls Zen Cart's application_top.
If the "guess" is correct, This is a known issue with certain 3rd party modules. The fix is for the 3rd party modules to correctly implement their new "page" (URL) as an actual Zen Cart page (instead of trying to cherry pick).
One workaround is to disable "automatic redirects" for Ultimate URLs. Another is to manually edit the "automatic redirect" code to ignore the URL.
Feel free to SEARCH this thread (if the guess above is correct) as I have previously posted the workarounds for handling these problematic 3rd party modules.
Converting from Ceon URI Mapping to Ultimate SEO
I am contemplating converting my client from Ceon URI Mapping to Ultimate SEO
What do I need to do so that the current URIs aren't sent to 404 purgatory?? I looked through this thread, and didn't see anything that provides a "how-to" or a "checklist" when converting from one module to another.. Any tips on the conversion from one module to another??
Re: Various cache mechanisims supported by Ultimate URLs 2.212
Quote:
Originally Posted by
lhungil
I would guess the 3rd party module you installed is not integrated as a Zen Cart page, yet calls Zen Cart's application_top.
If the "guess" is correct, This is a known issue with certain 3rd party modules. The fix is for the 3rd party modules to correctly implement their new "page" (URL) as an actual Zen Cart page (instead of trying to cherry pick).
One workaround is to disable "automatic redirects" for Ultimate URLs. Another is to manually edit the "automatic redirect" code to ignore the URL.
Feel free to SEARCH this thread (if the guess above is correct) as I have previously posted the workarounds for handling these problematic 3rd party modules.
Yes, it does call application_top.
Can you explain the 'automatic redirects"? What exactly does that do and what's the consequence of disabling it?
Re: Converting from Ceon URI Mapping to Ultimate SEO
Quote:
Originally Posted by
DivaVocals
I am contemplating converting my client from Ceon URI Mapping to Ultimate SEO
What do I need to do so that the current URIs aren't sent to 404 purgatory?? I looked through this thread, and didn't see anything that provides a "how-to" or a "checklist" when converting from one module to another.. Any tips on the conversion from one module to another??
anyone?? Someone has to have made this change... I'd REALLY rather not write a bunch of 301 redirect directives..
Re: Numinex Compatibility
DivaVocals, your latest code fixed the Create Account Default Country ID issue, but doesn't fix the issue with Ultimate URLs. I don't see a reason why this plugin needs to use the use_function column the way that it is. The author may want to see how we make fields in Numinix mods and follow that pattern.
Re: Numinex Compatibility
Quote:
Originally Posted by
numinix
DivaVocals, your latest code fixed the Create Account Default Country ID issue, but doesn't fix the issue with Ultimate URLs. I don't see a reason why this plugin needs to use the use_function column the way that it is. The author may want to see how we make fields in Numinix mods and follow that pattern.
Was never my code or "fix"... And I'm not even sure which fix you are referring to as a subsequent code chage resolved my conflicts between your module and this one.. sounds like you and the author of this module will need to coordinate your efforts..:smile:
Re: Numinex Compatibility
If anyone is interested in testing a beta update of this plugin for Zen Cart 1.5.3, please PM me.
Re: Numinex Compatibility
This plugin already works in 1.5.3. I also have an updated version close to release.
Re: Numinex Compatibility
Quote:
Originally Posted by
lhungil
This plugin already works in 1.5.3. I also have an updated version close to release.
This does work on 1.5.0 version but stop some other modules to work like
Order Question
Mailhive
It does not let open file in root for any module as soon as I turn it off from admin all these modules files in root are accessible and modules work fine.
I removed/make changes in .htaccess but it did not resolve problem.
Another problem after installing this module: getting session timeout very often/ page not found when tried to login from timeout session page.
Any idea how to get these fixed?
Re: Numinex Compatibility
Why following have index in this?
Enter pages to allow rewrite
index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4
I removed index from there and it solved my issue. Will this cause any other issue?