Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping V5.0

Ceon URI Mapping V5.0

Views: 88,601

Results 141 to 160 of 392
8 Nov 2020, 10:21 AM
#141
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,872
Plugin Contributions:
7

Ceon URI Mapping V5.0

Regarding merging to ZC157.

The ZC157 version of admin javascript loader will pull in files per page.

In lieu of a complete rework to use the plugins framework, in admin I moved ceon_uri_mapping_javascript.php to the /javascript folder, and added two files to be auto-included by javascript loader per admin page:
categories_CEON.php
product_CEON.php
both with the same code:

<?php 
include ("ceon_uri_mapping_javascript.php");

So avoiding any core file changes.

8 Nov 2020, 7:15 PM
#142
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

torvista:

Regarding merging to ZC157.

The ZC157 version of admin javascript loader will pull in files per page.

In lieu of a complete rework to use the plugins framework, in admin I moved ceon_uri_mapping_javascript.php to the /javascript folder, and added two files to be auto-included by javascript loader per admin page:
categories_CEON.php
product_CEON.php
both with the same code:

<?php include ("ceon_uri_mapping_javascript.php"); ``` Torvista, I tried this but don't quite understand where the files go, or the naming. I moved ceon_uri_mapping_javascript.php from the admin/includes folder to the admin/includes/javascript folder, then created two files as named above (with the _CEON addition - is that correct?). These two new files go in the admin/includes folder or the admin/auto_loaders folder? Thanks for your help.
8 Nov 2020, 10:19 PM
#143
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,872
Plugin Contributions:
7

Re: Ceon URI Mapping V5.0

The ZC157 version of admin javascript loader will pull in files per page.
as described in detail here:
https://docs.zen-cart.com/dev/admin/templating/

This ceon javascript is required on two pages: product and categories.
So, you could put the ceon code in two files named as product.php and categories.php in the /javscript folder, and they would be pulled into the head of the corresponding pages.
But since there is already a core product.php in use, and I want to maintain that as is, you can use a separate product_whatever.php file, and that will be pulled in too.
And, to only have one CEON javascript code block, and make it obvious it exists, I leave it named as such in /javascript but be called by both product_whatever.php and categories.

So, three new files, that will be obvious for upgrades, and no core files harmed, all in /javascript.

And for those wondering what all this is about, this ceon javascript is what adds the Uri mapping fields on the end of those pages, without modifying those pages.

24 Nov 2020, 3:30 AM
#144
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

mc12345678:

Have you applied the update identified in post #45 which appears to have been incorporated into the latest release of this plugin?

Hi MC - is v5.0.0 (29 May 2020) the latest version? .... if not then where can I download the latest with forum fixes incorporated?

cheers, Mike

18 Dec 2020, 4:33 AM
#145
diptimoy avatar

diptimoy

Zen Follower

Join Date:
Apr 2012
Location:
Bardhaman , Bharat
Posts:
217
Plugin Contributions:
1

Re: Ceon URI Mapping V5.0

Do the module works with 157b ? I am facing issues while integrating with 157b, when ceon is set active or 1 , the customer login shows shopping cart empty even after there is product in cart , if ceon is set to zero, all works fine

8 Jan 2021, 3:43 PM
#146
longur avatar

longur

New Zenner

Join Date:
Oct 2015
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

Hello i have a problem with Ceon URI Mapping V5.0 - everything works with Zen Cart v1.5.6c , but the Producer links don't works. If you click on it the HOME page is loaded
Please help me

8 Jan 2021, 4:00 PM
#147
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping V5.0

longur:

Hello i have a problem with Ceon URI Mapping V5.0 - everything works with Zen Cart v1.5.6c , but the Producer links don't works. If you click on it the HOME page is loaded
Please help me
Please provide more information. smart alec start if everything works, then wwhatdoesn't?smart alec end

Please address the posting tips. Further, is 5.0.0 installed, or the latest copy?
.htaccess contents (obscuring the admin directory)?
Is site in a web-facing sub-directory? (e.g. /shop, /store)

20 Jan 2021, 11:32 PM
#148
strelitzia avatar

strelitzia

Totally Zenned

Join Date:
Nov 2005
Location:
France
Posts:
588
Plugin Contributions:
1

Re: Ceon URI Mapping V5.0

Not sure if I'll get a reply here to this question as it relates to the paid UMM version of the module. I did send a question to CEON via their contact us form, but never received a reply.

I'm trying to find out if the newer version of UMM can import old URI's from Ultimate SEO URL's module in the way the original version did.
I have Ultimate SEO URLs version 3.0.8 which isn't detected by the older version of CEON UMM as the later version of Ultimate SEO doesn't make the same modifications that earlier versions did (and UMM is looking for).

If anyone has purchased, or was involved in coding the latest CEON UMM, can you tell me if it works, or possibly test it with Ultimate SEO URLs 3.0.8

Thanks

24 Jan 2021, 3:36 PM
#149
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,872
Plugin Contributions:
7

Re: Ceon URI Mapping V5.0

I am using UMM 2.1 (27/12/2020) and in the changelog there is no mention of changes to the import functionality for Ultimate SEO added in 1.4.0 (17/09/2012).

I did send a question to CEON via their contact us form, but never received a reply.
Try again, their software is supported.

24 Jan 2021, 8:01 PM
#150
strelitzia avatar

strelitzia

Totally Zenned

Join Date:
Nov 2005
Location:
France
Posts:
588
Plugin Contributions:
1

Re: Ceon URI Mapping V5.0

torvista:

I am using UMM 2.1 (27/12/2020) and in the changelog there is no mention of changes to the import functionality for Ultimate SEO added in 1.4.0 (17/09/2012).

Try again, their software is supported.

I've contacted them twice now with no response.

Can you have a look at your version file admin/includes/classes/class.CeonUMMImportOldURIs.php, around line 168 to see if you have code like this

// Check if mods are present in html_output.php
			$html_output_mods_present = false;
			
			$html_output_source = file_get_contents($html_output_path);
			
			if (strpos($html_output_source, '$GLOBALS[\'seo_urls\']->href_link') !== false) {
				$html_output_mods_present = true;
			}

Newer versions of Ultimate SEO URLs doesn't make these modifications, meaning that if UMM has been updated to work with the newer version of Ultimate SEO, that code section should have been updated to look for newer type of modification.

24 Jan 2021, 9:20 PM
#151
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,872
Plugin Contributions:
7

Re: Ceon URI Mapping V5.0

The 2.1 code is the same, but I imagine if you just add

$html_output_mods_present = true;

after the snippet you have posted, it will override that check and continue on it's merry way none the wiser.

26 Jan 2021, 3:23 AM
#152
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

v1.5.7b CEON V.5.0.0 PHP 7.4.13

I'm having an issue when adding a new product. Initially upon preview I see the ceon mapping uri shown - if I go back to make any ammendments to the page then preview it again the ceon uri mapping disappears and the box that normally shows that uri states no mapping.

I noticed an error show up (have error logs plugin installed - great app) so this is what it showed - I can only assume it was thrown due to the situation described however I reapeated the process and got the same error.

Any assistance would be appreciated.

cheers,
Mike

[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 118
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 135
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 143
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 167
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 171
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 174
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 177
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179
 
26 Jan 2021, 3:44 AM
#153
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping V5.0

shags38:

v1.5.7b CEON V.5.0.0 PHP 7.4.13

I'm having an issue when adding a new product. Initially upon preview I see the ceon mapping uri shown - if I go back to make any ammendments to the page then preview it again the ceon uri mapping disappears and the box that normally shows that uri states no mapping.

I noticed an error show up (have error logs plugin installed - great app) so this is what it showed - I can only assume it was thrown due to the situation described however I reapeated the process and got the same error.

Any assistance would be appreciated.

cheers,
Mike

[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 118
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 135
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 143
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 167
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 171
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 174
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 177
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179

Really? Assistance? One guess what might just fix that issue... I'm not even sure if it is something that was ever really an issue or not, but I'm a little taken aback that the most likely solution hasn't been tried already...
26 Jan 2021, 3:56 AM
#154
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

shags38:

v1.5.7b CEON V.5.0.0 PHP 7.4.13

I'm having an issue when adding a new product. Initially upon preview I see the ceon mapping uri shown - if I go back to make any ammendments to the page then preview it again the ceon uri mapping disappears and the box that normally shows that uri states no mapping.

I noticed an error show up (have error logs plugin installed - great app) so this is what it showed - I can only assume it was thrown due to the situation described however I reapeated the process and got the same error.

Any assistance would be appreciated.

cheers,
Mike

[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 118
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 135
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 143
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 167
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 169
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 171
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 172
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 174
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 175
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 177
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 178
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179
[26-Jan-2021 14:03:55 Australia/Sydney] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /includes/classes/class.Transliteration.php on line 179


update - I repeated the process and the same problem exists however before doing so I change my PHP version from 7.4 to 7.3 and did not get the error as above so it is something else.

stumped
26 Jan 2021, 5:18 AM
#155
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping V5.0

shags38:

update - I repeated the process and the same problem exists however before doing so I change my PHP version from 7.4 to 7.3 and did not get the error as above so it is something else.

stumped
What version of the software? Is the version in use the latest version?

26 Jan 2021, 5:52 AM
#156
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

mc12345678:

What version of the software? Is the version in use the latest version?

Yes v.5.0.0 as per my first post.

I was also taken aback .... and yes I did change the PHP version from 7.4 to 7.3 before I read your post - subsequently the problem still exists without that error being thrown, so obviously it is something else.

Here is another hint possibly, maybe not - worked fine when I created a new product earlier - then I wanted to check Sitemaps - found that SiteMapXML wasn't listed under admin/configuration or admin/tools so I checked admin/modules/plugin manager and it showed to my shock that SiteMapXML v.4.0 wasn't installed which it previously was, so I clicked install and it returned. The only change at all to SiteMapXML was to a file in this post https://www.zen-cart.com/showthread.php?227246-SitemapXML-v4-Support-thread&p=1377049#post1377049 - after making that change all was fine.

I have not made any changes at all to any files in ZC or plugins since then (22/1).

So then I had to reconfigure SiteMapXML in accordance with this in the CEON installation readme;

OPTIONAL but RECOMMENDED] Configure the SitemapXML (formerly “Google Sitemap”) Module
If the store uses the SitemapXML (Google Sitemap) module, it needs to be configured to work better with static URIs.

Otherwise, the store's rankings may be penalised because of links in the sitemap redirecting to other links.

Go to Configuration > Sitemap XML in the Zen Cart Admin.

Newer versions of the module have the option “Using parameter language in links”. If this option exists, make sure to set it to “false”.

Older versions of the module have the option “Generate language_id for default language”. If this option exists, make sure to set it to “false”.

As I said - still the problem exists - my workaround at present is to manually generate each url, i.e. untick the auto generate box type it in.

cheers, Mike

26 Jan 2021, 6:25 AM
#157
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

Again I am unsure as to whether this error has any bearing on the reported issue - found this when fighting my way through 3099 error files before deleting them carte blanche (99.9% of them generated by a code issue with IH5 in how it handles SiteMapXML 4.0) . The first instance of this error was on 25-Jan-2021 09:00:00 and the last one was the one below;

[25-Jan-2021 16:48:59 Australia/Sydney] Request URI: /dazzlers/index.php?cmd=orders&page=1&oID=550&action=update_order&language=en, IP address: 115.166.19.58
#1  CeonURIMappingLinkBuildAdmin->updateNotifySEFUInterceptAdmcathref() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#2  base->notify() called at [/home2/dazzler3/public_html/dazzlers/includes/functions/html_output.php:71]
#3  zen_catalog_href_link() called at [/home2/dazzler3/public_html/includes/classes/observers/CheckoutOneEmailObserver.php:79]
#4  CheckoutOneEmailObserver->update() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#5  base->notify() called at [/home2/dazzler3/public_html/includes/functions/functions_osh_update.php:89]
#6  zen_update_orders_history() called at [/home2/dazzler3/public_html/dazzlers/orders.php:254]
#7  require(/home2/dazzler3/public_html/dazzlers/orders.php) called at [/home2/dazzler3/public_html/dazzlers/index.php:11]
--> PHP Warning: Use of undefined constant ENABLE_SSL - assumed 'ENABLE_SSL' (this will throw an Error in a future version of PHP) in /home2/dazzler3/public_html/dazzlers/includes/classes/observers/class.CeonURIMappingLinkBuildAdmin.php on line 46.

[25-Jan-2021 16:48:59 Australia/Sydney] Request URI: /dazzlers/index.php?cmd=orders&page=1&oID=550&action=update_order&language=en, IP address: 115.166.19.58
#1  CeonURIMappingLinkBuildAdmin->updateNotifySEFUInterceptAdmcathref() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#2  base->notify() called at [/home2/dazzler3/public_html/dazzlers/includes/functions/html_output.php:71]
#3  zen_catalog_href_link() called at [/home2/dazzler3/public_html/includes/classes/observers/CheckoutOneEmailObserver.php:80]
#4  CheckoutOneEmailObserver->update() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#5  base->notify() called at [/home2/dazzler3/public_html/includes/functions/functions_osh_update.php:89]
#6  zen_update_orders_history() called at [/home2/dazzler3/public_html/dazzlers/orders.php:254]
#7  require(/home2/dazzler3/public_html/dazzlers/orders.php) called at [/home2/dazzler3/public_html/dazzlers/index.php:11]
--> PHP Warning: Use of undefined constant ENABLE_SSL - assumed 'ENABLE_SSL' (this will throw an Error in a future version of PHP) in /home2/dazzler3/public_html/dazzlers/includes/classes/observers/class.CeonURIMappingLinkBuildAdmin.php on line 46.

[25-Jan-2021 16:48:59 Australia/Sydney] Request URI: /dazzlers/index.php?cmd=orders&page=1&oID=550&action=update_order&language=en, IP address: 115.166.19.58
#1  CeonURIMappingLinkBuildAdmin->updateNotifySEFUInterceptAdmcathref() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#2  base->notify() called at [/home2/dazzler3/public_html/dazzlers/includes/functions/html_output.php:71]
#3  zen_catalog_href_link() called at [/home2/dazzler3/public_html/includes/functions/functions_osh_update.php:119]
#4  zen_update_orders_history() called at [/home2/dazzler3/public_html/dazzlers/orders.php:254]
#5  require(/home2/dazzler3/public_html/dazzlers/orders.php) called at [/home2/dazzler3/public_html/dazzlers/index.php:11]
--> PHP Warning: Use of undefined constant ENABLE_SSL - assumed 'ENABLE_SSL' (this will throw an Error in a future version of PHP) in /home2/dazzler3/public_html/dazzlers/includes/classes/observers/class.CeonURIMappingLinkBuildAdmin.php on line 46.

[25-Jan-2021 16:48:59 Australia/Sydney] Request URI: /dazzlers/index.php?cmd=orders&page=1&oID=550&action=update_order&language=en, IP address: 115.166.19.58
#1  CeonURIMappingLinkBuildAdmin->updateNotifySEFUInterceptAdmcathref() called at [/home2/dazzler3/public_html/includes/classes/class.base.php:118]
#2  base->notify() called at [/home2/dazzler3/public_html/dazzlers/includes/functions/html_output.php:71]
#3  zen_catalog_href_link() called at [/home2/dazzler3/public_html/includes/functions/functions_osh_update.php:136]
#4  zen_update_orders_history() called at [/home2/dazzler3/public_html/dazzlers/orders.php:254]
#5  require(/home2/dazzler3/public_html/dazzlers/orders.php) called at [/home2/dazzler3/public_html/dazzlers/index.php:11]
--> PHP Warning: Use of undefined constant ENABLE_SSL - assumed 'ENABLE_SSL' (this will throw an Error in a future version of PHP) in /home2/dazzler3/public_html/dazzlers/includes/classes/observers/class.CeonURIMappingLinkBuildAdmin.php on line 46.
26 Jan 2021, 12:18 PM
#158
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ceon URI Mapping V5.0

Ok, so first, allow me to apologize because as it stands, there is no historical information in this thread related to something I specifically identified some time in the last week or so. The current version of this software (at my last check/install) is 5.1.0.

I recall posting about its existence and a response from you about possibly going to it if there were any issues, but you had identified successfully installing 5.0.0 and hadn't identified any issues with it and would consider using the newest version when/if a problem was identified.

But, it appears that a moderator has modified the contents of this forum and that history included discussion of version 5.1.0. So, my previous response was based on the consideration that it would be/was "easy" to see that a newer version existed.

So, while it is unfortunate that history/info was removed, on a personal side and in my limited bubble, I'm perturbed, I also understand that the absence of that written word could contribute to the situation.

So, again, my recommendation because it appears that version 5.0.0 was released sometime between the release of ZC 1.5.6b and 1.5.6c back in May 2019 (based on the first post of this forum thread) that the latest copy be obtained and installed.

I would expect the forum download area to contain that latest version but I've also seen in use of the plugin that it identifies the existence of a newer version when one is available. While I don't know for sure, I would think that those issues may be addressed in the latest copy or at least issues that had been identified would be addressed.

26 Jan 2021, 12:38 PM
#159
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

mc12345678:

Ok, so first, allow me to apologize because as it stands, there is no historical information in this thread related to something I specifically identified some time in the last week or so. The current version of this software (at my last check/install) is 5.1.0.

I recall posting about its existence and a response from you about possibly going to it if there were any issues, but you had identified successfully installing 5.0.0 and hadn't identified any issues with it and would consider using the newest version when/if a problem was identified.

But, it appears that a moderator has modified the contents of this forum and that history included discussion of version 5.1.0. So, my previous response was based on the consideration that it would be/was "easy" to see that a newer version existed.

So, while it is unfortunate that history/info was removed, on a personal side and in my limited bubble, I'm perturbed, I also understand that the absence of that written word could contribute to the situation.

So, again, my recommendation because it appears that version 5.0.0 was released sometime between the release of ZC 1.5.6b and 1.5.6c back in May 2019 (based on the first post of this forum thread) that the latest copy be obtained and installed.

I would expect the forum download area to contain that latest version but I've also seen in use of the plugin that it identifies the existence of a newer version when one is available. While I don't know for sure, I would think that those issues may be addressed in the latest copy or at least issues that had been identified would be addressed.

Hello mc12345678 - so I did search the other day when you mentioned that you thought a 5.1.0 version was available however I didn't find it - I have searched again subsequent to your response above and to no avail - searched within ZC Plugins using various keywords and also did a Google search. If you manage to stumble upon it again then a link to it in here would be appreciated.

I was happy with the install of v5.0.0 when I first installed it but at that time I hadn't tried to add new products to the site - so far it is the only aspect I've encountered that is problematic.

I will in the morning try to contact CEON for some advice regarding an updated version albeit I'm not seeing any advice either within the plugin as you noted.

cheers,
Mike

26 Jan 2021, 12:54 PM
#160
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

Decided to contact CEON tonight - FYI this is a copy of the email I sent them viia their website.

Hello, I hope this finds you well and safe in these trying times. My inquiry is to do with CEON URI Mapping version 5.0.0 which I have recently installed on ZC Version 1.5.7b (latest). 
It is working well but with one issue related to adding a new product whereby even with the auto generate uri mapping ticked and then proceeding to 'preview' there is no CEON URI generated. 
At the bottom of the product page review the box which would contain the URI has 'uri mapping not generated' in it. 
I am by default having to create my own URI in the CEON format on the initial page for creating a new product by typing it in manually - very time consuming when one has hundreds of products to add not to mention fraught with danger of making a typo.
Someone in the forum indicated they thought a version 5.1.0 was available but I cannot find it anywhere.

In conclusion I, and other users of CEON URI Mapping who have transitioned to the latest Zen Cart version would appreciate any assistance you can provide to resolve this issue.

kind regards,
Mike O'Shannessy