Page 1 of 1

How to active google map after deleting ymaps DB records

PostPosted: 05 Jul 2015, 02:09
by mhmdup
Dear

Please , before deleting ymaps DB records from ore_configuration table , the googe map was active as the website map
after this deleting the google map ignore and the website map turn to be yandex map , Although in the Settings---->Google maps is active
How to active google map again to be the website default map

Regards

Re: How to active google map after deleting ymaps DB records

PostPosted: 06 Jul 2015, 10:41
by Foton
Why did you remove these data from the Databse? Now you are to perform the following query
Code: Select all
INSERT INTO `ore_configuration` (`id`, `type`, `section`, `name`, `value`, `allowEmpty`, `date_updated`) VALUES
(NULL,   'bool',   'ymap',   'useYandexMap',   '0',   0,   '0000-00-00 00:00:00');
, to restore the data.