problem with upgrade form 1.0.9.1 > 1.0.9.2

Open to all! Ask other shopowners for help.
Post Reply
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

problem with upgrade form 1.0.9.1 > 1.0.9.2

Post by bitit »

ho everyone , i have try to upgrade phoenix form 1.0.9.1 to 1.0.9.2 and i have the following error:
"
Fatal error: Uncaught Error: Undefined constant cfgm_name_based_urls::GET_HELP_LINK in /mysite.it/admin/includes/classes/cfg_modules.php:32 Stack trace: #0 /mysite.it/includes/system/versioned/1.0.9.1/guarantor.php(17): cfg_modules->__construct() #1 /maysite.it/admin/includes/boxes/modules.php(21): Guarantor::ensure_global() #2 /mysite.it/includes/hooks/admin/siteWide/hMenu.php(44): include_once('...') #3 /mysite.it/includes/system/versioned/1.0.8.1/hooks.php(150): hook_admin_siteWide_hMenu->listen_injectBodyStart() #4 /mysite.it/admin/includes/template_top.php(27): hooks->cat() #5 /mysite.it/admin/index.php(24): require('...') #6 {main} thrown in /mysite.it/admin/includes/classes/cfg_modules.php on line 32"

someone a had the same problem?

Enrico

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: problem with upgrade from 1.0.9.1 > 1.0.9.2

Post by ecartz »

It looks like you need to update Name Based URLs to a version compatible with 1.0.9.2.
bitit
Member
Posts: 84
Joined: Thu Jun 24, 2021 4:00 pm
Phoenix Version:
Has thanked: 1 time
Been thanked: 3 times

Re: problem with upgrade form 1.0.9.1 > 1.0.9.2

Post by bitit »

ok thank you, i'll look about

Enrico
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: problem with upgrade form 1.0.9.1 > 1.0.9.2

Post by burt »

You need to add a constant in the CFG module. EG here is the one in the action_recorder CFG module;

https://github.com/CE-PhoenixCart/Phoen ... hp#L22-L23
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply