Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    24

    Default Add domain TLDs from Configuration >> Domain Pricing

    Question :- UNABLE TO ADD NEW TLD's IN WHMCS

    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.
    Solution :-

    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

  2. #2

    Default

    Nice post Kemp. Thanks for sharing the information with us.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •