Re: Ceon URI Mapping v4.x
Quote:
Originally Posted by
lmdief
Hello,
I had sent email to the email address on CEON website but have not received any reply. I ask Hostgator to installed Ceon Uri Mapping and they received the following errors and wanted me to contact the programmer of this module. Here is the email from Host Gator:
Is there anyone who can help me? Thx
Hi Lila, I apologize for the delay in getting back to you on this. I installed the CEON module, but there were issues with the isntallatioin to the point where I had to spend a considerable amount of time debugging the Zen-Cart installation. In the end, I had to disable the module to get your site's front-end to load properly again as spending more time debugging the issue would extend the downtime. Here's the error that I'm seeing: [05-Dec-2012 13:21:23] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /home/lmdief/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php on line 230 [05-Dec-2012 13:21:23] PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /home/lmdief/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php on line 231 I didn't bill you for the install as it was not successful. At this juncture, I would recommend contacting the module provider regarding the above error. I have left the ceon files in place so that they can see how we set it up. Although I do also have the pre-installation backup that I made if you would prefer that I restore the files from there. ---------------------------------------------- Thank you for allowing me to help you. Sincerely, Ricardo C. Linux Systems Administrator II HostGator.com, LLC
http://support.hostgator.com
Quote:
Originally Posted by
picandnix
@ Imdeif...
please read 2 posts above yours. Sadly the author of this excellent mod has passed away. I'm sure someone at Ceon will contact you but maybe not just yet. Although as this isn't a commercial mod you can't expect to be a priority.
This mod is painfully simple to install, but I'm no expert so I can't help with you error other than to suggest you try again yourself to install.
And to add to this...
the most COMMON cause of issues with installing this (or most add-ons for that matter) is simply install errors. (the install was not performed correctly)
Suggest rolling back to the state your site was before you installed this mod, going through the well written readme file Conor provided and then starting over with your install..
and yeah it helps to read the support thread BEFORE posting too..
link to order in customer order status email incomplete
Hi,
I've just found that the link to the order in the customers order status email is not fully built
eg: /tienda/my-account/history/order-information?order_id=20120610
instead of https://www.MYDOMAIN.com/tienda/my-account/history/order-information?order_id=20120610
The order confirmation email has the order link correct: but this is built on the catalog side.
The issue is down to the CEON code added to function/html_output.php for the link generation function, its different in the admin version of the function and as far as I can see cannot work correctly.
While I have made the admin version the same as the catalog version..and it does correct the problem, it may have other ramifications.
I would like to know of anyone else has this issue..click on the order link in an order status-change email and see where it takes you, and then hover over the link in the email to see what it actually is!
There has to be a reason why these functions are different and unfortunately Conor is now not around to help us anymore.:(
Re: link to order in customer order status email incomplete
I have just noticed the additional CEON code in admin/includes/functions/html_output.php which is responsible for this incomplete url issue is only present in the CEON URI Mapping UMM edition.
This is the CEON-modified version of the "free" URI Mapping fileset available in the plugins section, necessary to work in conjunction with the (not-free) CEON URI Mappings Manager, so it will only apply to those who bought the URI Mappings Manager.
There must be more than one of us out there?
Re: link to order in customer order status email incomplete
Quote:
Originally Posted by
torvista
I have just noticed the additional CEON code in admin/includes/functions/html_output.php which is responsible for this incomplete url issue is only present in the CEON URI Mapping UMM edition.
This is the CEON-modified version of the "free" URI Mapping fileset available in the plugins section, necessary to work in conjunction with the (not-free) CEON URI Mappings Manager, so it will only apply to those who bought the URI Mappings Manager.
There must be more than one of us out there?
My order status updates have the following link:
https://www.MYDOMAIN.com/index.php?m...&order_id=1382
Clicking on the link brings me to that page/url.
I am running the UMM revision just before the 'latest' version, in addition to COWOA and Super Orders. Not sure if that makes a difference or not.
Re: link to order in customer order status email incomplete
Quote:
I am running the UMM revision just before the 'latest' version,
You are right. The code I am dubious about..that is causing the problem...was added in 4.4.0. (current version 4.4.1).
I think I'll just take it out...in a mafia sense.
Re: link to order in customer order status email incomplete
Quote:
Originally Posted by
torvista
You are right. The code I am dubious about..that is causing the problem...was added in 4.4.0. (current version 4.4.1).
I think I'll just take it out...in a mafia sense.
Or.. go grab the upgrade and see if Conor cought it in the last release.. (if you paid for it you should have access to the latest version)
Re: link to order in customer order status email incomplete
I'm actually using UMM 4.0.8 (latest is 4.4.1) and URI rewrite 1.2.0 (latest is 1.4.1)
Re: link to order in customer order status email incomplete
Just to clarify, the offending code was added to the core changes for admin/includes/functions/html_output.php in UMM 4.4.0 and is the same in the current version 4.4.1. Its to generate a static uri when an admin-generated event like the order status email creates something using a uri that references a catalog address like the clients order details in their account.
Re: link to order in customer order status email incomplete
Does anyone happen to know how to map the links for things like:
mysite.com/index.php?main_page=xyz
To be exact, I have a few pages like:
mysite.com/index.php?main_page=xyz&id=abc
mysite.com/index.php?main_page=xyz&id=def
mysite.com/index.php?main_page=xyz&id=hij
and I want to map them to things like:
mysite.com/xyz/abc
mysite.com/xyz/def
mysite.com/xyz/hij
Thanks!
(my zen cart is 1.3.9h, and I don't know the exact version of the CEON, but it was installed near middle of 2010)
Re: link to order in customer order status email incomplete
Quote:
Originally Posted by
Cindy2010
Does anyone happen to know how to map the links for things like:
mysite.com/index.php?main_page=xyz
To be exact, I have a few pages like:
mysite.com/index.php?main_page=xyz&id=abc
mysite.com/index.php?main_page=xyz&id=def
mysite.com/index.php?main_page=xyz&id=hij
and I want to map them to things like:
mysite.com/xyz/abc
mysite.com/xyz/def
mysite.com/xyz/hij
Thanks!
(my zen cart is 1.3.9h, and I don't know the exact version of the CEON, but it was installed near middle of 2010)
Can you post a link to pages you would like to change? Have you actually gone into catalog-products and ticked the box to have the url rewritten?
To find your version just look in the settings area for this mod. It's well worth upgrading it too as Conor r.i.p did some great development work on this mod.