IVAN.Z 2 Posted July 31, 2020 Report Share Posted July 31, 2020 MYSQL ERROR REPORT - 31/07/2020 11:07:17 --------------------------------------- 1054 - Unknown column 'm.manufacturers_status' in 'where clause' select distinct m.manufacturers_id as id, m.manufacturers_name as name from products p, products_to_categories p2c, manufacturers m where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_status = '1' and p.products_id = p2c.products_id and p2c.categories_id = '161' group by p.manufacturers_id order by m.sort_order, m.manufacturers_name asc --------------------------------------- Server Name : velomoto63.ru Remote Address: 31.173.162.245 Referer : https://velomoto63.ru/ Requested : /jelektrosamokaty.html Trace Back : #0 vam_db_error() called at [/home/v/velomotoru/public_html/inc/vam_db_query.inc.php:34] #1 vam_db_query() called at [/home/v/velomotoru/public_html/includes/application_top.php:208] #2 vamDBquery() called at [/home/v/velomotoru/public_html/includes/modules/default.php:483] #3 include(/home/v/velomotoru/public_html/includes/modules/default.php) called at [/home/v/velomotoru/public_html/index.php:62] #4 include(/home/v/velomotoru/public_html/index.php) called at [/home/v/velomotoru/public_html/manager.php:90] ========================================================================== После обновления последним патчем, как можно решить проблему? Link to post Share on other sites
geval 3 Posted July 31, 2020 Report Share Posted July 31, 2020 а в какой момент вылазит такая ошибка? чтобы проверить тоже у себя- есть ли она.. Link to post Share on other sites
support 447 Posted July 31, 2020 Report Share Posted July 31, 2020 38 минут назад, ZM сказал: MYSQL ERROR REPORT - 31/07/2020 11:07:17 --------------------------------------- 1054 - Unknown column 'm.manufacturers_status' in 'where clause' select distinct m.manufacturers_id as id, m.manufacturers_name as name from products p, products_to_categories p2c, manufacturers m where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_status = '1' and p.products_id = p2c.products_id and p2c.categories_id = '161' group by p.manufacturers_id order by m.sort_order, m.manufacturers_name asc --------------------------------------- Server Name : velomoto63.ru Remote Address: 31.173.162.245 Referer : https://velomoto63.ru/ Requested : /jelektrosamokaty.html Trace Back : #0 vam_db_error() called at [/home/v/velomotoru/public_html/inc/vam_db_query.inc.php:34] #1 vam_db_query() called at [/home/v/velomotoru/public_html/includes/application_top.php:208] #2 vamDBquery() called at [/home/v/velomotoru/public_html/includes/modules/default.php:483] #3 include(/home/v/velomotoru/public_html/includes/modules/default.php) called at [/home/v/velomotoru/public_html/index.php:62] #4 include(/home/v/velomotoru/public_html/index.php) called at [/home/v/velomotoru/public_html/manager.php:90] ========================================================================== После обновления последним патчем, как можно решить проблему? Ставили обновления, а sql файл не загрузили. Пишет, что в таблице manufacturers нет колонка manufacturers_status Зайдите в phpMyAdmin и добавьте колонки. Либо в обнолвении найдите SQL файл с добавлением этой колонки и загрузки его к себе. Link to post Share on other sites
IVAN.Z 2 Posted July 31, 2020 Author Report Share Posted July 31, 2020 Ну да я просто не по порядку загружал обновления, т.к сбился и не понятно как обновится. Скажите пожалуйста а manufacturers_status в каком обновлении фигурировал ? Link to post Share on other sites
support 447 Posted July 31, 2020 Report Share Posted July 31, 2020 19 минут назад, ZM сказал: Ну да я просто не по порядку загружал обновления, т.к сбился и не понятно как обновится. Скажите пожалуйста а manufacturers_status в каком обновлении фигурировал ? В этом - Link to post Share on other sites
IVAN.Z 2 Posted August 2, 2020 Author Report Share Posted August 2, 2020 https://velomoto63.ru/velosipedy.html А почему тут спецификации не работают а в подкатегориях работают и правильно ли они работают? Link to post Share on other sites
IVAN.Z 2 Posted August 2, 2020 Author Report Share Posted August 2, 2020 И еще почему может не работать купить в 1 клик? https://velomoto63.ru/9261.html Какие файлы для этого должны быть в движке? вроде все скопировал.. Link to post Share on other sites
support 447 Posted August 2, 2020 Report Share Posted August 2, 2020 1 час назад, ZM сказал: https://velomoto63.ru/velosipedy.html А почему тут спецификации не работают а в подкатегориях работают и правильно ли они работают? Потому что в плитках при вывода колонками по умолчаию не выводятся спецификации. А например при выводе списком внутри категории - https://demo.vamshop.ru/tablets.html Выводятся. Скопируйте код вывода спецификаций их /templates/vamshop4/component/product-card/product-card-listing-buy-button.html в product-card-simple.html Тогда и в плитках будут спецификации. 13 минут назад, ZM сказал: И еще почему может не работать купить в 1 клик? https://velomoto63.ru/9261.html Какие файлы для этого должны быть в движке? вроде все скопировал.. Потому что ссылка выглядит неправильно Купить в 1 клик - https://velomoto63.ru/FILENAME_ONE_CLICK_BUY?products_id=14653 Наверное перескакивали через обновения или ещё что. В /includes/filenames.php не добавлена константа FILENAME_ONE_CLICK_BUY Link to post Share on other sites
IVAN.Z 2 Posted August 3, 2020 Author Report Share Posted August 3, 2020 ок то что нужно было узнать, попробую отпишусь спасибо Да помогло спасибо Link to post Share on other sites
support 447 Posted August 3, 2020 Report Share Posted August 3, 2020 40 минут назад, ZM сказал: ок то что нужно было узнать, попробую отпишусь спасибо Да помогло спасибо Не за что Link to post Share on other sites
Recommended Posts