Перейти к содержанию
Форум поддержки пользователей VamShop

Проблема при завершении заказа!


Рекомендуемые сообщения

Для не зарегистрированных пользователей.  На последнем шаге оформления после ввода всех данных, нажимая на кнопку продолжить выбрасывает на страницу ошибок и пишит (Извините!

Интернет-магазин закрыт по техническим причинам, заходите позже.

Проверить работоспособность магазина ... нажмите здесь)

Ссылка на сообщение
Поделиться на другие сайты
Ссылка на сообщение
Поделиться на другие сайты

вот что пишит

                        WHERE products_id='4245'

                                AND quantity<='1' | /AULDEY-AMG-MERCEDESamg3.html

10/02/2011 09:02:44 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4241'

                                AND quantity<='1' | /

10/02/2011 09:02:50 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4240'

                                AND quantity<='1' | /

10/02/2011 09:02:31 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4240'

                                AND quantity<='1' | /

10/02/2011 09:02:09 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4243'

                                AND quantity<='1' | /

10/02/2011 09:02:38 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4241'

                                AND quantity<='1' | /

10/02/2011 09:02:41 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4240'

                                AND quantity<='1' | /

10/02/2011 09:02:42 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4244'

                                AND quantity<='1' | /

10/02/2011 09:02:50 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4241'

                                AND quantity<='1' | /

10/02/2011 10:02:51 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4237'

                                AND quantity<='1' | /

10/02/2011 10:02:56 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4240'

                                AND quantity<='1' | /

10/02/2011 10:02:39 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4239'

                                AND quantity<='1' | /

10/02/2011 10:02:44 | 1146 - Table 'smarttoys.personal_offers_by_customers_status_' doesn't exist | SELECT max(quantity) as qty

                                FROM personal_offers_by_customers_status_

                                WHERE products_id='4238'

                                AND quantity<='1' | /

Ссылка на сообщение
Поделиться на другие сайты

Попробуйте зайти в phpMyAdmin в закладку SQL и выполнить вот такой код:


CREATE TABLE personal_offers_by_customers_status_ (
  price_id int(11) NOT NULL auto_increment,
  products_id int(11) NOT NULL,
  quantity int(11) default NULL,
  personal_offer decimal(15,4) default NULL,
  PRIMARY KEY  (price_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci;
[/code]

Ссылка на сообщение
Поделиться на другие сайты

не помогло но в логах ошибка изменилась;

10/02/2011 15:02:16 | 1062 - Duplicate entry '0' for key 'PRIMARY' | insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('0', '0', now()) | /checkout_alternative.php

10/02/2011 16:02:05 | 1062 - Duplicate entry '0' for key 'PRIMARY' | insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('0', '0', now()) | /checkout_alternative.php

Ссылка на сообщение
Поделиться на другие сайты

Что-то у Вас, видимо, с сессиями на хостинге.

Раньше работало?!

Что в файлах правили, удаляли, меняли?!

Ссылка на сообщение
Поделиться на другие сайты

нет мы ничего не правили, только перенесли и все работало, со вчерашного дня посыпались проблеммы.

Ссылка на сообщение
Поделиться на другие сайты

Попробуйте ещё в /checkout_alternative.php заменить:


$_SESSION['customer_id'] = vam_db_insert_id();
[/code] на:
[code]
//$_SESSION['customer_id'] = vam_db_insert_id();

Может поможет в случае с ошибкой на checkout_alternative странице.

Ссылка на сообщение
Поделиться на другие сайты

Вам вроде заработало но правил єти файлі:

checkout_alternative.php

create_guest_account.php

теперь ворос как оно раньше работало тогда, єто то чего понять не могу!

спс

Ссылка на сообщение
Поделиться на другие сайты
×
×
  • Создать...