Missing parameter in the migration config table

In the 'bx_data_migration_config' table one parameter (row) is missing: config_passwd (password to Dolphin 6 database).

Function oldDbConnect() in BxDataMigrationDb.php is using this parameter.

That's why some users may have problems with the migration.

Quote · 13 Dec 2009

Hello can you show us your Db password, I will check it into config parser, maybe have some error there!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 13 Dec 2009

My password to DB was generated by MySQL.

It is something like: W(Gg3?ru-Ko*

(it's similar to my password, but not the real one).

I fixed the problem by adding extra row into bx_data_migration_config table:

INSERT INTO `bx_data_migration_config` (`name`, `value`) VALUES ('config_passwd', 'password to old database')

Quote · 13 Dec 2009

Excelent job ppatron! Major bug for dolphin...

Quote · 13 Dec 2009

Ok ticket was created - http://www.boonex.com/trac/dolphin/ticket/1601

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 13 Dec 2009

Ok trouble was fixed

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 13 Dec 2009

Ok trouble was fixed

Thanks... Wink

Quote · 13 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.