Cannot Reproduce
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Harry KleinHarry KleinPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Harry Klein
Harry KleinPriority
Sentry
Sentry
Sentry
Created February 25, 2025 at 1:37 PM
Updated February 25, 2025 at 6:32 PM
Resolved February 25, 2025 at 4:43 PM
Trying to import config settings into a bleeding edge Lucee server
Result:
❯ cfconfig import D:\Temp\serverconfig.json
ERROR (6.1.0+00813)
The function [keyExists] does not exist in the String.
\modules\commandbox-cfconfig\modules\cfconfig-services\models\providers\Lucee6Server.cfc: line 282
280: for( var datasourceName in configData.datasources ) {
281: var datasource = configData.datasources[ datasourceName ];
282: if( datasource.keyExists( 'password' ) ) {
283: datasource[ 'password' ] = 'encrypted:' & passwordManager.encryptDataSource( datasource.password );
284: }
called from \modules\commandbox-cfconfig\modules\cfconfig-services\models\CFConfigService.cfc: line 301
called from \modules\commandbox-cfconfig\commands\cfconfig\import.cfc: line 147
called from \system\services\CommandService.cfc: line 443
called from \system\services\CommandService.cfc: line 225
called from \system\Shell.cfc: line 865
called from \system\Shell.cfc: line 680
called from \system\Bootstrap.cfm: line 165
To enable full stack trace, run config set verboseErrors=true