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

Ceon URI Mapping V5.0

Views: 88,603

Results 221 to 240 of 392
17 Nov 2021, 5:16 PM
#221
toyseller avatar

toyseller

Zen Follower

Join Date:
Jun 2008
Location:
UK
Posts:
209
Plugin Contributions:
0

Ceon URI Mapping V5.0

admin/includes/ceon_uri_mapping_javascript.php was probably wrong, but I think I may have gone back and recopied in the v5.1.0 file, before you asked this question.
Now, when I remove the requested lines from admin/includes/javascript_loader.php Im still retaining the ability to change the file name in the admin product page.
I noticed that the error log message hadnt been produced for a couple of hours.

I might just be ok now, with no errors of any kind.

17 Nov 2021, 5:23 PM
#222
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Ceon URI Mapping V5.0

toyseller:

I have this piece of coding ...

Attachment 19815
Based on that, then the debug message posed earlier was related to when the code in the version of the file shown in the image was from 5.0.0. Line 24 in the file shown in the image is an empty line.

So, it appears that at this time, the issue remains that the URI box does not appear at the bottom of the edit product page. The statement had been made that code was removed in "fixing" the installation. Was the code, referenced within the upgrade section, added? There are/were two files that were identified as needing to be added for a Zen Cart 1.5.7 system:

Installing to Zen Cart 1.5.7

     Copy all of the folders and files from the files/zen_cart_version_specific/v1.5.7/admin folder into the store's "admin" directory, whatever it is called.
     The files are already in the correct directory structure, so a single drag-and-drop of the folders/files in the files/admin folder into the "admin" directory for the store will put the files in the correct locations.
     Please do not copy the files individually - there's simply no need - doing so often results in files being missed out!
    
        - admin/includes/classes/observers/class.CeonURIMappingJavaScriptLoader.php
        - admin/includes/auto_loaders/config.ceon_uri_mapping_admin_javascript_loader.php
14 Jan 2022, 9:40 PM
#223
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

We are getting a "Deprecated Constructor" error using CEOn URI Mapping 5.1.0 with ZC 1.5.7b

winecountrycannabistours.com

Do you have a fix?

14 Jan 2022, 9:46 PM
#224
strelitzia avatar

strelitzia

Totally Zenned

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

Re: Ceon URI Mapping V5.0

masterrusty:

We are getting a "Deprecated Constructor" error using CEOn URI Mapping 5.1.0 with ZC 1.5.7b

winecountrycannabistours.com

Do you have a fix?

Might be helpful to post the full error log. I recall fixing such an error, but don’t remember which file it was.

14 Jan 2022, 10:12 PM
#225
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

Thank you strelitzia.

It appears the problem may have been an old or corrupted file.

18 Jan 2022, 2:23 PM
#226
diptimoy avatar

diptimoy

Zen Follower

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

Re: Ceon URI Mapping V5.0

I need help , I tried to integrate this in php 7.4 and zencart 157c , but its not working , saying " too many redirects" . How can I fix that ?

18 Jan 2022, 2:49 PM
#227
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

diptimoy:

I need help , I tried to integrate this in php 7.4 and zencart 157c , but its not working , saying " too many redirects" . How can I fix that ?

Searching this thread for "too many redirects" - the solution is in post #45

18 Jan 2022, 2:58 PM
#228
diptimoy avatar

diptimoy

Zen Follower

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

Re: Ceon URI Mapping V5.0

simon1066:

Searching this thread for "too many redirects" - the solution is in post #45

Thanks a lot , It worked.

18 Jan 2022, 2:59 PM
#229
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

... noting that @simon1066 'beat me to it'.

4 Feb 2022, 2:37 PM
#230
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

The processing needs update to handle the zc157 "Ask a Question" page's product-id variable; that page uses pid instead of the more standard products_id. Seeing logs similar to:

[03-Feb-2022 11:23:06 America/Los_Angeles] Request URI: /subsite/index.php?main_page=ask_a_question&pid=242, IP address: 127.0.0.1
#1  CeonURIMappingHandler->_handleZCDynamicURI() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandlerBase.php:472]
#2  CeonURIMappingHandlerBase->_handleURI() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandlerBase.php:149]
#3  CeonURIMappingHandlerBase->__construct() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandler.php:52]
#4  CeonURIMappingHandler->__construct() called at [/home/mysite/public_html/subsite/includes/autoload_func.php:44]
#5  require(/home/mysite/public_html/subsite/includes/autoload_func.php) called at [/home/mysite/public_html/subsite/includes/application_top.php:222]
#6  require(/home/mysite/public_html/subsite/includes/application_top.php) called at [/home/mysite/public_html/subsite/index.php:25]
--> PHP Notice: Undefined index: products_id in /home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandler.php on line 459.
4 Feb 2022, 6:48 PM
#231
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Ceon URI Mapping V5.0

