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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...