furioussnail Posted April 28, 2017 Report Posted April 28, 2017 Hello. Blesta throws the "Undefined index: client_prorate_credits" error when trying to update the promo code on existing service. Disabling the "Prorating" and "Use module" options makes no difference. Using Blesta 4.0.0 on PHP 7 and CentOS 7. Thank you.
Paul Posted May 8, 2017 Report Posted May 8, 2017 That's a warning, and no warnings should be produced but I wonder whether you have error reporting enabled. In /config/blesta.php, error reporting should be 0, and system.debug false, like below. What do you have? Configure::errorReporting(0); Configure::set("System.debug", false); Aside from the warning, does it not work correctly?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now