WHMCS Domain/TLD setup - whmcs

I have hit past 165 domains entered with pricing, now it wont let me add anymore domains. Whats is a work around for this or what could be the issue? Thanks (Also checked the WHMCS logs and no records of any errors)

WHMCS has no 'limit' to the number of TLDs
If you've reached a level where you cannot add any more then that will be a configuration issue with your server/apache/php - some sort of setting/limit on form submits - check your server logs.

I faced the same issue. The error log showed PHP Warning: Unknown: Input variables exceeded 1000. The solution was to modify the max_input_vars value in php.ini. I can now add the TLDs.

Related

XAMPP/Apache error: VirtualAlloc() failed: [0x00000008] Not enough storage

While using Apache on XAMPP my localhost keeps failing to load. It'll work for a bit and then it'll just stop working. First I got this error about increasing my ThreadsperChild option (which I did, to 1500) but now I keep getting these errors:
"VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command.
VirtualFree() failed: [0x000001e7] Attempt to access invalid address.
Can't initialize heap: [0x000001e7] Attempt to access invalid address."
Either that, or (depending on what value I choose for the ThreadsperChild option, e.g. 800,400,1500 etc.) I only get: "AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name"
In either case the localhost won't load. I'm using Mozilla Firefox to try to reach the localhost. It used to work fine but then XAMPP/Apache just started giving me all these errors.
Does anyone know how to solve this? Is there an ideal number for the ThreadsperChild option or is there something else in the config files that needs to be changed? It's really frustrating because the localhost will host a test file first no problem and then the next file I try to load will not come up and the server becomes unresponsive. It must be a simple fix but I just can't seem to find it.
Any help would be greatly appreciated.

WHM/cPanel: Create New Account ERROR

When creating a new account in WHM I get this error instantly when I click the Create button: 'A fatal error or timeout occurred while processing this directive'. It says 'show' for more info but its not clickable. Certain the entered information is correct. Any suggestions?
.
CENTOS 6.9 v66.0.29, Load Averages: 0.05 0.06 0.02
After much research and time wasting this proved to be a server side issue. The host rebooted the server and reset VPS quotas and all works good now. I would recommend contacting your host first if you have the same problem.

error 500 http on prestashop bankwire module

I met some trouble while using prestashop. In fact I just set up my own shop and I met some trouble using the bankwire. when somebody do confirm its order, it turns into a error 500 instead of displaying the confirmation of the order.
I'm on php 5.3 here is the adress of the website. www.omega-nutrition.fr
you will probably need to provide more information. Check the server error logs and also make sure that your permissions are set at 755 (or 644). Make sure that you clear the cache and cookies if the permission needs to be changed.
Also, I think if you have the Collisimo module installed and do not need it, try to uninstall it and that might help as well.
Please check /logs/date_exception.log
If you have this error:
Can't load Order status at line 167 in file classes/PaymentModule.php
(prestashop 1.6)
You have to insert all default order status :
ps_order_state
ps_order_state_lang
dump theses original tables from fresh install and import into your database

Solve "HTTP 510 Not Extended" Error

My server fired every week a 510 HTTP error. After reboot the apache, the problem was solve.
But this is more a workaround as a solution for this problem.
Any ideas, how to solve this problem?
Got the same issue , one of sites that im holding got the same story - many errors in firebug "510 Not extended" .
Checked configuration of apache and server , there was limit on numbers of connections and total outgoing traffic bandwidth .
When put it to unlimited all working perfect when ,enabling limiting get this error, need to find the middle when it working good and there no "unlimited" for all traffic set.
The reason why we set this limiting was - one of the sites on server was raising traffic, up to limit of whole server - too much connections and outgoing traffic ... we didnt find this site ,but added module that allow you manage traffic and connection limiting per site.
So in my opinion you have the same issue when one of the sites raising your traffic and you start get this error - you as you said restarting apache - and that solves this permanently.

Apache internal server error page

How can I configure Apache so that it does not serve the default 500 Internal Server Error page?
Additionally, I do not want a custom one.
I just want any error returned to be printed
Thanks
Take a look at this for the first part of your question :
http://www.404-error-page.com/404-create-a-custom-404-error-page-with-htaccess.shtml