Cpanel Migration to DA Php selection error

Hello Martynas,

I have migrated suspended account from cpanel but the account is not suspended after restoration on DA. Could you check this from your end please?

Thanks,
Melih

Would you mind creating a ticket on this? I'd suggest checking the following from cpmove file:
Code:
grep '^SUSPENDED=1$' cp/[B]username[/B]

Thank you!
 
Hello,

Yes it is suspended.

cp/username file content part:

RS=paper_lantern
STARTDATE=1109486412
SUSPENDED=1
SUSPENDTIME=1563440332
USER=kebirne


Thanks,
Melih
 
Hello,

Yes it is suspended.

cp/username file content part:

RS=paper_lantern
STARTDATE=1109486412
SUSPENDED=1
SUSPENDTIME=1563440332
USER=kebirne


Thanks,
Melih

Is your 0.0.17 downloaded yesterday? Please let me know the output of:
Code:
grep SUSPENDED /usr/local/directadmin/scripts/cpanel_to_da/cpanel_to_da.sh
 
Hello,

grep SUSPENDED /usr/local/directadmin/scripts/cpanel_to_da/cpanel_to_da.sh
[root@deneme admin]#

Thanks,
Melih
 
I think your script is either downgraded to a lower version (not 0.0.17), or it was downloaded before my post yesterday that I've included it into 0.0.17 :) Updating should do the trick.
 
Back
Top