Page 1 of 1

problem with upgrade form 1.0.9.1 > 1.0.9.2

Posted: Tue Jan 28, 2025 7:13 pm
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

Re: problem with upgrade from 1.0.9.1 > 1.0.9.2

Posted: Tue Jan 28, 2025 10:24 pm
by ecartz
It looks like you need to update Name Based URLs to a version compatible with 1.0.9.2.

Re: problem with upgrade form 1.0.9.1 > 1.0.9.2

Posted: Wed Jan 29, 2025 12:01 pm
by bitit
ok thank you, i'll look about

Enrico

Re: problem with upgrade form 1.0.9.1 > 1.0.9.2

Posted: Wed Jan 29, 2025 12:20 pm
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