vultr / whmcs-vultr

Vultr Module for WHMCS
Apache License 2.0
92 stars 52 forks source link

Unable to set prices for certain vultr configurable options in WHMCS 7.10.* #84

Open iamdhanuka opened 4 years ago

iamdhanuka commented 4 years ago

We cannot save prices for Windows 2012 R2 x64 and Windows 2016 x64 in os_type | OS Type (vultr autogenerated configurable options)

It always resets to $0.00 when we add pricing for os_type

We were able to set prices for cPanel under CentOS 7 x64 in application|Application (vultr autogenerated configurable options) but it doesn't work on os_type configurable option

Save issue only appears to be on os_type | OS Type configurable option (there is an additional licensing fee of $10 for Windows 2012 R2 x64 and 2016 x64 os_type but we can not set it in the WHMCS area)

Are we doing something wrong or is it a bug? Any suggestions?

iamdhanuka commented 4 years ago

We're using Vultr WHMCS Module version 2.0.4 on 7.10.* WHMCS installation

agentmoller001 commented 4 years ago

Try changing your PHP setting in your:

php.ini or .user.ini file max_input_vars=5000

OR

.htaccess file php_value max_input_vars 5000