cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 58 forks source link

Undefined Keys #3562

Closed bhsmither closed 5 months ago

bhsmither commented 5 months ago

More minor stuff...

In settings.index.inc.php, lines 44-49, an array is being defined using elements from $config_old.

With a fresh install, nothing about oid exists. PHP complains about undefined array keys.

Suggest appending ?? '' to each of these elements.

Suggest the same at line 199 concerning 'enc_key'.

abrookbanks commented 5 months ago

Thanks.