Категории

[FAQ] Часто задаваемые вопросы и ответы

Проблемы и решения

Ошибки и исправления

Общие вопросы

Расширения

Установка и обновление

Модули

Шаблоны

Локализация интерфейса

Коммерческие предложения

Учимся бизнесу

Бизнес книги

Поисковая оптимизация (SEO)

Магазины на ShopOS

Хостинг для ShopOS

Предложения и пожелания

Курилка

Проблема со входом

Не могу войти в админку на сайте, "Интернет-магазин закрыт на техническое обслуживание, заходите позже!"
Делаю, как написано в рекомендации - создал файл mysql_db_error.log, написал почтовый адрес в файле /langs/ru/db_error.php. Но ничего не происходит - в файле ничего не пишется и письмо не приходит.
Что делать, подскажите, плз.


mysql_db_error.log создать в папке admin

и поставить права 777


Он там есть. Вот что в нём:
"06/11/2009 06:11:53 | 1146 - Table 'b44883_2.os_admin_access' doesn't exist | select index2 from os_admin_access where customers_id = '1' | /admin/index2.php "
Т.е.типа базы не существует?, хотя она есть. Что тут нужно сделать?


база существует

таблицы os_admin_access не существует


А как нужно её создать?


Вопрос снят. Через phpadmin закачал дамп своей базы и таблица появилась. Хотя непонятно, почему при установке она не создалась, хотя создавал базу пустую - ведь должна была бы быть?
Ну да ладно, спасибо, что все получилось.


вот из инсталлера

$db->Execute("INSERT INTO ".$DB_PREFIX."admin_access VALUES ('1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);");
$db->Execute("INSERT INTO ".$DB_PREFIX."admin_access VALUES ('groups', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 2, 4, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,1, 1, 1, 1, 1, 1, 1);");


должно было сработать :)


Такая же хрень. Не создалась таблица. os_admin_access
Как сделать в phpMyAdmin ?


в phpmyadmin

слево в выпадающем меню выбрать базу.

выбрать сверху вкладку sql

вставить запрос

CREATE TABLE IF NOT EXISTS `os_admin_access` (
 `customers_id` varchar(255) NOT NULL default '0',
 `configuration` int(1) NOT NULL default '0',
 `modules` int(1) NOT NULL default '0',
 `countries` int(1) NOT NULL default '0',
 `currencies` int(1) NOT NULL default '0',
 `zones` int(1) NOT NULL default '0',
 `geo_zones` int(1) NOT NULL default '0',
 `tax_classes` int(1) NOT NULL default '0',
 `tax_rates` int(1) NOT NULL default '0',
 `accounting` int(1) NOT NULL default '0',
 `backup` int(1) NOT NULL default '0',
 `cache` int(1) NOT NULL default '0',
 `server_info` int(1) NOT NULL default '0',
 `whos_online` int(1) NOT NULL default '0',
 `languages` int(1) NOT NULL default '0',
 `define_language` int(1) NOT NULL default '0',
 `orders_status` int(1) NOT NULL default '0',
 `shipping_status` int(1) NOT NULL default '0',
 `customers` int(1) NOT NULL default '0',
 `create_account` int(1) NOT NULL default '0',
 `customers_status` int(1) NOT NULL default '0',
 `orders` int(1) NOT NULL default '0',
 `campaigns` int(1) NOT NULL default '0',
 `print_packingslip` int(1) NOT NULL default '0',
 `print_order` int(1) NOT NULL default '0',
 `popup_memo` int(1) NOT NULL default '0',
 `coupon_admin` int(1) NOT NULL default '0',
 `listcategories` int(1) NOT NULL default '0',
 `gv_queue` int(1) NOT NULL default '0',
 `gv_mail` int(1) NOT NULL default '0',
 `gv_sent` int(1) NOT NULL default '0',
 `validproducts` int(1) NOT NULL default '0',
 `validcategories` int(1) NOT NULL default '0',
 `mail` int(1) NOT NULL default '0',
 `categories` int(1) NOT NULL default '0',
 `new_attributes` int(1) NOT NULL default '0',
 `products_attributes` int(1) NOT NULL default '0',
 `manufacturers` int(1) NOT NULL default '0',
 `reviews` int(1) NOT NULL default '0',
 `specials` int(1) NOT NULL default '0',
 `stats_products_expected` int(1) NOT NULL default '0',
 `stats_products_viewed` int(1) NOT NULL default '0',
 `stats_products_purchased` int(1) NOT NULL default '0',
 `stats_customers` int(1) NOT NULL default '0',
 `stats_sales_report` int(1) NOT NULL default '0',
 `stats_campaigns` int(1) NOT NULL default '0',
 `banner_manager` int(1) NOT NULL default '0',
 `banner_statistics` int(1) NOT NULL default '0',
 `module_newsletter` int(1) NOT NULL default '0',
 `index2` int(1) NOT NULL default '0',
 `content_manager` int(1) NOT NULL default '0',
 `content_preview` int(1) NOT NULL default '0',
 `credits` int(1) NOT NULL default '0',
 `blacklist` int(1) NOT NULL default '0',
 `orders_edit` int(1) NOT NULL default '0',
 `popup_image` int(1) NOT NULL default '0',
 `csv_backend` int(1) NOT NULL default '0',
 `products_vpe` int(1) NOT NULL default '0',
 `cross_sell_groups` int(1) NOT NULL default '0',
 `fck_wrapper` int(1) NOT NULL default '0',
 `easypopulate` int(1) NOT NULL default '0',
 `quick_updates` int(1) NOT NULL default '0',
 `latest_news` int(1) NOT NULL default '0',
 `recover_cart_sales` int(1) NOT NULL default '0',
 `featured` int(1) NOT NULL default '0',
 `authors` int(1) NOT NULL default '0',
 `articles` int(1) NOT NULL default '0',
 `articles_config` int(1) NOT NULL default '0',
 `stats_sales_report2` int(1) NOT NULL default '0',
 `chart_data` int(1) NOT NULL default '0',
 `articles_xsell` int(1) NOT NULL default '0',
 `email_manager` int(1) NOT NULL default '0',
 `category_specials` int(1) NOT NULL default '0',
 `products_options` int(1) NOT NULL default '0',
 `product_extra_fields` int(1) NOT NULL default '0',
 `ship2pay` int(1) NOT NULL default '0',
 `faq` int(1) NOT NULL default '0',
 `affiliate_affiliates` int(1) NOT NULL default '0',
 `affiliate_banners` int(1) NOT NULL default '0',
 `affiliate_clicks` int(1) NOT NULL default '0',
 `affiliate_contact` int(1) NOT NULL default '0',
 `affiliate_invoice` int(1) NOT NULL default '0',
 `affiliate_payment` int(1) NOT NULL default '0',
 `affiliate_popup_image` int(1) NOT NULL default '0',
 `affiliate_sales` int(1) NOT NULL default '0',
 `affiliate_statistics` int(1) NOT NULL default '0',
 `affiliate_summary` int(1) NOT NULL default '0',
 `customer_extra_fields` int(1) NOT NULL default '0',
 `themes` int(1) NOT NULL,
 `themes_edit` int(1) NOT NULL,
 `general_index` int(1) NOT NULL,
 `plugins` int(1) NOT NULL,
 `stats_stock_warning` int(1) NOT NULL,
 `products_expected` int(1) NOT NULL,
 PRIMARY KEY  (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


INSERT INTO `os_admin_access` VALUES ('1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
INSERT INTO `os_admin_access` VALUES ('groups', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 2, 4, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 5, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);


и выполнить


Источник



Copyright ShopOS