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
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 |
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....
|
Same here. just queued. |
So what is the fix for this?????
Inquiring minds would like to know... :-)
|
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 |
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..... |
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 |
Same here..... |
I can't believe this hasn't been resolved yet with som many having the same problem. |
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 |
i have no errors... tried so often and also with a new 6.1.6. it is just queued and nothing is tranfered |
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 |
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? |
It was the cronjob. I entered it exactly and it works fine now. |
anyone else an idea where the problem could be? |
and my cron.php works for other things like matchmaking notification.
the problem must be somewhere else for migration |
It was the cronjob. I entered it exactly and it works fine now. How exactly did you enter it? |
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. |
hello, i just got a error message which my host sent me. <font color="red">register_globals is On (warning, you should have
this my register_globals is on both sites off , otherwise the complete dolphin install hadn´t work. |
hello, i just got a error message which my host sent me. <font color="red">register_globals is On (warning, you should have
this 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 |
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. |
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 ? |
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 |
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 |
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? |
hello sasha, i am sorry, but i ddn´t understand your last message. |
hello sasha, i am sorry, but i ddn´t understand your last message.
(http://www.boonex.com/trac/dolphin/browser/trunk/modules/boonex/data_migration/classes/BxDataMigrationModule.php) PS: If possible do not write me personally, please try to ask on the forum first |
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 |
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 |
Ok, so here is what I have done: First set my Data Migration config path to my 6.16 site. |
@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? |
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 |