Здравствуйте.
Имеется IPB 2.1.7 под apache/mysql 4.1 на FreeBSD. Желаемый результат - переход на vBulletin 3.6.4 (vBulletin.v.3.6.4.PHP.RUS-RSN) с сохранением всех пользователей, форумов, тредов и сообщений.
Использую ImpEx_1.116_build_1.72_Null (ImpEx.1.115_b1.70_.PHP.NULL-DGT с тем же результатом).
Вот конфиг:
Код:
# For mysqli enter mysql
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'vbuser';
$impexconfig['target']['password'] = 'liWiWatwun';
$impexconfig['target']['database'] = 'vbulletin';
$impexconfig['target']['tableprefix'] = 'vb_';
# If the system that is being imported from uses a database,
# enter the details for it here and set 'sourceexists' to true.
# If the source data is NOT stored in a database, set 'sourceexists' to false
$impexconfig['sourceexists'] = true;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'forumuser';
$impexconfig['source']['password'] = 'LyskOjdyd';
$impexconfig['source']['database'] = 'forum';
$impexconfig['source']['tableprefix'] = 'ipb_';
На шаге "Check and update database" происходит ошибка:
Код:
Possiablly custom tables or incorrect prefix :
ipb_stats NOT found.
ipb_topconfig NOT found.
ipb_topvotes NOT found.
ipb_unrealportal NOT found.
ipb_up_custblocks NOT found.
ipb_up_custcontent NOT found.
Все остальные шаги выполняются без ошибок, но новые форумы не отображаются на главной странице. Отображаться они начинают после нажатия "Сохранить порядок отображения".
Все сообщения в vBulletin датируются 1970-м годом, что есть неправильно.
Как решить эту проблему?