PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme beim wbb --> VB3


Weierhai
24.05.2007, 20:06
ich hab ein wbb 2.3.5
problem
beim ImpEx
findet er manche bb1_ daten nicht.
Was hab ich falsch gemacht?

weil $n = "bb_1"
und das stimmt doch oder?
http://250kb.de/u/070524/j/7fa64155.jpg

Pathor
24.05.2007, 20:28
Sind wohl Tabellen, die nicht standardmäßig zm wbb gehören (custom tables). ;)
Einfach fortfahren.

Weierhai
24.05.2007, 20:34
da kann man nicht fortfahren. Kann man das wo umstellen???
weil er findet keine dateine nix

Weierhai
24.05.2007, 21:06
Fatal error: Maximum execution time of 10 seconds exceeded in /srv/www/htdocs/web355/html/wbb233/upload/includes/adminfunctions.php on line 3247

steht nun da

s.molinari
24.05.2007, 21:33
Hi Weierhei,

Welche Module wird gerade durchgeführt, wenn die Fehlermeldung kommt?

Scott

rellek
24.05.2007, 21:52
Die Tabellen, die Impex da anprangert, sind auch keine, die es beim wBB geben würde...
Hast du dir das richtige Forensystem ausgesucht?

hcmagix
24.05.2007, 22:51
gibs da nicht irgendwelche Scripte von Mystics zu dem Thema? *ich glaub mich daran zu erinnern*

btw. Sufu Import

u.a. http://www.vbulletin-germany.com/forum/showthread.php?t=30182&highlight=import

[rbc]
06.06.2007, 17:28
Hallo Weierhai / @all
Ich habe genau das selbe Problem wie Du !
WBB Version 2.3.6
"Impex"
VB 3.6.7 pl1

Nachfolgendes wird angezeigt :
ImpEx build version : 1.81

Database cleanup & restart (http://www.compusoft.li/cvboard/impex/help.php) ||| Online manual (http://www.vbulletin.com/docs/html/impex)
Using includes/config.php for target config.



Altering tables

ImpEx will now Alter the tables in the vB database to include import id numbers.
This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time.

They will also be left after the import if you need to link back to the origional wBB userid.

moderator - importmoderatorid OK
usergroup - importusergroupid OK
ranks - importrankid OK
poll - importpollid OK
forum - importforumid OK
forum - importcategoryid OK
user - importuserid OK
style - importstyleid OK
thread - importthreadid OK
post - importthreadid OK
thread - importforumid OK
smilie - importsmilieid OK
pmtext - importpmid OK
avatar - importavatarid OK
customavatar - importcustomavatarid OK
customprofilepic - importcustomprofilepicid OK
post - importpostid OK
attachment - importattachmentid OK
pm - importpmid OK
usernote - importusernoteid OK
phrase - importphraseid OK
subscription - importsubscriptionid OK
subscriptionlog - importsubscriptionlogid OK

Valid found tables :


Possibly custom tables or incorrect prefix :

access NOT found.
acpmenuitemgroups NOT found.
acpmenuitemgroupscount NOT found.
acpmenuitems NOT found.
acpmenuitemscount NOT found.
adminsessions NOT found.
announcements NOT found.
applications NOT found.
attachments NOT found.
avatars NOT found.
bbcodes NOT found.
boards NOT found.
boardvisit NOT found.
designelements NOT found.
designpacks NOT found.
events NOT found.
folders NOT found.
gal_cats NOT found.
gal_main NOT found.
groupcombinations NOT found.
groupleaders NOT found.
groups NOT found.
groupvalues NOT found.
groupvariablegroups NOT found.
groupvariables NOT found.
icons NOT found.
languagecats NOT found.
languagepacks NOT found.
languages NOT found.
links_cats NOT found.
links_entries NOT found.
links_options NOT found.
moderators NOT found.
optiongroups NOT found.
options NOT found.
permissions NOT found.
polloptions NOT found.
polls NOT found.
posts NOT found.
privatemessage NOT found.
profilefields NOT found.
ranks NOT found.
searchs NOT found.
sessions NOT found.
smilies NOT found.
stats NOT found.
styles NOT found.
subscribeboards NOT found.
subscribethreads NOT found.
templatepacks NOT found.
templates NOT found.
threads NOT found.
threadvisit NOT found.
user2groups NOT found.
userfields NOT found.
users NOT found.
votes NOT found.
wlw NOT found.
wordlist NOT found.
wordmatch NOT found.
mailqueue NOT found.
mails NOT found.
postcache NOT found.
privatemessagereceipts NOT found.
register_keys NOT found.

If you have all red tables, i.e. none correct this could possible be your table prefix :


bb1_ Failed Check database permissions and connection, or table prefix to ensure its correct
______________________________________________________________
Der prefix stimmt , auch die Quell und Ziel Sql Datenbanken .
Die Zugriffsrechte sind auch in Ordnung . (Überprüft)

Wäre für einen Hilfreichen Tip sehr Dankbar . Versuche das ganze jetzt schon 2 Tage lang . :(

mfg [rbc]

Pathor
06.06.2007, 17:36
Alle Daten in der impexconfig sind korrekt? Tabellenpräfix etc.?

[rbc]
06.06.2007, 18:02
@pathor

impexconfig stimmt! Tabellenpräfix auch ! :D

mfg [rbc]

Pathor
06.06.2007, 18:13
Ist die Datenbank auch auf demselben Server?

[rbc]
06.06.2007, 18:21
Ist die Datenbank auch auf demselben Server?
Ja , auf demselben Server !

Pathor
06.06.2007, 18:22
Poste mal bitte die impexconfig.php (ohne Passwörter ;)).

[rbc]
06.06.2007, 18:34
<?php
if (!defined('IDIR')) { die; }
#################################################################### |;
# vBulletin - Licence Number ENTFERNT
# ---------------------------------------------------------------- # |;
# Copyright ©2000–2007 Jelsoft Enterprises Ltd. All Rights Reserved. |;
# This file may not be redistributed in whole or significant part. # |;
# ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
# http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
#################################################################### |;
####
#
# [ ZIEL - DATENBANK ]
#
# Mit den folgenden Daten kann ImpEx eine Verbindung zu Ihrer vBulletin 3
# Datenbank aufbauen, in die die Daten importiert werden sollen.
#
####
$impexconfig['target']['server'] = 'ENTFERNT';
$impexconfig['target']['user'] = 'ENTFERNT';
$impexconfig['target']['password'] = 'ENTFERNT';
$impexconfig['target']['database'] = 'datenbank2';
$impexconfig['target']['tableprefix'] = '';
####
#
# Wenn das Forenssystem, aus dem Sie Daten importieren möchten, eine
# Datenbank benutzt, setzen Sie 'sourceexists' auf true und geben Sie
# die Daten an, um zu der Datenbank eine Verbindung herstellen zu können.
# Wenn die Quell-Daten nicht in einer Datenbank sind, setzen Sie
# 'sourceexists' auf false.
#
####
$impexconfig['sourceexists'] = TRUE;
####
#
# [ QUELL - DATENBANK ]
#
# Dies ist die Datenbank des Forums, aus dem Sie Daten importieren möchten.
#
####
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql'; // mysql ODER mssql
$impexconfig['source']['server'] = 'ENTFERNT';
$impexconfig['source']['user'] = 'ENTFERNT';
$impexconfig['source']['password'] = 'ENTFERNT';
$impexconfig['source']['database'] = 'datenbank1';
$impexconfig['source']['tableprefix'] = 'bb1_';
####
#
# ÜBERPRÜFUNG AUF DUPLIKATE
#
# Wenn einzigartige Import-IDs vorhanden sind, kann damit überprüft werden, ob
# Daten bereits importiert wurden. Bei einigen Importsystemen muss diese Einstellung
# auf false gesetzt werden, damit sie funktionieren.
#
# Z.B. yahoo_groups, YaBB 2.1
#
####
define('dupe_checking', true);
###############################################################################
####
#
# ERWEITERTE EINSTELLUNGEN
#
# Ändern Sie die folgenden Einstellungen nicht, wenn Sie einen normalen Import
# vornehmen möchten oder nicht wissen, was die Einstellungen bedeuten!
#
####
// Erweiterte Einstellungen zur Ziel-Datenbank
$impexconfig['target']['databasetype'] = 'mysql'; // augenblicklich wird nur mysql unterstützt
$impexconfig['target']['charset'] = '';
$impexconfig['target']['persistent'] = false; // (true/false) Nutzung von mysql_pconnect
// Erweiterte Einstellungen zur Quell-Datenbank
$impexconfig['source']['charset'] = '';
$impexconfig['source']['persistent'] = false;
# language: Setzt die von ImpEx benutzte Sprache. Standard ist Englisch.
# pagespeed: Wartezeit in Sekunden, bis ein Pagerefresh durchgeführt wird.
$impexconfig['system']['language'] = '/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;
define('impexdebug', false);
define('emailcasesensitive', false);
define('forcesqlmode', false);
define('skipparentids', false);
define('shortoutput', false);
define('do_mysql_fetch_assoc', false);
define('step_through', false);
define('lowercase_table_names', false);
define('use_utf8_encode', false);
?>

Pathor
06.06.2007, 18:48
Sieht soweit korrekt aus. Ich würde den Support per Ticket fragen.

[rbc]
06.06.2007, 18:49
@Pathor
OK .... Danke für Deine Zeit :-)