dazeck Posted August 11, 2014 Report Posted August 11, 2014 I have the LogicBoxes Module installed to connect to resell.biz for domain names, it all works nice on desktop but today I tried from my mobile as I wanted to show someone and every domain came back as unavailable. Even aghahdahdqq.com for instance. I can try the desktop version and find a domain that is available, but immediately on mobile it is unavailable. I am using Samsung Galaxy Note 3 and Chrome Browser to render. I even tried show desktop version but it didn't change the view so I think Blesta renders as mobile regardless of setting. Blesta version installed, 3.2.2 LogicBoxes version installed, 2.1.1
Blesta Addons Posted August 11, 2014 Report Posted August 11, 2014 i don't believe is a blesta related ..... if the module return a unavailable response , that mean the module communicate with the server . also blesta use bootsrap fro client , so no change in the core module of php code , is just a template matter . but you are sure you are subbmiting the domain without any space caractere . can you post your order form to test in our side .
dazeck Posted August 11, 2014 Author Report Posted August 11, 2014 Sure, the order form is <FIXED NOW> Try search for something on desktop, then use the mobile device to search for same, says unavailable for everything.
Blesta Addons Posted August 11, 2014 Report Posted August 11, 2014 i can reproduce it .... the same as you ,with my phone not working , tested in andriod phones . i will try it tomorrow from iphone to see if the same . from a emulator mobile phone in desktop , no error ... so is related to the device , we need to check the data sent or we need to log the whois action to se the sent/post data .
Blesta Addons Posted August 11, 2014 Report Posted August 11, 2014 I FOUND the probleme , is NOT A BUG ....... the probelem is from the word typed aghahdahdqq.com != Aghahdahdqq.com aghahdahdqq.com is valid domain name Aghahdahdqq.com is not a valid term to search in the phone , they always return the first letter to uppercase . PauloV, Michael and wfitg 3
dazeck Posted August 12, 2014 Author Report Posted August 12, 2014 Ah. Well spotted. You are right. It works fine when I make it all lowercase letters. Thanks
Blesta Addons Posted August 12, 2014 Report Posted August 12, 2014 Ah. Well spotted. You are right. It works fine when I make it all lowercase letters. Thanks i think the module should be convert any uppercase to lowercase letter when cheking and registring .
Michael Posted August 12, 2014 Report Posted August 12, 2014 i think the module should be convert any uppercase to lowercase letter when cheking and registring . feature request lol
Blesta Addons Posted August 12, 2014 Report Posted August 12, 2014 we have this isseu with blesta from the first release , i have remember that i used a quick fix with jquery , put this code in the head of the structure file of templae . <script type="text/javascript"> $(function() { $('input[name="domain"]').keyup(function() { this.value = this.value.toLowerCase(); }); }); </script> Daniel B 1
Daniel B Posted August 13, 2014 Report Posted August 13, 2014 Thanks for that fix Naja! I've taken the liberty of creating a feature request for this issue: http://www.blesta.com/forums/index.php?/topic/3097-convert-domain-searches-to-lowercase/ dazeck 1
Recommended Posts