В конфигурации файла поправила
* Database connection options[/FONT][/INDENT][/FONT][/SIZE]
*/
$config['db_host'] = 'localhost';
$config['db_name'] = 'eurosales';
$config['db_user'] = 'eurosales';
$config['db_password'] = '606406';
$config['db_type'] = 'mysqli';
/*
* Script location options
*
* Example:
* Your url is Для просмотра ссылки Войдиили Зарегистрируйся
* $config['http_host'] = 'Для просмотра ссылки Войдиили Зарегистрируйся
* $config['http_path'] = '/store/cart';
*
* Your secure url is Для просмотра ссылки Войдиили Зарегистрируйся
* $config['https_host'] = 'secure.yourcompany.com';
* $config['https_path'] = '/secure_dir/cart';
*
*/
// Host and directory where software is installed on no-secure server
$config['http_host'] = 'eurosales';
$config['http_path'] = '';
// Host and directory where software is installed on secure server
$config['https_host'] = 'eurosales';
$config['https_path'] = '';
Перезапустила денвер выдает Error_occurred. Что еще упустила?
Попробуйте так.// Host and directory where software is installed on no-secure server
$config['http_host'] = 'localhost';
$config['http_path'] = '/eurosales';
// Host and directory where software is installed on secure server
$config['https_host'] = 'localhost';
$config['https_path'] = '/eurosales';