Datenbank leer nach Update

Begonnen von fjuergens, 02 Juni 2014, 20:19:29

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

fjuergens

Hallo zusammen, habe gestern das aktuelle Update eingespielt.
Mit der Updateversion gin gar nichts alles im Eimer.

Alles zurückgesichert....
Das ganze mit der Neuinstallation gemacht...
Bei der Abfrage Neu oder Update... auf Update geklickt.....
Läuft alles bestens... und siehe da... alles leer......
Die Datenbanken werden neu angelegt... und nicht die alten konvertiert....
Keine user mehr vorhanden, alle Artikel weg....

Auch die vorher eingestellt Theme wird nicht akzeptiert, was weiter nicht so tragisch ist...
kann man umstellen

Und wie bekomme ich da jetzt meine Daten rein.....????

Wäre nett wen ich dazu einen Tipp bekommen würde....

Danke im voraus...
mit netten Grüßen aus Athen / GR
F.Juergens

Andi

Moin :)

Wird vermutlich auf die veraltete Setup-Version zurückzuführen sein.
Dazu: http://www.pragmamx.org/Forum-topic-34191-start-msg213599.html#msg213599

Sorry  :gruebel:
schön´s Grüssle, Andi

fjuergens

Hallo Andi, das wars leider nicht....

Die Daten werden nicht übernommen....

Es werden egal über Update oder auch Per Neuinstall
die alten Datenbanken nicht konvertiert sonder neue angelegt:

Siehe hier:
Alt:           mx_authors
Neu:    mxa_authors

oder:
Alt:      mx_stories
Neu:    mxa_stories

wen ich den Inhalt von zum Beispiel Stories von der alten in die Neue kopiren will erhalte ich eine Fehlermeldung:
Fehler

SQL-Befehl:

