Jump to content

Important info for those who have converted from AWBS


Recommended Posts

We've just migrated a fairly sizable database from AWBS to WHCMS, and discovered that an Apostrophe in any of the customer data in AWBS caused the record to not import into WHMCS, while the customer's domains and hosting packages did import.

 

Thus, we ended up with active hosting packages and domains in WHMCS with no customer records - and as a result no billing.

 

I've alerted Matt to the problem via a support ticket, but wanted to also post here so that folks who've converted from AWBS can look for orphaned records:

 

Here are two simple queries to check your WHMCS database for missing customers:

 

Hosting packages with no customer:

 

select * from tblhosting

where userid not in

(select id from tblclients)

 

Domains with no customer:

 

select * from tbldomains

where userid not in

(select id from tblclients)

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated