Data Migration D7 RC1

hello,

i installed D7 and setup the correct path to my old 6.1.6 and setup the cron.

started profiles - it shows all the time queued and nothing happens.

where could be the problem?

could someone help please

Quote · 13 Nov 2009

Same thing here...... Stuck on Profiles = In Process

 

Ive tried uninstalling the module, reinstalling.

Ive tried resetting the flag in the DB so that I can "re-que" it. 

 

Ive checked the crontab settings.

 

No luck....

 

Quote · 13 Nov 2009

Same here.  just queued.

Quote · 13 Nov 2009

So what is the fix for this????? 

 

Inquiring minds would like to know...  :-)

 

 

Quote · 13 Nov 2009

must the profile fields table be the original 6.1.6. or is it ok if there were fields add in that?

normaly d7 only has to take the informations which are needed like nick,email,pass, description....

i absolutly don´t get it work

Quote · 14 Nov 2009

So, say you have modded your site and certain tables have more columns than default install. Is migration script coded so it strictly pulls certain data and ignores the rest, or do we have to strip our databases' tables to their default condition?

I'd assume the former, but given gecealem's comment above, perhaps the migration tool can't execute because it finds additional data in the tables it is trying to import over and does not know what to do with it.....

Quote · 14 Nov 2009

what is the cron job that is needed to be set up? is there any documentation on this? i have looked in the /docs folder but nothing there on this

Quote · 14 Nov 2009

Same here.....

Quote · 14 Nov 2009

I can't believe this hasn't been resolved yet with som many having the same problem.

Quote · 15 Nov 2009

I can't believe this hasn't been resolved yet with som many having the same problem.

Did you receive some errors  ? What Dolphin version do you use ? Did you try to reinstall that module ?

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

i have no errors...

tried so often and also with a new 6.1.6.

it is just queued and nothing is tranfered

Quote · 15 Nov 2009

i have no errors...

tried so often and also with a new 6.1.6.

it is just queued and nothing is tranfered

Try to reinstall the data migration module and check the cron job

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

i also reinstalled.

i setup the cron in my cpanel....and because nothing was tranfered ,

my host also setup the cron to be sure i didn´t make a mistake.

could there be somewhere a permission problem?

Quote · 15 Nov 2009

It was the cronjob.  I entered it exactly and it works fine now.

Quote · 15 Nov 2009

anyone else an idea where the problem could be?

Quote · 15 Nov 2009

and my cron.php works for other things like matchmaking notification.

 

the problem must be somewhere else for migration

Quote · 15 Nov 2009

It was the cronjob.  I entered it exactly and it works fine now.

How exactly did you enter it?

Quote · 16 Nov 2009

same problem here, im trying to configure cron jobs at godaddy, i tryed all options but migration doesnt work, can enyone explain how to input the command in control panel at godaddy?

thanks.

Quote · 16 Nov 2009

hello,

i just got a error message which my host sent me.

<font color="red">register_globals is On (warning, you should have this
param in Off state, or your site will unsafe)</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin
Troubleshooter</a> <br />
and solve the problem.#

my register_globals is on both sites off , otherwise the complete dolphin install hadn´t work.

Quote · 16 Nov 2009

hello,

i just got a error message which my host sent me.

<font color="red">register_globals is On (warning, you should have this
param in Off state, or your site will unsafe)</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin
Troubleshooter</a> <br />
and solve the problem.#

my register_globals is on both sites off , otherwise the complete dolphin install hadn´t work.

Just check it again !

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

that was the first i did:-)

my dolphin wouldn´t run if the register_globals are on

and the matchmaking emails from that cron work.

Quote · 16 Nov 2009

ok, now i found a error in my log files from cron job my host sent me

<b>Warning</b>:  mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'dbxxxx_5'@'localhost' (using password: YES) in <b>/xxxxx/xxxxxx7/xxxx/modules/boonex/data_migration/classes/BxDataMigrationDb.php</b> on line <b>212</b><br />

@localhost

my site isn´t runing with localhost

$db['host']                = 'mysql5.xxx.com';

so where can i change in data migration this localhost ?

Quote · 17 Nov 2009

ok, now i found a error in my log files from cron job my host sent me

<b>Warning</b>:  mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'dbxxxx_5'@'localhost' (using password: YES) in <b>/xxxxx/xxxxxx7/xxxx/modules/boonex/data_migration/classes/BxDataMigrationDb.php</b> on line <b>212</b><br />

@localhost

my site isn´t runing with localhost

$db['host']                = 'mysql5.xxx.com';

so where can i change in data migration this localhost ?

Hello try to add this param in `bx_data_migration_config`

config_host = 'mysql5.xxx.com'

Ticket was added : http://www.boonex.com/trac/dolphin/ticket/1479

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

OK guys that small trouble was fixed,  please update the - data_migration/classes/BxDataMigrationModule.php

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

OK guys that small trouble was fixed,  please update the - data_migration/classes/BxDataMigrationModule.php

update ?

download the D7 RC1 version new or how to update?

Hello try to add this param in `bx_data_migration_config`

config_host = 'mysql5.xxx.com'

you mean add this line directly in mysql table?

Quote · 17 Nov 2009

hello sasha,

i am sorry, but i ddn´t understand your last message.

Quote · 18 Nov 2009

hello sasha,

i am sorry, but i ddn´t understand your last message.


Hello, just download and replace this file 'data_migration/classes/BxDataMigrationModule.php'

(http://www.boonex.com/trac/dolphin/browser/trunk/modules/boonex/data_migration/classes/BxDataMigrationModule.php)

'
you mean add this line directly in mysql table?' - yes !

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

hi,

i just wanted to let you know how i got it work....maby others have the same problems.

first i add in the dtabase in table bx_data_migration_config

config_host = 'mysql5.xxx.com'

on my server i have many domains. every domain has it´s own php.ini settings in the admin panel.

but that wasn´t enough.

the cron job takes a standard php.ini on the server. this had to change my host to turn there register_globals = off

Quote · 19 Nov 2009

So with the mysql5.xxx.com do you need to replace the xxx with the new 7 site, or the old 6.16 site? Or just leave it xxx?

Cory

Quote · 21 Nov 2009

Ok, so here is what I have done:

Replaced the BxDataMigrationModule.php file and did a clean install.

Set my Cronjob as installation said to: "cd /home/name/public_html/domain.com/periodic; /usr/local/bin/php -q cron.php"

First set my Data Migration config path to my 6.16 site.

Then went into the database and added the mysql.xxx.com (with the xxx being the old site path, I assumed since everything else in that area was the old site info)

And went to set Profiles Data Migration. Still having the same problem of it just sitting there In Process.

Any ideas?

Quote · 21 Nov 2009

@Gecealem

I have done the same but my host do not put the main php.ini of on globals.. Is it another way I can do this?

Quote · 27 Dec 2009

You can try checking some info that I posted here:


http://www.boonex.com/unity/forums/topic/Cron-Jobs-Migrations-Videos.htm

Chris

Nothing to see here
Quote · 28 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.