Question :- UNABLE TO ADD NEW TLD's IN WHMCS
Solution :-1.The empty last row in the TLDs table is where you add new TLDs to your list
2. Begin by entering the TLD including the preceding . for example ".com", ".net", etc...
3. Then click “Save” to get the TLD added.
Even after saving the changes, The TLD is not added in the list located at hxxp:// yourdomain.com/whmcs/configdomains.php (replace hxxp with http) than you will have to check following Points on the server where your WHMCS is installed.
i)Check the php.ini settings which might be restricting it
ii)The server might have SUHOSIN installed which is limiting the number of fields in a form submission
iii)Check Following entries and increase the limits:-
a) suhosin.request.max_vars = xxx
b) suhosin.post.max_vars = xxx.
c) suhosin.max_array_depth = xxx
d) suhosin.max_vars = xxx


Reply With Quote
