Boecki91 hat geschrieben:Wie hast du es gemacht?
Genaue Beschreibung.
Also, alles fing damit an, als ich den berühmten ,,Upload-Pic-MOD'' installieren wollte...
Ich habe alle erforderlichen Datein in die angegebenen Pfade reinkopiert mit Hilfe eines FTP-Upload-Programms.
Als ich dann aber auf mein FTP zugreifen wollte erschien plötzlich folgende Meldung nach eingeben des Passwortes:
500 MPLE.COM not understood
Also entfernte ich alle Upload-Pic-Datein wieder mit dem Programm...
Aber das Problem bestand weiterhin, so glaubte ich, hätte ich jetzt, weil ich irgendwas falsch gemacht habe, meinen FTP-Zugang ruiniert oder sowas...
Also tat ich folgendes, ich sicherte meine Datenbank mit Hilfe der eingebauten Funktion und
lud eine ältere Datenbank wieder hoch, danach passierte es...
Error importing backup file
DEBUG MODE
SQL Error : 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 'allow_html', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('' at line 1
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_disablefig (config_name, config_value) VALUES('allow_html', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_html_tags', 'b,i,u,pre'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_bbcode', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_smilies', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_sig', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_namechange', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_theme_create', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_local', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_remote', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_upload', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('enable_confirm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_autologin', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_autologin_time', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('override_user_style', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('posts_per_page', '15'); INSERT INTO phpbb_config (config_name, config_value) VALUES('topics_per_page', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('hot_threshold', '25'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_poll_options', '20'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_sig_chars', '350'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_inbox_privmsgs', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_sentbox_privmsgs', '25'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_savebox_privmsgs', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_sig', 'Viele Grüße XXX'); INSERT INTO; INSERT INTO phpbb_config (config_name, config_value) VALUES('gzip_compress', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('coppa_fax', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES('coppa_mail', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_users', '10'); INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_date', '1194173471'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_name', 'XXX.XXX.XXX.de'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_port', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES('script_path', '/XXX/'); INSERT INTO phpbb_config (config_name, config_value) VALUES('version', '.0.22'); INSERT INTO phpbb_config (config_name, config_value) VALUES('rand_seed', '4f8067fc39550f36705455bb851c6bc7'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_startdate', '1192753514'); INSERT INTO phpbb_config (config_name, config_value) VALUES('default_lang', 'german'); DROP TABLE IF EXISTS phpbb_disallow; CREATE TABLE phpbb_disallow( disallow_id mediumint(8) unsigned NOT NULL auto_increment, disallow_username varchar(25) NOT NULL, PRIMARY KEY (disallow_id) ); DROP TABLE IF EXISTS phpbb_forums; CREATE TABLE phpbb_forums( forum_id smallint(5) unsigned NOT NULL, cat_id mediumint(8) unsigned NOT NULL, forum_name varchar(150), forum_desc text, forum_status tinyint(4) NOT NULL, forum_order mediumint(8) unsigned DEFAULT '1' NOT NULL, forum_posts mediumint(8) unsigned NOT NULL, forum_topics mediumint(8) unsigned NOT NULL, forum_last_post_id mediumint(8) unsigned NOT NULL, prune_next int(11), prune_enable tinyint(1) NOT NULL, auth_view tinyint(2) NOT NULL, auth_read tinyint(2) NOT NULL, auth_post tinyint(2) NOT NULL, auth_reply tinyint(2) NOT NULL, auth_edit tinyint(2) NOT NULL, auth_delete tinyint(2) NOT NULL, auth_sticky tinyint(2) NOT NULL, auth_announce tinyint(2) NOT NULL, auth_vote tinyint(2) NOT NULL, auth_pollcreate tinyint(2) NOT NULL, auth_attachments tinyint(2) NOT NULL, PRIMARY KEY (forum_id), KEY forums_order (forum_order), KEY cat_id (cat_id), KEY forum_last_post_id (forum_last_post_id) ); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('1', '1', 'XXX', 'XXX/XXX!'
Line : 980
File : admin_db_utilities.php
...erschien.
Danach kam statt des Boards, die oben genannte Fehlermeldung mit der Themes-ID!
Seitdem irre ich im Internet herum und suche eine Lösung, um es denoch irgendwie zu retten, ansonsten muss halt 'n Neues her, wäre aber schon schmerzhaft... Gibt es noch Hoffnung?
Viele Grüße
Reinsch