Seite 2 von 2

Verfasst: 17.11.2004 17:46
von Christian_W
Welche Tabellen hast Du denn?
Steht etwas in den Tabellen?
Welche Größe zeigt Dir phpMyAdmin an?

Gruß Christian

Verfasst: 17.11.2004 18:52
von Zero Zion
Welche Tabellen hast Du denn?

Code: Alles auswählen

phpbb_auth_access
phpbb_banlist
phpbb_categories
phpbb_config
phpbb_confirm
phpbb_disallow
phpbb_forum_prune
phpbb_forums
phpbb_groups
phpbb_posts
phpbb_posts_text
phpbb_privmsgs
phpbb_privmsgs_text
phpbb_ranks
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch
phpbb_sessions
phpbb_smilies
phpbb_themes
phpbb_themes_name
phpbb_topics
phpbb_topics_watch
phpbb_user_group
phpbb_users
phpbb_vote_desc
phpbb_vote_results
phpbb_vote_voters
phpbb_words
Steht etwas in den Tabellen?

Ja und zwar in folgenden:

Code: Alles auswählen

phpbb_config  61 Einträge
phpbb_groups 2 Einträge
phpbb_ranks  1 Eintrag
phpbb_sessions   1 Eintrag
phpbb_smilies  42 Einträge
phpbb_themes  1 Eintrag
phpbb_user_group  2 Einträge
phpbb_users  2 Einträge
Kurz gesagt, ind den Tabelle wo kein Inhalt drin steht.

edit Christian_W: bitte [ code]-Tags benutzen

Welche Größe zeigt Dir phpMyAdmin an?
67,7 KB Total

Verfasst: 17.11.2004 20:24
von Christian_W
Versuch's nochmal mit bigdump und poste dann die Ausgabe von bigdump wenn es fertig ist.

Gruß Christian

Verfasst: 17.11.2004 22:26
von Zero Zion
Also:

edit Christian_W: Unnötiges entfernt.

Code: Alles auswählen

Processing file: phpbb_db_backup.sql

Starting at the line: 21001

Stopping at the line: 21456

Queries performed (this session/total): 176/18205

Total bytes processed: 2300835 (2247 KB)

Congratulations: End of file reached, assuming OK

Thank you for using! Please rate Bigdump at Hotscripts.com

You can send me some bucks or euros as appreciation via PayPal

Start from the beginning (DROP the old tables before restarting)

© 2003 Alexey Ozerov - BigDump Home
Das wärs.

Verfasst: 17.11.2004 22:50
von Christian_W
Es reicht, wenn Du die *.sql-Datei verarbeiten lässt. ;)
Das hat laut der Ausgabe auch geklappt.
Wenn das Forum jetzt trotzdem noch nicht läuft, poste mal die ersten 20 Zeilen der phpbb_db_backup.sql und einen Teil der config.php

Code: Alles auswählen

$table_prefix =
Und auch mal einen Link zum Forum bitte.

Gruß Christian

Verfasst: 18.11.2004 08:08
von Zero Zion
Die ersten paar Zeilen von der SQLDatei

Code: Alles auswählen

#
# phpBB Backup Script
# Dump of tables for userZeroZion
#
# DATE : 16-11-2004 16:27:08 GMT
#
#
# TABLE: phpbb_auth_access
#
DROP TABLE IF EXISTS phpbb_auth_access;
CREATE TABLE phpbb_auth_access(
group_id mediumint(8) NOT NULL,
forum_id smallint(5) unsigned NOT NULL,
auth_view tinyint(1) NOT NULL,
auth_read tinyint(1) NOT NULL,
auth_post tinyint(1) NOT NULL,
auth_reply tinyint(1) NOT NULL,
auth_edit tinyint(1) NOT NULL,
auth_delete tinyint(1) NOT NULL,
auth_sticky tinyint(1) NOT NULL,
auth_announce tinyint(1) NOT NULL,
auth_vote tinyint(1) NOT NULL,
auth_pollcreate tinyint(1) NOT NULL,
auth_attachments tinyint(1) NOT NULL,
auth_mod tinyint(1) NOT NULL, 
KEY group_id (group_id), 
KEY forum_id (forum_id)
);
Die Config

Code: Alles auswählen

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql4';

$dbhost = 'localhost';
$dbname = 'userZeroZion';
$dbuser = 'ZeroZion';
$dbpasswd = '*******';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>

Verfasst: 18.11.2004 09:32
von Christian_W
Backup und config.php passen zusammen.
Kannst Du mir mal Deine FTP und DB Zugangsdaten per PN senden?
Dann schau ich mal in die DB wo es jetzt noch hängen könnte.

Gruß Christian

Verfasst: 18.11.2004 09:40
von Zero Zion
Hab dir die Zugangsdaten per PN geschickt.

Verfasst: 18.11.2004 11:30
von Christian_W
Nur um das Thema abzuschließen:
bigdump hat geschrieben:Queries performed (this session/total): 176/18205
Total bytes processed: 2300835 (2247 KB)
Congratulations: End of file reached, assuming OK
Das Backup wurde erfolgreich eingespielt.
Das Board läuft wieder. Da war wohl noch irgendetwas altes im Browsercache.

Gruß Christian

Verfasst: 18.11.2004 15:47
von Zero Zion
Danke