Jump to content

Undefined index: client_prorate_credits when updating existing service


Recommended Posts

Posted

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.

Posted

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?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...