schobiwan Posted April 6, 2005 Report Share Posted April 6, 2005 Hey Leute Dringend.. ich hab wohl was in Smarty gefummelt, mist! jetzt kommt das: Shop kapput nach Smarty was will es mir damit sagen? Warning: main(/kunden/nicoschober.com/webseiten/photo-kunst-druck/includes/classes/Smarty_2.6.6/core/core.load_plugins.php): failed to open stream: No such file or directory in /kunden/nicoschober.com/webseiten/photo-kunst-druck/templates_c/%%-16^%%-1677462830^box_categories.html.php on line 3 Fatal error: main(): Failed opening required '/kunden/nicoschober.com/webseiten/photo-kunst-druck/includes/classes/Smarty_2.6.6/core/core.load_plugins.php' (include_path='.:/usr/local/lib/php') in /kunden/nicoschober.com/webseiten/photo-kunst-druck/templates_c/%%-16^%%-1677462830^box_categories.html.php on line 3 Link to comment Share on other sites More sharing options...
Seven-Art Posted April 6, 2005 Report Share Posted April 6, 2005 box_categories.html.php on line 3 dort ist der fehler zu finden. Link to comment Share on other sites More sharing options...
schobiwan Posted April 6, 2005 Author Report Share Posted April 6, 2005 <?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php'); und was is daran falsch? Link to comment Share on other sites More sharing options...
schobiwan Posted April 6, 2005 Author Report Share Posted April 6, 2005 ich sch?tze, mein Fehler war das ich den Ordner Smarty noch einmal nach dem ersten Fehler hochgeschoben habe, oder? mu? das noch einmal combiliert werden, wenn ja, wie? Link to comment Share on other sites More sharing options...
Guest HHGAG Posted April 6, 2005 Report Share Posted April 6, 2005 entweder fehlende Rechte, oder fehlende Datei Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 ich habe den kompletten Smarty-Ordner nochmal hochgeladen und erstmal alle rechte auf 7777 gesetzt. Keine Besserung. Ich habe echt trouble... Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 http://photo-kunst-druck.nicoschober.com/ das ist der stand...schaut doch bitte mal! Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 7, 2005 Report Share Posted April 7, 2005 Failed opening required 'SMARTY_CORE_DIRcore.write_compiled_resource.php' SMARTY_CORE_DIRcore.write_compiled_resource.php, eine datei dieses namens gibt es im ganzen shop nicht. sieht so aus, als wenn SMARTY_CORE_DIR nicht definiert ist. poste mal deine configures, ohne passw?rter. Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 sorry, aber was f?r configures meinst du? Link to comment Share on other sites More sharing options...
capri Posted April 7, 2005 Report Share Posted April 7, 2005 Sicherheitshalber sollte man nach gr??eren ?nderungen auch immer die beiden Cache Verzeichnisse leeren (cache, template_c, aber .htacess und Index.html nicht l?schen), den sonst kann es unter ung?nstigen Umst?nden auch da mal zu Problemen kommen. Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 7, 2005 Report Share Posted April 7, 2005 includes/configure.php und admin/includes/configure.php Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 <?php /* -------------------------------------------------------------- XT-Commerce - community made shopping [URL=http://www.xt-commerce.com]http://www.xt-commerce.com[/URL] Copyright ? 2003 XT-Commerce -------------------------------------------------------------- based on: ? 2000-2001 The Exchange Project (earlier name of osCommerce) ? 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); [url]www.oscommerce.com[/url] Released under the GNU General Public License --------------------------------------------------------------*/ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://photo-kunst-druck.nicoschober.com'); // eg, [URL=http://localhost]http://localhost[/URL] - should not be empty for productive servers define('HTTPS_SERVER', 'https://photo-kunst-druck.nicoschober.com'); // eg, [URL=https://localhost]https://localhost[/URL] - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/'); define('DIR_FS_CATALOG', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/'); define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/'); define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 ..und die admin/configure.php... <?php /* -------------------------------------------------------------- XT-Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2003 XT-Commerce -------------------------------------------------------------- based on: (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2002-2003 osCommerce (configure.php,v 1.14 2003/02/21); [url]www.oscommerce.com[/url] Released under the GNU General Public License --------------------------------------------------------------*/ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://photo-kunst-druck.nicoschober.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://photo-kunst-druck.nicoschober.com'); define('HTTPS_CATALOG_SERVER', 'https://photo-kunst-druck.nicoschober.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_CATALOG. 'lang/'); define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 und? irgendwas nicht in ordnung? Link to comment Share on other sites More sharing options...
capri Posted April 7, 2005 Report Share Posted April 7, 2005 In /includes/classes/Smarty-2.6.6/Smarty.class.php wird die Variable f?r das Verzeichnis definiert: if (!defined('SMARTY_CORE_DIR')) { define('SMARTY_CORE_DIR', SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR); } SMARTY_DIR in der gleichen Datei: /** * set SMARTY_DIR to absolute path to Smarty library files. * if not defined, include_path will be used. Sets SMARTY_DIR only if user * application has not already defined it. */ if (!defined('SMARTY_DIR')) { define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR); } Wobei wir beim der absoluten Pfadangabe und/oder beim include Path w?ren. define('DIR_FS_DOCUMENT_ROOT', '/kunden/nicoschober.com/webseiten/photo-kunst-druck/'); oder eben define('DIR_WS_INCLUDES', 'includes/'); Wobei Letzteres wohl besser so aussehen sollte: define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/'); Naja hoffe es hilft etwas Link to comment Share on other sites More sharing options...
schobiwan Posted April 7, 2005 Author Report Share Posted April 7, 2005 hi capi.. kurz gesagt...n????? ich habe jetzt was anderes probiert: ich habe eine neue Installation durchgef?hrt auf nem neuen server. hat soweit auch geklappt mit dem template.. nur will ich jetzt die alte Datenbank, die ich mal auf dem alten server gesichert habe, importieren. jedesmal wenn ich das versuche hagelt es sql-fehler!! was kann ich machen bzw. was mache ich falsch? hoffentlich kann mir jemand helfen.. guts n?chtle schobi Link to comment Share on other sites More sharing options...
schobiwan Posted April 8, 2005 Author Report Share Posted April 8, 2005 Halllooo? kan ich auch nur einen Teil der Datenbank importieren? was ist der Unterschied zwischen dem Datenbank-Tool und dem Import/Export-Tool? Ich hoffe, es kann jemand helfen...sitze ganz sch?n in der sch... Link to comment Share on other sites More sharing options...
campanero Posted April 8, 2005 Report Share Posted April 8, 2005 hallo, nur will ich jetzt die alte Datenbank, die ich mal auf dem alten server gesichert habe, importieren. jedesmal wenn ich das versuche hagelt es sql-fehler!! welche denn z.b? das sie schon vorhanden sind? mit phpmyadmin in die datenbank gehen, die betreffenden l?schen und den dump importieren, sollte so gehen... gru? campanero Link to comment Share on other sites More sharing options...
schobiwan Posted April 8, 2005 Author Report Share Posted April 8, 2005 Danke, f?r den Hinweis. die Site spukt folgenden Fehler aus: 1146 - Table 'usr_web38_1.whos_online' doesn't exist delete from whos_online where time_last_click < '1112951001' [XT SQL Error] und phpmyadmin sagt: Fehler Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. ERROR: Ung?ltiger Bezeichner @ 4068 STR: 1.3. SQL: create table shop_settings ( Setting_Nr int(11) not null auto_increment, MwStsatz double default '7.6' not null , MwStpflichtig enum('N','Y') default 'N' not null , MwStNummer varchar(127) default '0' not null , Name varchar(48) default ' db49603' not null , Adresse1 varchar(48) default 'Adresse 1' not null , Adresse2 varchar(48) default 'Adresse 2' not null , PLZOrt varchar(48) default 'PLZ und Ort' not null , Tel1 varchar(24) default 'Telefon Nummer 1' not null , Tel2 varchar(24) default 'Telefon Nummer 2' not null , Email varchar(128) default '[email protected]' not null , Admin_pwd varchar(16) default 'machshop' not null , Abrechnung_nach_Preis enum('N','Y') default 'N' not null , Abrechnung_nach_Gewicht enum('N','Y') default 'N' not null , Abrechnung_nach_Pauschale enum('N','Y') default 'Y' not null , Pauschale_text varchar(127) default 'Versand- und Verpackungskosten' not null , Mindermengenzuschlag enum('N','Y') default 'N' not null , Mindermengenzuschlag_bis_Preis double default '0' not null , Mindermengenzuschlag_Aufpreis double default '0' not null , keineVersandkostenmehr enum('N','Y') default 'N' not null , keineVersandkostenmehr_ab double default '0' not null , anzahl_Versandkostenintervalle int(11) default '5' not null , Rechnung enum('N','Y') default 'Y' not null , Lastschrift enum('N','Y') default 'Y' not null , Nachnahme enum('N','Y') default 'Y' not null , Vorauskasse enum('N','Y') default 'Y' not null , Kreditkarten_Postcard enum('N','Y') default 'N' not null , Nachnamebetrag double default '0' not null , Kontoinformation varchar(255) default 'Einzahlungen bitte auf unser Postkonto PC 40-168786-4' not null , Waehrung varchar(6) default 'CHF' not null , ShopVersion varchar(56) default 'Februar 2004, Version v.1.3.001' not null , Gewichts_Masseinheit varchar(16) default 'kg' not null , Thumbnail_Breite int(11) default '100' not null , AGB text , SSL enum('N','Y') default 'N' not null , Bestellungsmanagement enum('N','Y') default 'Y' not null , SuchInkrement int(11) default '10' not null , max_session_time bigint(20) , Opt_inc int(11) default '3' not null , Var_inc int(11) default '3' not null , Opt_anz int(11) default '5' not null , Var_anz int(11) default '5' not null , Vargruppen_anz int(11) default '3' not null , Eingabefelder_anz int(11) default '0' not null , Gesamtpreis_runden enum('N','Y') default 'N' not null , ArtikelSuchInkrement int(11) default '-1' not null , Sortieren_nach varchar(128) default 'a.Name' not null , Sortiermethode enum('ASC','DESC') default 'ASC' not null , Zahl_thousend_sep char(2) default ''' not null , Zahl_decimal_sep char(2) default '.' not null , Zahl_nachkomma tinyint(3) default '2' not null , PRIMARY KEY (Setting_Nr), UNIQUE UC_Setting_Nr (Setting_Nr) ); insert into shop_settings (Setting_Nr, MwStsatz, MwStpflichtig, MwStNummer, Name, Adresse1, Adresse2, PLZOrt, Tel1, Tel2, Email, Admin_pwd, Abrechnung_nach_Preis, Abrechnung_nach_Gewicht, Abrechnung_nach_Pauschale, Pauschale_text, Mindermengenzuschlag, Mindermengenzuschlag_bis_Preis, Mindermengenzuschlag_Aufpreis, keineVersandkostenmehr, keineVersandkostenmehr_ab, anzahl_Versandkostenintervalle, Rechnung, Lastschrift, Nachnahme, Vorauskasse, Kreditkarten_Postcard, Nachnamebetrag, Kontoinformation, Waehrung, ShopVersion, Gewichts_Masseinheit, Thumbnail_Breite, AGB, SSL, Bestellungsmanagement, SuchInkrement, max_session_time, Opt_inc, Var_inc, Opt_anz, Var_anz, Vargruppen_anz, Eingabefelder_anz, Gesamtpreis_runden, ArtikelSuchInkrement, Sortieren_nach, Sortiermethode, Zahl_thousend_sep, Zahl_decimal_sep, Zahl_nachkomma) values ('1', '7.6', 'N', '0', 'photo-kunst-druck', 'Pepperstrasse 1', 'Postfach 1000', '8001 db49603 city', '01 405 67 00', '079 322 56 88', 'Ihre E-Mail Adresse', '', 'N', 'N', 'Y', 'Versand- und Verpackungskosten', 'Y', '50', '5', 'N', '500', '5', 'Y', 'Y', 'Y', 'Y', 'N', '12', 'Einzahlungen bitte auf unser Postkonto PC 40-168786-4', 'EUR', 'Februar 2004, Version v.1.3.001', 'kg', '100', 'db49603 Gesch?ftsbedingungen', '', '', '15', '1440', '3', '3', '5', '5', '3', '0', 'Y', '-1', 'a.Name', 'ASC', '\'', '.', '2') SQL-Befehl : create table shop_settings ( Setting_Nr int(11) not null auto_increment, MwStsatz double default '7.6' not null , MwStpflichtig enum('N','Y') default 'N' not null , MwStNummer varchar(127) default '0' not null , Name varchar(48) default ' db49603' not null , Adresse1 varchar(48) default 'Adresse 1' not null , Adresse2 varchar(48) default 'Adresse 2' not null , PLZOrt varchar(48) default 'PLZ und Ort' not null , Tel1 varchar(24) default 'Telefon Nummer 1' not null , Tel2 varchar(24) default 'Telefon Nummer 2' not null , Email varchar(128) default '[email protected]' not null , Admin_pwd varchar(16) default 'machshop' not null , Abrechnung_nach_Preis enum('N','Y') default 'N' not null , Abrechnung_nach_Gewicht enum('N','Y') default 'N' not null , Abrechnung_nach_Pauschale enum('N','Y') default 'Y' not null , Pauschale_text varchar(127) default 'Versand- und Verpackungskosten' not null , Mindermengenzuschlag enum('N','Y') default 'N' not null , Mindermengenzuschlag_bis_Preis double default '0' not null , Mindermengenzuschlag_Aufpreis double default '0' not null , keineVersandkostenmehr enum('N','Y') default 'N' not null , keineVersandkostenmehr_ab double default '0' not null , anzahl_Versandkostenintervalle int(11) default '5' not null , Rechnung enum('N','Y') default 'Y' not null , Lastschrift enum('N','Y') default 'Y' not null , Nachnahme enum('N','Y') default 'Y' not null , Vorauskasse enum('N','Y') default 'Y' not null , Kreditkarten_Postcard enum('N','Y') default 'N' not null , Nachnamebetrag double default '0' not null , Kontoinformation varchar(255) default 'Einzahlungen bitte auf unser Postkonto PC 40-168786-4' not null , Waehrung varchar(6) default 'CHF' not null , ShopVersion varchar(56) default 'Februar 2004, Version v.1.3.001' not null , Gewichts_Masseinheit varchar(16) default 'kg' not null , Thumbnail_Breite int(11) default '100' not null , AGB text , SSL enum('N','Y') default 'N' not null , Bestellungsmanagement enum('N','Y') default 'Y' not null , SuchInkrement int(11) default '10' not null , max_session_time bigint(20) , Opt_inc int(11) default '3' not null , Var_inc int(11) default '3' not null , Opt_anz int(11) default '5' not null , Var_anz int(11) default '5' not null , Vargruppen_anz int(11) default '3' not null , Eingabefelder_anz int(11) default '0' not null , Gesamtpreis_runden enum('N','Y') default 'N' not null , ArtikelSuchInkrement int(11) default '-1' not null , Sortieren_nach varchar(128) default 'a.Name' not null , Sortiermethode enum('ASC','DESC') default 'ASC' not null , Zahl_thousend_sep char(2) default ''' not null , Zahl_decimal_sep char(2) default '.' not null , Zahl_nachkomma tinyint(3) default '2' not null , PRIMARY KEY (Setting_Nr), UNIQUE UC_Setting_Nr (Setting_Nr) ); insert into shop_settings (Setting_Nr, MwStsatz, MwStpflichtig, MwStNummer, Name, Adresse1, Adresse2, PLZOrt, Tel1, Tel2, Email, Admin_pwd, Abrechnung_nach_Preis, Abrechnung_nach_Gewicht, Abrechnung_nach_Pauschale, Pauschale_text, Mindermengenzuschlag, Mindermengenzuschlag_bis_Preis, Mindermengenzuschlag_Aufpreis, keineVersandkostenmehr, keineVersandkostenmehr_ab, anzahl_Versandkostenintervalle, Rechnung, Lastschrift, Nachnahme, Vorauskasse, Kreditkarten_Postcard, Nachnamebetrag, Kontoinformation, Waehrung, ShopVersion, Gewichts_Masseinheit, Thumbnail_Breite, AGB, SSL, Bestellungsmanagement, SuchInkrement, max_session_time, Opt_inc, Var_inc, Opt_anz, Var_anz, Vargruppen_anz, Eingabefelder_anz, Gesamtpreis_runden, ArtikelSuchInkrement, Sortieren_nach, Sortiermethode, Zahl_thousend_sep, Zahl_decimal_sep, Zahl_nachkomma) values ('1', '7.6', 'N', '0', 'photo-kunst-druck', 'Pepperstrasse 1', 'Postfach 1000', '8001 db49603 city', '01 405 67 00', '079 322 56 88', 'Ihre E-Mail Adresse', '', 'N', 'N', 'Y', 'Versand- und Verpackungskosten', 'Y', '50', '5', 'N', '500', '5', 'Y', 'Y', 'Y', 'Y', 'N', '12', 'Einzahlungen bitte auf unser Postkonto PC 40-168786-4', 'EUR', 'Februar 2004, Version v.1.3.001', 'kg', '100', 'db49603 Gesch?ftsbedingungen', '', '', '15', '1440', '3', '3', '5', '5', '3', '0', 'Y', '-1', 'a.Name', 'ASC', '\'', '.', '2') MySQL meldet: #1064 - You have an error in your SQL syntax near '.' not null , Zahl_nachkomma tinyint(3) default '2' not null , PRIMARY KEY (' at line 50 Link to comment Share on other sites More sharing options...
campanero Posted April 8, 2005 Report Share Posted April 8, 2005 ...hast du jetzt eine neue version von xtc? Link to comment Share on other sites More sharing options...
schobiwan Posted April 8, 2005 Author Report Share Posted April 8, 2005 habe 3.03 - vorher auch gehabt...glaub ich... Link to comment Share on other sites More sharing options...
campanero Posted April 8, 2005 Report Share Posted April 8, 2005 l?sch doch einfach bis auf die config tabellen alle mit phpmyadmin und importiere die alte sql-datei... Link to comment Share on other sites More sharing options...
schobiwan Posted April 8, 2005 Author Report Share Posted April 8, 2005 hallo campanero.. habe ich gemacht, alles ausser configuration und configuration_gruop in phpmyadmin gel?scht und dann die alte sqlhochgeladen.. Gleiche Fehler!!! Link to comment Share on other sites More sharing options...
campanero Posted April 8, 2005 Report Share Posted April 8, 2005 dann nimm doch aus der alten sql-datei nur die produkt relevanten tabellen raus. in der neuen db diese tabellen l?schen und hochjagen... Link to comment Share on other sites More sharing options...
campanero Posted April 8, 2005 Report Share Posted April 8, 2005 ...categorien nat?rlich auch ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.