Danke und ein Problem

More
15 Feb 2010 22:32 #616

Erstmal Danke für die schnellen Antworten!

Also Hier die Fehlermeldung:



* JInstaller::install: SQL-Fehler DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near \'(2000) NOT NULL, `ad_state` tinyint(1) NOT NULL DEFAULT 0, SQL=CREATE TABLE IF NOT EXISTS `jos_ksads_ads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 1, `user_id` int(11) NOT NULL, `ad_ident` varchar(20) NOT NULL, `ad_name` varchar(255) NOT NULL, `ad_address` varchar(255) NOT NULL, `ad_intro` varchar(255) NOT NULL, `ad_desc` text(2000) NOT NULL, `ad_state` tinyint(1) NOT NULL DEFAULT 0, `ad_price` int(10) NOT NULL, `ad_location` varchar(100) NOT NULL, `ad_post` varchar(10) NOT NULL, `ad_delivery` varchar(100) NOT NULL, `ad_image` varchar(255) NOT NULL, `ad_img_comment` varchar(255) NOT NULL, `ad_boxnumber` tinyint(1) NOT NULL, `contact_name` varchar(255) NOT NULL, `contact_tel` varchar(30) NOT NULL, `contact_email` varchar(255) NOT NULL, `date_created` date NOT NULL DEFAULT \'0000-00-00 00:00:00\', `date_expiry` date NOT NULL DEFAULT \'0000-00-00 00:00:00\', `published` tinyint(1) NOT NULL, `prolonged` smallint(2) NOT NULL DEFAULT 0, `show_address` tinyint(1) NOT NULL, `views` int(11) NOT NULL DEFAULT 0, `meta` varchar(255) NOT NULL, `phonetic` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 COMMENT=\'stores the classifieds information\';
SQL =

CREATE TABLE IF NOT EXISTS `jos_ksads_ads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`catid` int(11) NOT NULL DEFAULT 1,
`user_id` int(11) NOT NULL,
`ad_ident` varchar(20) NOT NULL,
`ad_name` varchar(255) NOT NULL,
`ad_address` varchar(255) NOT NULL,
`ad_intro` varchar(255) NOT NULL,
`ad_desc` text(2000) NOT NULL,
`ad_state` tinyint(1) NOT NULL DEFAULT 0,
`ad_price` int(10) NOT NULL,
`ad_location` varchar(100) NOT NULL,
`ad_post` varchar(10) NOT NULL,
`ad_delivery` varchar(100) NOT NULL,
`ad_image` varchar(255) NOT NULL,
`ad_img_comment` varchar(255) NOT NULL,
`ad_boxnumber` tinyint(1) NOT NULL,
`contact_name` varchar(255) NOT NULL,
`contact_tel` varchar(30) NOT NULL,
`contact_email` varchar(255) NOT NULL,
`date_created` date NOT NULL DEFAULT \'0000-00-00 00:00:00\',
`date_expiry` date NOT NULL DEFAULT \'0000-00-00 00:00:00\',
`published` tinyint(1) NOT NULL,
`prolonged` smallint(2) NOT NULL DEFAULT 0,
`show_address` tinyint(1) NOT NULL,
`views` int(11) NOT NULL DEFAULT 0,
`meta` varchar(255) NOT NULL,
`phonetic` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8 COMMENT=\'stores the classifieds information\';

* Komponenten Installieren: SQL-Fehler! Fehlende oder nicht lesbare SQL-Datei. DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near \'(2000) NOT NULL, `ad_state` tinyint(1) NOT NULL DEFAULT 0, SQL=CREATE TABLE IF NOT EXISTS `jos_ksads_ads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 1, `user_id` int(11) NOT NULL, `ad_ident` varchar(20) NOT NULL, `ad_name` varchar(255) NOT NULL, `ad_address` varchar(255) NOT NULL, `ad_intro` varchar(255) NOT NULL, `ad_desc` text(2000) NOT NULL, `ad_state` tinyint(1) NOT NULL DEFAULT 0, `ad_price` int(10) NOT NULL, `ad_location` varchar(100) NOT NULL, `ad_post` varchar(10) NOT NULL, `ad_delivery` varchar(100) NOT NULL, `ad_image` varchar(255) NOT NULL, `ad_img_comment` varchar(255) NOT NULL, `ad_boxnumber` tinyint(1) NOT NULL, `contact_name` varchar(255) NOT NULL, `contact_tel` varchar(30) NOT NULL, `contact_email` varchar(255) NOT NULL, `date_created` date NOT NULL DEFAULT \'0000-00-00 00:00:00\', `date_expiry` date NOT NULL DEFAULT \'0000-00-00 00:00:00\', `published` tinyint(1) NOT NULL, `prolonged` smallint(2) NOT NULL DEFAULT 0, `show_address` tinyint(1) NOT NULL, `views` int(11) NOT NULL DEFAULT 0, `meta` varchar(255) NOT NULL, `phonetic` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 COMMENT=\'stores the classifieds information\';
SQL =

CREATE TABLE IF NOT EXISTS `jos_ksads_ads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`catid` int(11) NOT NULL DEFAULT 1,
`user_id` int(11) NOT NULL,
`ad_ident` varchar(20) NOT NULL,
`ad_name` varchar(255) NOT NULL,
`ad_address` varchar(255) NOT NULL,
`ad_intro` varchar(255) NOT NULL,
`ad_desc` text(2000) NOT NULL,
`ad_state` tinyint(1) NOT NULL DEFAULT 0,
`ad_price` int(10) NOT NULL,
`ad_location` varchar(100) NOT NULL,
`ad_post` varchar(10) NOT NULL,
`ad_delivery` varchar(100) NOT NULL,
`ad_image` varchar(255) NOT NULL,
`ad_img_comment` varchar(255) NOT NULL,
`ad_boxnumber` tinyint(1) NOT NULL,
`contact_name` varchar(255) NOT NULL,
`contact_tel` varchar(30) NOT NULL,
`contact_email` varchar(255) NOT NULL,
`date_created` date NOT NULL DEFAULT \'0000-00-00 00:00:00\',
`date_expiry` date NOT NULL DEFAULT \'0000-00-00 00:00:00\',
`published` tinyint(1) NOT NULL,
`prolonged` smallint(2) NOT NULL DEFAULT 0,
`show_address` tinyint(1) NOT NULL,
`views` int(11) NOT NULL DEFAULT 0,
`meta` varchar(255) NOT NULL,
`phonetic` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8 COMMENT=\'stores the classifieds information\';

Nun, ich habe Joomla Version 1.5.15
PHP Version 5.2.12
MySQL: 4.1.2

Mache ich da was verkehrt?

Habe mir auch die neue Version hier vom Server gezogen, aber das selbe Resultat!


Gruß Freddy

Please Log in or Create an account to join the conversation.

More
15 Feb 2010 20:25 #605

hat bei mir nur mit SQL5 funktioniert, hatte mir 4 keine Chance zu installieren.
Vielleicht ist das das Probelm?

Please Log in or Create an account to join the conversation.

More
15 Feb 2010 20:10 #601

Was zeigt deine Fehlermeldung?
Welche SQL-Version ist bei dir installiert?

Einige SQL-Versionen hatten Probleme mit dem Feldformat \"Longtext\". Deshalb haben wir es in \"Text\" geändert, womit normalerweise jede SQL Version zurechtkommt. Deshalb wäre es hilfreich zu wissen, welche Umgebung bei dir läuft.


Ob ein Glas halb voll oder halb leer ist, ist mir egal. Hauptsache meine Zähne passen rein.
No matter whether a glass is half full or half empty - as long as my teeth fit in.

Please Log in or Create an account to join the conversation.

More
14 Feb 2010 17:34 #594

Hallo zusammen, ich würde gerne auf meiner Seite euren Kleinanzeigenmarkt mit rein nehmen,

aber ich habe auch das Problem mit der SQL!

Habe bereits von eurer Seite neu runter geladen und wollte es installieren! aber no way!

Was mache ich da verkehrt?


Gruß Freddy

PS: Danke im Voraus!

Please Log in or Create an account to join the conversation.

More
30 Jan 2010 22:57 #331

Super vielen Dank.
Jetzt klappt alles.

Vielen vielen Dank für den tollen Support

Please Log in or Create an account to join the conversation.

More
30 Jan 2010 22:37 #330

Das ist noch die alte Komponente, die hatte einen Fehler im SQL String. Versuche es noch einmal mit runterladen und installieren. Müsste jetzt klappen.


Ob ein Glas halb voll oder halb leer ist, ist mir egal. Hauptsache meine Zähne passen rein.
No matter whether a glass is half full or half empty - as long as my teeth fit in.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.