Jump to content

Email Registrar & Lookup Problems - Help


Recommended Posts

Hello,

We've made the mistake to upgrade our WHMCS to 7.5.1 as we thought so that some old issues will be solved by last version,

so last 3 months now we trying to solve them with many tickets to WHMCS Support Team but as usual nada...

1. The inside Email Registrar Module do not work so for any fixen domains (own one - as like .subdomain.com), system search-lookup do not check them (even when there is a hosting plan with this domain (as like test.subdomain.com), this module was working fine if I can recall till V6.3 and 7.1 (please don't ask what replies we took from WHMCS Suport)

2. The main thing is that the domain lookup -search do not check in V7.5.1 database for already registered domains or even if there is any hosting plan with domain, for 3 months now we taking same answer from WHMCS "we shall solve this issue into one of our next edition"!!!  we've try anything which we know to solve it but .... the code exist into domainoptions.tpl but it seems that it's not working,

{if $invalid}
    <div class="domain-checker-result-headline domain-checker-unavailable">
        {if $reason}
            {$reason}
        {else}
            {$LANG.cartdomaininvalid}
        {/if}
    </div>
{elseif $alreadyindb}
    <div class="domain-checker-result-headline domain-checker-unavailable">
        {$LANG.cartdomainexists}
    </div>
{else}

we check also script.min.js or we try to add this code to execute it first and before any other check-code into adddomain.tpl or into configureproduct but we haven't any success

so after 3 months we need your help to find a way to by pass this issue

Thank you in advance, Regards.

Edited by ody
Link to comment
Share on other sites

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.

×
×
  • 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