Категории |
Глюки при ред. метатегов - title, description, keywords, company ...Глюки при ред. метатегов - title, description, keywords, company ... 09/02/2010 16:02:09 | 2006 - MySQL server has gone away | select count(p.products_id) as total from os_products_to_categories as ptc, os_products as p where ptc.categories_id = '57' and ptc.products_id=p.products_id and p.products_status='1' | /index.php?currency=USD&cat=57&on_page=50&sort=price&direction=desc 11/02/2010 15:02:18 | 2006 - MySQL server has gone away | select cm.content_heading, cm.content_meta_title, cm.content_meta_description, cm.content_meta_keywords from os_content_manager cm where cm.content_group = '5' and cm.languages_id = '1' | /index.php?manu=m147_AEZ.html&manufacturers_id=147&page=2 11/02/2010 15:02:02 | 2006 - MySQL server has gone away | select count(p.products_id) as total from os_products_to_categories as ptc, os_products as p where ptc.categories_id = '32' and ptc.products_id=p.products_id and p.products_status='1' | /index.php?cat=32 11/02/2010 23:02:27 | 2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) | connect | /index.php?currency=USD&cat=134 12/02/2010 06:02:28 | 2006 - MySQL server has gone away | select count(p.products_id) as total from os_products_to_categories as ptc, os_products as p where ptc.categories_id = '123' and ptc.products_id=p.products_id and p.products_status='1' | /index.php?currency=EUR&cat=123&filter_id=51&on_page=10&sort=price&direction=desc 14/02/2010 18:02:59 | 1146 - Table 'foton761_market.os_configuration' doesn't exist | select configuration_key as cfgKey, configuration_value as cfgValue from os_configuration | / при проверке таблиц в phpmyadmin Проблемы с индексами таблицы `os_coupon_gv_customer` Индексы PRIMARY и customer_id равнозначны и один из них может быть удалён. Проблемы с индексами таблицы `os_specials` Индексы idx_products_id и PRODUCTS_ID_INDEX равнозначны и один из них может быть удалён. такое случилось как мне кажется после обновления с 2.4.4 на версию 2.4.5 http://www.drupal.ru/node/3666 Сталкивался с подобной проблемой на шареном хостинге - возникала она (Warning: MySQL server has gone away) банально по причине закрытия соединения мускулом - там в настройках выставляются таймауты на длительность сессии. все там с запросами в порядке. просто mysql сервер на ходу разрывает соединение. у хостера нужно попросить чтобы увеличили timeout соединения к БД. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html |
|