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. Quote
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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.