Jump to content

[UNCONFIRMED] error on i-Device on I will use my existing domain...


Recommended Posts

I'm using WHMCS 5.1.3

I've used the comparison order template, and I've got the fix from whmcs regarding this problem,

 

but when I order the hosting and select "I will use my existing domain and update my nameservers" options on my i-Device ( ipod touch & ipad 2, both using ios5 ), it still says the wrong tld notification.

 

as I'm a programmer myself, I've checked the "configureproductdomain.tpl" and it seems that the problem doesn't come from the tpl file, I've checked the jQuery.post values, it gives the correct value.

 

this line :

jQuery.post("cart.php", { a: "domainoptions", sld: sld, tld: tld, checktype: domainoption, ajax: 1 },

function(data){

jQuery("#domainresults").html(data);

jQuery("#domainresults").slideDown();

jQuery("#loading3").slideUp();

});

 

I've checked the sld, tld, and domainoption are set correctly , ( in my example, it's

 

jQuery.post("cart.php", { a: "domainoptions", sld: "testsite", tld: "com", checktype: "owndomain", ajax: 1 },

function(data){

jQuery("#domainresults").html(data);

jQuery("#domainresults").slideDown();

jQuery("#loading3").slideUp();

});

 

 

but still the data returned is still "the domain you entered is not valid. Enter only the part after the www. and include the TLD" ( with all the divs formatting ) when it's being called from the iDevice. So it proves that the jQuery.post function is running correctly, it just the data returned from cart.php says it was not valid. and since cart.php is encrypted, I can't analyze it further.

 

anyone can confirm this with their i-Device or give some enlightment to the bug?

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.

  • 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