Die Suche ergab 55 Treffer

von Poldi225
21.06.2009 20:59
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

hatte heute noch eine alte Version(6.xx) gefunden, die funktioniert super! also hat es sich bei mir erledigt
danke für deine Hilfe!
von Poldi225
09.06.2009 16:16
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

okay, dann peobier ich das heute Abend aus, es könnte sein, dass du aber ab morgen nix mehr von mir hörsch, da ich im Rahmen der Garantieleistung was ausgetauscht bekomme
von Poldi225
08.06.2009 20:57
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

auf der Supp.seite oder hier im Thread?
von Poldi225
07.06.2009 16:47
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

hi,
dieser Code löst komischerweise diesen Fehler aus:

#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 ''phpbb_dl_config'( 'config_name' varchar( 255 ) NOT NULL default ' ', 'config_' at line 1
CREATE ...
von Poldi225
07.06.2009 16:30
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

ok, probiert:
Fehler

SQL-Befehl:

CREATE TABLE 'phpbb_dl_config'(
'config_name'varchar( 255 ) NOT NULL default ' ',
'config_value'varchar( 255 ) default NULL ,
PRIMARY KEY ( 'config_name' )
);

MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that ...
von Poldi225
06.06.2009 23:39
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

probiert, selbes Problem, leider
Fehler

SQL-Befehl:

DROP TABLE IF EXISTS 'phpbb_dl_config';

MySQL meldet: Dokumentation
#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 ''phpbb_dl_config'' at line 1
Code ...
von Poldi225
06.06.2009 23:32
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

ok
von Poldi225
06.06.2009 20:41
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

wenn ich das hier eingebe:
DROP TABLE IF EXISTS "phpbb_dl_config";

CREATE TABLE "phpbb_dl_config" (
"config_name" varchar(255) NOT NULL default '',
"config_value" varchar(255) default NULL,
PRIMARY KEY ("config_name")
);

INSERT INTO "phpbb_dl_config" ("config_name", "config_value") VALUES ...
von Poldi225
06.06.2009 20:34
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

Hi,
danke! nein die Tabellen gab es nicht, das war ja mein Problem. Super Support!
von Poldi225
06.06.2009 16:38
Forum: [3.0.x] Mod Support
Thema: Download Mod
Antworten: 30
Zugriffe: 1336

Re: Download Mod

diese Fehlermeldug kommt, wenn ich den installer ausführen will, ansonsten hätte sich das Problem erledigt... leider ist dem nicht so. Deswegen meine Anfrage
ich hatte den Mod gestern 14:00 Uhr runtergeladen, du hast dann ja nochmal ein Update rein gemacht, das hab ich dann runtergeladen und nochmal ...

Zur erweiterten Suche