lat9:

The processing needs update to handle the zc157 "Ask a Question" page's product-id variable; that page uses pid instead of the more standard products_id. Seeing logs similar to:

[03-Feb-2022 11:23:06 America/Los_Angeles] Request URI: /subsite/index.php?main_page=ask_a_question&pid=242, IP address: 127.0.0.1
#1 CeonURIMappingHandler->_handleZCDynamicURI() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandlerBase.php:472]
#2 CeonURIMappingHandlerBase->_handleURI() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandlerBase.php:149]
#3 CeonURIMappingHandlerBase->__construct() called at [/home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandler.php:52]
#4 CeonURIMappingHandler->__construct() called at [/home/mysite/public_html/subsite/includes/autoload_func.php:44]
#5 require(/home/mysite/public_html/subsite/includes/autoload_func.php) called at [/home/mysite/public_html/subsite/includes/application_top.php:222]
#6 require(/home/mysite/public_html/subsite/includes/application_top.php) called at [/home/mysite/public_html/subsite/index.php:25]
--> PHP Notice: Undefined index: products_id in /home/mysite/public_html/subsite/includes/classes/class.CeonURIMappingHandler.php on line 459.


Suggest updating the fileset installed as I just downloaded the recent copy from Ceon and looking at line 459 of includes/classes/class.CeonURIMappingHandler.php it shows:
				in_array($_GET['main_page'], $ceon_uri_mapping_product_related_pages)) {
This line doesn't reflect information related to the above message. Even if it were still one line off (seeing as the line number identified in my email was different than what is posted above), that line reads: 
			$associated_db_id = !empty($_GET['products_id']) ? $_GET['products_id'] : (!empty($_GET['pid']) ? $_GET['pid'] : 0);
Which also wouldn't cause the reported issue.
5 Feb 2022, 12:38 PM
#232
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

mc12345678:

Suggest updating the fileset installed as I just downloaded the recent copy from Ceon and looking at line 459 of includes/classes/class.CeonURIMappingHandler.php it shows:

                in_array($_GET['main_page'], $ceon_uri_mapping_product_related_pages)) {
> This line doesn't reflect information related to the above message. Even if it were still one line off (seeing as the line number identified in my email was different than what is posted above), that line reads: 
> ```
                $associated_db_id = !empty($_GET['products_id']) ? $_GET['products_id'] : (!empty($_GET['pid']) ? $_GET['pid'] : 0);

Which also wouldn't cause the reported issue.
I was going off the version that's currently available for download in the Zen Cart plugins; the suggested change does the trick.

Is there any chance of getting that most recent version uploaded to the Zen Cart site? I'd prefer not to have to create an account just to download a free plugin.

6 Feb 2022, 4:28 PM
#233
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

Is there any chance of getting that most recent version uploaded to the Zen Cart site? I'd prefer not to have to create an account just to download a free plugin.

Done. I had to remove all the 1.3 files from the zip though; otherwise it would be too large to submit to the plugins.

7 Feb 2022, 7:22 PM
#234
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

swguy:

Is there any chance of getting that most recent version uploaded to the Zen Cart site? I'd prefer not to have to create an account just to download a free plugin.

Done. I had to remove all the 1.3 files from the zip though; otherwise it would be too large to submit to the plugins.
Thanks a bunch, @swguy!

12 Feb 2022, 5:40 AM
#235
shags38 avatar

shags38

Totally Zenned

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

Re: Ceon URI Mapping V5.0

I realize this is the V5 thread but I didn't expect to get a response from the old thread - I'm struggling to find the fix that I recall being in the V4 thread (got through 63 pages before getting a splitting headache) ....
using version 4 (likely version 4.5.5) and getting an 'undefined constant' warning (searching the v4 thread with that term related to a PHP version issue - 7.2) - I am using PHP7.1 ... myDEBUG follows;

[12-Feb-2022 14:40:20 Australia/Sydney] Request URI: /ADMIN/index.php, IP address: 220.253.66.181
#1  require_once(/home2/dazzler3/treeoflifejewellery.com.au/includes/extra_datafiles/ceon_uri_mapping_product_pages.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/extra_datafiles/ceon_uri_mapping_product_pages.php:16]
#2  require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/extra_datafiles/ceon_uri_mapping_product_pages.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/init_includes/init_file_db_names.php:46]
#3  require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/init_includes/init_file_db_names.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/includes/autoload_func.php:48]
#4  require(/home2/dazzler3/treeoflifejewellery.com.au/includes/autoload_func.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/application_top.php:171]
#5  require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/application_top.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/index.php:10] 

PHP Warning:  Use of undefined constant FILENAME_PRODUCT_MUSIC_INFO - assumed 'FILENAME_PRODUCT_MUSIC_INFO' (this will throw an Error in a future version of PHP) in /home2/dazzler3/treeoflifejewellery.com.au/includes/extra_datafiles/ceon_uri_mapping_product_pages.php on line 26

is CEON version 5.0 backward compatible to v155f? ..... if so then I'll upgrade the version to the latest ... if not a link to the fixs would be appreciated.

cheers,
Mike

12 Feb 2022, 12:31 PM
#236
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Ceon URI Mapping V5.0

Mike, I don't know if /includes/extra_datafiles/ceon_uri_mapping_filenames.php is part of that older distribution, but here's its contents for v5.0

<?php
/**
 * Ceon URI Mapping Product Type Info Page File Name Definitions.
 *
 * @package     ceon_uri_mapping
 * @author      Conor Kerr <[email protected]>
 * @copyright   Copyright 2008-2019 Ceon
 * @copyright   Copyright 2003-2019 Zen Cart Development Team
 * @copyright   Portions Copyright 2003 osCommerce
 * @link        http://ceon.net/software/business/zen-cart/uri-mapping
 * @license     http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version     $Id: ceon_uri_mapping_filenames.php 1027 2012-07-17 20:31:10Z conor $
 */

/**
 * Product type info pages which are missing their defines.
 */
if (!defined('FILENAME_DOCUMENT_GENERAL_INFO')) {
  define('FILENAME_DOCUMENT_GENERAL_INFO', 'document_general_info');
}
if (!defined('FILENAME_DOCUMENT_PRODUCT_INFO')) {
  define('FILENAME_DOCUMENT_PRODUCT_INFO', 'document_product_info');
}
if (!defined('FILENAME_EZPAGES_POPUP')) {
  define('FILENAME_EZPAGES_POPUP', 'ezpages_popup');
}
if (!defined('FILENAME_PRODUCT_BOOK_INFO')) {
  define('FILENAME_PRODUCT_BOOK_INFO', 'product_book_info');
}
if (!defined('FILENAME_PRODUCT_FREE_SHIPPING_INFO')) {
  define('FILENAME_PRODUCT_FREE_SHIPPING_INFO', 'product_free_shipping_info');
}
if (!defined('FILENAME_PRODUCT_MUSIC_INFO')) {
  define('FILENAME_PRODUCT_MUSIC_INFO', 'product_music_info');
}
12 Feb 2022, 2:07 PM
#237
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Ceon URI Mapping V5.0

shags38:

I realize this is the V5 thread but I didn't expect to get a response from the old thread - I'm struggling to find the fix that I recall being in the V4 thread (got through 63 pages before getting a splitting headache) ....
using version 4 (likely version 4.5.5) and getting an 'undefined constant' warning (searching the v4 thread with that term related to a PHP version issue - 7.2) - I am using PHP7.1 ... myDEBUG follows;

[12-Feb-2022 14:40:20 Australia/Sydney] Request URI: /ADMIN/index.php, IP address: 220.253.66.181
#1 require_once(/home2/dazzler3/treeoflifejewellery.com.au/includes/extra_datafiles/ceon_uri_mapping_product_pages.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/extra_datafiles/ceon_uri_mapping_product_pages.php:16]
#2 require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/extra_datafiles/ceon_uri_mapping_product_pages.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/init_includes/init_file_db_names.php:46]
#3 require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/init_includes/init_file_db_names.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/includes/autoload_func.php:48]
#4 require(/home2/dazzler3/treeoflifejewellery.com.au/includes/autoload_func.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/application_top.php:171]
#5 require(/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/includes/application_top.php) called at [/home2/dazzler3/treeoflifejewellery.com.au/ADMIN/index.php:10]

PHP Warning: Use of undefined constant FILENAME_PRODUCT_MUSIC_INFO - assumed 'FILENAME_PRODUCT_MUSIC_INFO' (this will throw an Error in a future version of PHP) in /home2/dazzler3/treeoflifejewellery.com.au/includes/extra_datafiles/ceon_uri_mapping_product_pages.php on line 26

> 
> is CEON version 5.0 backward compatible to v155f? ..... if so then I'll upgrade the version to the latest ... if not a link to the fixs would be appreciated.
> 
> cheers,
> Mike

Yes it is. Some of what swguy said may have also been understood to mean so, but always good to try to check.
16 Feb 2022, 12:45 AM
#238
cstdenis2 avatar

cstdenis2

New Zenner

Join Date:
Feb 2018
Posts:
21
Plugin Contributions:
0

Re: Ceon URI Mapping V5.0

There seem to be quite a few php 8 bugs.

This one: https://www.zen-cart.com/showthread.php?225478-Ceon-URI-Mapping-V5-0&p=1377544#post1377544
And this one: https://www.zen-cart.com/showthread.php?225478-Ceon-URI-Mapping-V5-0&p=1377543#post1377543

Also

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  products_viewed_counter->should_be_excluded() called at [/usr/home/sites/zen15/www/includes/classes/observers/class.products_viewed_counter.php:17]
#2  products_viewed_counter->__construct() called at [/usr/home/sites/zen15/www/includes/autoload_func.php:44]
#3  require(/usr/home/sites/zen15/www/includes/autoload_func.php) called at [/usr/home/sites/zen15/www/includes/application_top.php:222]
#4  require(/usr/home/sites/zen15/www/includes/application_top.php) called at [/usr/home/sites/zen15/www/index.php:25]
--> PHP Warning: Undefined array key "spider_flag" in /usr/home/sites/zen15/www/includes/classes/observers/class.products_viewed_counter.php on line 37.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:9]
#2  require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3  require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4  require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_MAIN already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 9.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:13]
#2  require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3  require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4  require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_GREETING_GUEST already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 13.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:18]
#2  require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3  require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4  require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_GREETING_PERSONAL already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 18.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:20]
#2  require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3  require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4  require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_INFORMATION already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 20.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address: 
#1  define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:49]
#2  require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3  require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4  require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant HEADING_TITLE already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 49.
17 Feb 2022, 2:01 PM
#239
mc12345678 avatar

mc12345678

Totally Zenned

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

Re: Ceon URI Mapping V5.0

cstdenis2:

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 products_viewed_counter->should_be_excluded() called at [/usr/home/sites/zen15/www/includes/classes/observers/class.products_viewed_counter.php:17]
#2 products_viewed_counter->__construct() called at [/usr/home/sites/zen15/www/includes/autoload_func.php:44]
#3 require(/usr/home/sites/zen15/www/includes/autoload_func.php) called at [/usr/home/sites/zen15/www/includes/application_top.php:222]
#4 require(/usr/home/sites/zen15/www/includes/application_top.php) called at [/usr/home/sites/zen15/www/index.php:25]
--> PHP Warning: Undefined array key "spider_flag" in /usr/home/sites/zen15/www/includes/classes/observers/class.products_viewed_counter.php on line 37.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:9]
#2 require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3 require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4 require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_MAIN already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 9.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:13]
#2 require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3 require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4 require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_GREETING_GUEST already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 13.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:18]
#2 require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3 require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4 require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_GREETING_PERSONAL already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 18.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:20]
#2 require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3 require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4 require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant TEXT_INFORMATION already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 20.

[15-Feb-2022 16:40:05 America/Vancouver] Request URI: /, IP address:
#1 define() called at [/usr/home/sites/zen15/www/includes/languages/english/index.php:49]
#2 require_once(/usr/home/sites/zen15/www/includes/languages/english/index.php) called at [/usr/home/sites/zen15/www/includes/modules/require_languages.php:29]
#3 require(/usr/home/sites/zen15/www/includes/modules/require_languages.php) called at [/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php:123]
#4 require(/usr/home/sites/zen15/www/includes/modules/pages/index/header_php.php) called at [/usr/home/sites/zen15/www/index.php:35]
--> PHP Warning: Constant HEADING_TITLE already defined in /usr/home/sites/zen15/www/includes/languages/english/index.php on line 49.


These are unrelated to this module and are otherwise (likely)  addressed at least in Github on the [Zen Cart v157 branch](https://github.com/zencart/zencart/tree/v157).
18 Feb 2022, 4:34 AM
#240
shags38 avatar

shags38

Totally Zenned

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

Re: Ceon URI Mapping V5.0

many thanks for the response Cindy :smile: