0 użytkowników i 4 Gości przegląda ten wątek.
Witam,moduł zainstalowany, ale kiedy chcę wystawić produkt pisze, że Nie podano opisu aukcji, a w edytorze pobiera mi opis przedmiotu ze sklepu. Co jest nie tak?
-- phpMyAdmin SQL Dump-- version 3.4.5-- http://www.phpmyadmin.net---- Host: localhost-- Czas wygenerowania: 23 Gru 2011, 00:02-- Wersja serwera: 5.5.16-- Wersja PHP: 5.3.8SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;/*!40101 SET NAMES utf8 */;---- Baza danych: `sklep_presta`--CREATE TABLE IF NOT EXISTS `ps_allegro` ( id int(11), allegro_id varchar(255), title varchar(64), id_product int(11), duration int(11), quantity int(11), sold int(11), price decimal(20,6), date_add datetime, date_upd datetime, status int(11), PRIMARY KEY (`id`), KEY `id` (`id`)) TYPE=MyISAM ;CREATE TABLE IF NOT EXISTS `ps_allegro_cat` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `parent` text NOT NULL, `position` text default NULL, PRIMARY KEY (`id`), KEY `id` (`id`)) TYPE=MyISAM ;CREATE TABLE IF NOT EXISTS `ps_allegro_field` ( `sell-form-id` int(11) NOT NULL auto_increment, `sell-form-title` text NOT NULL, `sell-form-cat` text NOT NULL, `sell-form-type` text NOT NULL, `sell-form-res-type` text NOT NULL, `sell-form-def-value` text NOT NULL, `sell-form-opt` text NOT NULL, `sell-form-pos` text NOT NULL, `sell-form-length` text NOT NULL, `sell-min-value` text NOT NULL, `sell-max-value` text NOT NULL, `sell-form-desc` text NOT NULL, `sell-form-opts-values` text NOT NULL, `sell-form-field-desc` text NOT NULL, `sell-form-param-id` text NOT NULL, `sell-form-param-values` text NOT NULL, `sell-form-parent-id` text NOT NULL, `sell-form-parent-value` text NOT NULL, `sell-form-unit` text NOT NULL, `sell-form-options` text NOT NULL, PRIMARY KEY (`sell-form-id`), KEY `sell-form-id` (`sell-form-id`)) TYPE=MyISAM ;