Hello
I am having a problem with my Data Migration Module.
I installed Dolphin RC 7 in a sub folder. During the install, it told me to set the following cron job:
* * * * *
cd /home/account_name/public_html/install_folder/periodic; /usr/local/bin/php -q cron.php
(I edited account_name and install_folder for the purpose of this posting)
I did this EXACTLY (copy paste), but when I run the Data Migration Module for Profiles - it says that it is "qued" and "in progress"
But nothing further ever happens. No error message, ad no profiles ever get moved.
Once, I waited two full days just to see if it needed time to run. Still nothing. Still says qued and in progress.
My cron does not send me an email to let me know it ran either
I contacted our host (HFW), who is familiar with Dolphin scripts.
They informed me that the cron was wrong and told me do do it this way:
* * * * *
php -q /home/accountname/public_html/install_folder/periodic/cron.php
(notice, they took out the cd part . . .)
I updated my cron to this EXACTLY - and still NOTHING
I uninstall the module and re-install it . . nothing
Please, someone help me troubleshoot this. The cron must be wrong . . . ?????
Does cron.php need a special permission? Is there a file in the migration module that needs a permission change?
Any help is greatly appreicated.