-- -- Daten für Tabelle `mx_stories` -- INSERT INTO `mx_stories` (`sid`, `catid`, `aid`, `title`, `time`, `hometext`, `bodytext`, `comments`, `counter`, `topic`, `informant`, `notes`, `ihome`, `alanguage`, `acomm`, `haspoll`, `pollID`, `score`, `ratings`) VALUES (148, 9, 'fjuergens', 'Jungfernfahrt eines neuen Verkehrsmittels', '2004-07-19 11:10:00', 'Zum letzten Mal vor 44 Jahren fuhr die Tram durch die Straßen Athens. Im Zusammenhang mit den Vorbereitungen für die Olympischen Spiele wurden jetzt wieder neue Gleise gelegt und heute (19. Juli&#41; absolviert die Straßenbahn ihre Jungfernfahrt. ', '<IMG SRC="http://www.athen-magazin.eu/einsenden/uploads/tramathen.jpg"><br /> <br /> Die Streckenlänge beträgt 26 Kilometer und alle 500 Meter gibt es eine Station - insgesamt 47 in neun Gemeinden. Schätzungen des Transportministeriums zufolge wird das neue Verkehrsmittel täglich ca. 80.000 Passagiere befördern. Die Tram wird Tag und Nacht in Betrieb sein. Die Fahrt führt vom Syn[...]

MySQL meldet: Dokumentation
#1062 - Duplicate entry '148' for key 'PRIMARY'

Nur damit kann ich nichts anfangen.... Sorry....

Vielleicht hast Du dazu einen Lösung..
Danke im voraus

mit netten Grüßen aus Athen / GR
F.Juergens

fjuergens

So sieht es dann nach dem Update aus:
Die Tabellen-Konvertierung/Erstellung ist abgeschlossen.
Aber keine Daten übernommen....

Und der God Admin muss auch neu erstellt werde....

Ach ja habe das neue setup vorher eingespielt... Effekt ist der gleiche...

   Es wurden 23 Systemtabellen überprüft/erstellt.
   Es wurden die Tabellen von 24 Modulen überprüft/erstellt.
   Es wurden 80 Tabellen erstellt., 3 Tabellen geändert., 162 Datensätze eingefügt/geändert.
   Es sind keine Fehler aufgetreten.

Hier sehen Sie die SQL-Befehle die während der Konvertierung/Erstellung ausgeführt wurden:

   CREATE TABLE `mxa_userpoints` ( `uid` int(11) NOT NULL DEFAULT '0', `punkte` int(11) NOT NULL DEFAULT '0', `updated` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   CREATE TABLE `mxa_blocks` ( `bid` int(10) NOT NULL auto_increment, `bkey` varchar(15) NOT NULL default '', `title` varchar(60) NOT NULL default '', `content` text, `url` varchar(200) NOT NULL default '', `position` char(1) NOT NULL default 'l', `weight` int(10) NOT NULL default '1', `active` int(1) NOT NULL default '1', `refresh` int(10) NOT NULL default '0', `time` int(10) NOT NULL default '0', `blanguage` varchar(30) NOT NULL default '', `blockfile` varchar(255) NOT NULL default '', `module` varchar(255) NULL, `view` int(1) NOT NULL default '0', PRIMARY KEY (`bid`), KEY `blanguage` (`blanguage`), KEY `active` (`active`), KEY `view` (`view`), KEY `posweight` (`position`,`weight`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Setup-Alarm', '', '', 'l', 1, 1, 0, 0, '', 'block-AdminAlert.php', NULL, 2)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Admin Menü', '', '', 'l', 2, 1, 0, 0, '', 'block-AdminNews.php', NULL, 2)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Sprache', '', '', 'r', 11, 1, 3600, 0, '', 'block-Languages.php', NULL, 0)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Login', '', '', 'r', 3, 1, 0, 0, '', 'block-Login.php', 'Your_Account', 3)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Benutzer Menü', 'Das ist Ihr persönliches Menü', '', 'r', 5, 1, 0, 0, '', 'block-Userblock.php', 'Your_Account', 1)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Wer ist Online', '', '', 'r', 7, 1, 0, 0, '', 'block-Who_is_Online.php', 'Your_Account', 1)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('Umfrage', '', '', 'r', 10, 1, 3600, 0, '', 'block-Survey.php', 'Surveys', 1)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `module`, `view`) VALUES ('pragmaMx-News', '', 'http://www.pragmamx.org/backend.php';, 'r', 12, 1, 36000, 1079910549, '', '', NULL, 0)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `view`) VALUES ('Hauptmenü', '', '', 'l', 3, 1, 3600, 0, '', 'block-Modules_one.php', 0)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `view`) VALUES ('Internes', '', '', 'l', 4, 1, 3600, 0, '', 'block-Modules_two.php', 0)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `view`) VALUES ('Community', '', '', 'l', 5, 1, 0, 0, '', 'block-Modules_three.php', 0)
   INSERT INTO `mxa_blocks` (`title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `view`) VALUES ('Sonstiges', '', '', 'l', 6, 1, 0, 0, '', 'block-Modules.php', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Last Articles' , 'r', 13, 1, 0, 'block-vkp_News_Lastarticles.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Login' , 'r', 14, 1, 0, 'block-vkp_News_Login.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Options' , 'r', 15, 1, 0, 'block-vkp_News_Options.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Survey' , 'r', 16, 1, 0, 'block-vkp_News_Poll.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Article Rating' , 'r', 17, 1, 0, 'block-vkp_News_Rating.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Related Links' , 'r', 18, 1, 0, 'block-vkp_News_Related.php', 'News', 0)
   INSERT INTO `mxa_blocks` (title, position, weight, active, refresh, blockfile, module, view) VALUES ('Social sharing' , 'r', 19, 1, 0, 'block-vkp_News_Socialshare.php', 'News', 0)
   CREATE TABLE `mxa_groups_blocks` ( `group_id` int(7) NOT NULL default '0', `block_id` int(7) NOT NULL default '0', UNIQUE KEY `group_id` (`group_id`,`block_id`), KEY `block_id` (`block_id`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO `mxa_groups_blocks` ( block_id, group_id ) SELECT DISTINCT bid, 1 AS group_id FROM `mxa_blocks` WHERE ((active=1) AND (view=1)) ORDER BY bid
   CREATE TABLE `mxa_sys_session` ( `sesskey` varchar(32) NOT NULL default '', `expiry` int(11) unsigned NOT NULL default '0', `data` text NULL, PRIMARY KEY (`sesskey`), KEY `expiry` (`expiry`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   CREATE TABLE `mxa_groups_access` ( `access_id` int(10) NOT NULL auto_increment, `access_title` varchar(20) default NULL, PRIMARY KEY (`access_id`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   REPLACE INTO mxa_groups_access VALUES (1, 'User');
   CREATE TABLE `mxa_message` ( `mid` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `content` text NULL, `date` int(10) NOT NULL default '0', `expire` int(7) NOT NULL default '0', `active` int(1) NOT NULL default '1', `view` int(1) NOT NULL default '1', `mlanguage` varchar(30) NOT NULL default '', PRIMARY KEY (`mid`), KEY `active` (`active`), KEY `title` (`title`), KEY `date` (`date`), KEY `mlanguage` (`mlanguage`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO `mxa_message` (`mid`, `title`, `content`, `date`, `expire`, `active`, `view`, `mlanguage`) VALUES (1, 'Willkommen bei Ihrem pragmaMx 2.0', '<p>Guten Tag,</p> <p>wenn Sie diese Mitteilung lesen können, scheint Ihr pragmaMx ohne Fehler zu arbeiten. Herzlichen Glückwunsch.</p> <p>Wir möchten uns an dieser Stelle recht herzlich dafür bedanken, daß Sie sich dazu entschieden haben unser pragmaMx etwas genauer in Augenschein zu nehmen. Wir hoffen, daß es all Ihren Erwartungen gerecht wird.</p> <p>Zusätzliche Erweiterungen für Ihr System erhalten Sie selbstverständlich auch auf unserer Homepage: <a href=\"http://www.pragmamx.org\">http://pragmamx.org</a>.</p> <p>Sollten Sie nicht direkt nach dem Setup einen Administrator-Account für Ihr pragmaMx angelegt haben, so holen Sie dies bitte <a href=\"admin.php\"><strong>jetzt hier nach</strong></a>.</p> <p>Wir wünschen Ihnen viel Freude bei der Erkundung Ihres Systems. Damit Sie sich etwas leichter zurecht finden haben wir im Administrator-Bereich eine kurze Dokumentation des Systems hinterlegt, bitte schauen Sie auf jeden Fall einmal hinein.</p> <p>Ihr pragmaMx Coding-Team</p>', 1058896704, 0, 1, 1, '');
   CREATE TABLE `mxa_captcher` ( `ckey` varchar(32) NOT NULL default '', `ctime` varchar(20) NOT NULL default '', `timestamp` int(11) NOT NULL default '0', `cip` varchar(25) NOT NULL default '', PRIMARY KEY (`ckey`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   CREATE TABLE `mxa_counter` ( `type` varchar(80) NOT NULL DEFAULT '', `var` varchar(80) NOT NULL DEFAULT '', `icon` varchar(100) DEFAULT NULL, `count` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`type`,`var`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO `mxa_counter` (`type`, `var`, `count`) VALUES ('total', 'hits', 0);
   INSERT INTO `mxa_counter` (`type`, `var`, `count`) VALUES ('reset', 'date', 1401818837);
   CREATE TABLE `mxa_modules` ( `mid` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `custom_title` varchar(255) NOT NULL default '', `active` int(1) NOT NULL default '0', `view` int(1) NOT NULL default '0', `main_id` varchar(20) NOT NULL default '', PRIMARY KEY (`mid`), UNIQUE KEY `title` (`title`), KEY `active` (`active`), KEY `view` (`view`), KEY `main_id` (`main_id`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Statistics', 'Statistik', '1', '1', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('_blank', ' blank', 0, 2,'')
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Stories_Archive', 'Artikel Archiv', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('rss', 'rss', 0, 2,'')
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Siteupdate', 'Site News', '0', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Search', 'Suche', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Sections', 'Themen Bereiche', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Topics', 'Themen', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Encyclopedia', 'Enzyklopädie', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('FAQ', 'FAQ', '1', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Feedback', 'Feedback', '1', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Private_Messages', 'Private Nachrichten', '1', '1', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Recommend_Us', 'Uns empfehlen', '1', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Documents', 'Documents', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('legal', 'Nutzungsbedingungen', '1', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Reviews', 'Testberichte', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Web_Links', 'Links', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Surveys', 'Umfragen', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('News', 'Artikel', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Downloads', 'Downloads', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Impressum', 'Impressum', '1', '0', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('UserGuest', 'Benutzer Gästebuch', '0', '1', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('blank_Home', 'Home', '1', '0', 'hided');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Content', 'Inhalte', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Submit_News', 'Artikel schreiben', '1', '1', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Members_List', 'Benutzerliste', '1', '1', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('My_eGallery', 'Mediengalerie', '1', '0', 'Modules_one');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Banners', 'Banner', '0', '1', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Userinfo', 'Benutzerinfo', '1', '1', 'hided');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Themetest', 'Themes', '0', '1', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Guestbook', 'Gästebuch', '1', '0', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Top', 'Topliste', '1', '1', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('User_Registration', 'Benutzer Anmeldung', '1', '3', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Newsletter', 'Newsletter', '1', '1', 'Modules_two');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Your_Account', 'Account', '1', '0', 'Modules_three');
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Contact', 'Contact', 0, 2,'')
   INSERT INTO `mxa_modules` (`title`, `custom_title`, `active`, `view`, `main_id`) VALUES ('Web_News', 'Internet News', '1', '0', 'Modules_one');
   CREATE TABLE `mxa_referer` ( `rid` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL default '', PRIMARY KEY (`rid`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   CREATE TABLE `mxa_users` ( `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `uname` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `femail` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_avatar` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `user_regdate` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_icq` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `user_occ` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_from` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_intrest` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL, `user_sig` text COLLATE utf8_unicode_ci, `user_viewemail` tinyint(1) DEFAULT NULL, `user_theme` int(3) DEFAULT NULL, `user_aim` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_yim` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_msnm` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `pass` varchar(140) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `pass_salt` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, `storynum` tinyint(4) NOT NULL DEFAULT '10', `umode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `uorder` tinyint(1) NOT NULL DEFAULT '0', `thold` tinyint(1) NOT NULL DEFAULT '0', `noscore` tinyint(1) NOT NULL DEFAULT '0', `bio` tinytext COLLATE utf8_unicode_ci, `ublockon` tinyint(1) NOT NULL DEFAULT '0', `ublock` text COLLATE utf8_unicode_ci, `theme` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `commentmax` int(11) NOT NULL DEFAULT '4096', `counter` int(11) NOT NULL DEFAULT '0', `user_posts` int(10) NOT NULL DEFAULT '0', `user_attachsig` int(2) NOT NULL DEFAULT '0', `user_rank` int(10) NOT NULL DEFAULT '0', `user_level` int(10) NOT NULL DEFAULT '1', `user_ingroup` int(10) NOT NULL DEFAULT '1', `user_lastvisit` int(11) NOT NULL DEFAULT '0', `user_regtime` int(11) unsigned NOT NULL DEFAULT '0', `user_lastip` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_lastmod` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_lasturl` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_pm_poptime` smallint(4) unsigned NOT NULL DEFAULT '0', `user_stat` tinyint(1) NOT NULL DEFAULT '0', `user_lang` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_bday` date DEFAULT NULL, `user_sexus` tinyint(1) unsigned NOT NULL DEFAULT '0', `user_guestbook` tinyint(1) unsigned NOT NULL DEFAULT '1', `user_pm_mail` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), UNIQUE KEY `uname` (`uname`), KEY `user_ingroup` (`user_ingroup`), KEY `user_stat` (`user_stat`), KEY `user_lastvisit` (`user_lastvisit`), KEY `user_lastmod` (`user_lastmod`), KEY `user_bday` (`user_bday`), KEY `email` (`email`), KEY `user_sexus` (`user_sexus`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   REPLACE INTO `mxa_users` SET `uid` = 1, `name` = 'Anonymous', `uname` = 'Anonymous', `user_ingroup` = 0, `user_lastvisit` = 1401818837, `user_regtime` = 1401818837, `user_stat` = -1;
   CREATE TABLE `mxa_groups_modules` ( `group_id` int(7) NOT NULL default '0', `module_id` int(7) NOT NULL default '0', UNIQUE KEY `group_id` (`group_id`,`module_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
   INSERT INTO mxa_groups_modules ( group_id, module_id ) SELECT DISTINCT 1 AS group_id, mid FROM mxa_modules WHERE ((active=1) AND (view=1)) ORDER BY mid
   CREATE TABLE `mxa_users_temptable` ( `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `uname` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `femail` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_avatar` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `user_regdate` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_icq` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `user_occ` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_from` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_intrest` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL, `user_sig` text COLLATE utf8_unicode_ci, `user_viewemail` tinyint(1) DEFAULT NULL, `user_theme` int(3) DEFAULT NULL, `user_aim` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_yim` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `user_msnm` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `pass` varchar(140) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `pass_salt` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, `storynum` tinyint(4) NOT NULL DEFAULT '10', `umode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `uorder` tinyint(1) NOT NULL DEFAULT '0', `thold` tinyint(1) NOT NULL DEFAULT '0', `noscore` tinyint(1) NOT NULL DEFAULT '0', `bio` tinytext COLLATE utf8_unicode_ci, `ublockon` tinyint(1) NOT NULL DEFAULT '0', `ublock` text COLLATE utf8_unicode_ci, `theme` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `commentmax` int(11) NOT NULL DEFAULT '4096', `counter` int(11) NOT NULL DEFAULT '0', `user_posts` int(10) NOT NULL DEFAULT '0', `user_attachsig` int(2) NOT NULL DEFAULT '0', `user_rank` int(10) NOT NULL DEFAULT '0', `user_level` int(10) NOT NULL DEFAULT '1', `user_ingroup` int(10) NOT NULL DEFAULT '1', `user_lastvisit` int(11) NOT NULL DEFAULT '0', `user_regtime` int(11) unsigned NOT NULL DEFAULT '0', `user_lastip` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_lastmod` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_lasturl` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_pm_poptime` smallint(4) unsigned NOT NULL DEFAULT '0', `user_stat` tinyint(1) NOT NULL DEFAULT '0', `user_lang` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `user_bday` date DEFAULT NULL, `user_sexus` tinyint(1) unsigned NOT NULL DEFAULT '0', `user_guestbook` tinyint(1) unsigned NOT NULL DEFAULT '1', `user_pm_mail` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), UNIQUE KEY `uname` (`uname`), KEY `user_ingroup` (`user_ingroup`), KEY `user_stat` (`user_stat`), KEY `user_lastvisit` (`user_lastvisit`), KEY `user_lastmod` (`user_lastmod`), KEY `user_bday` (`user_bday`), KEY `email` (`email`), KEY `user_sexus` (`user_sexus`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
   DROP TABLE IF EXISTS `temp_tbl_538e0ed573684`;
   
usw....
mit netten Grüßen aus Athen / GR
F.Juergens

fjuergens

So jetzt hat es geklappt...
habe ein neues Verzeichniss erstellt,
alles darein kopiert und dann die Vollversion als Update eingespielt mit dem aktuellen Setuo.

Läuft alles bestens..... bis auf:

Wen ich jetzt das erstellete Verzeichniss umbenenne erhalte ich folgende Fehlermeldung:

    The config-file is missing or corrupted!
    Die Konfigurationsdatei fehlt oder ist beschädigt!
    Le fichier config.php est absent ou corrompu!
    Ayar dosyası eksik veya hatalı!

Gebe ich dem Verzeichniss seinen ursprünglichen namen zurück... läuft alles wunderbar....

was soll ich oder kann ich da tun ???

Danke im voraus....
mit netten Grüßen aus Athen / GR
F.Juergens

fjuergens

Auch das hat sich erledigt....
mit netten Grüßen aus Athen / GR
F.Juergens