2
Try this in the apllication_top.php ( folder /shop/incudes/ delete
// check if register_globals is enabled.
// since this is a temporary measure
this message is hardcoded.
The requirement will be removed before 2.2 is finalized.
if (function_exists('ini_get')) {
ini_get('register_globals') or
exit('FATAL ERROR: register_globals
is disabled in php.ini, please enable it!');
}