🇮🇳India @koushiknaikel

Account created on 4 March 2015, almost 10 years ago
#

Recent comments

🇮🇳India koushiknaikel

1) I have Added bellow code in file give/give.install

function give_update_10000() {
\Drupal::database()->update('give_donation')->fields(['recurring' => -1])->condition('recurring', 0)->execute();
}
2) drush updb

3) I have added bellow code in file give/src/Form/Donation/DonationForm.php after "public function validateForm(array &$form, FormStateInterface $form_state) {"

$form_state->setValue('name', ['0' => [ 'value' => $form_state->getValue('name') ] ] );

Then fixed "donation from crashing" issue for me.

Production build 0.71.5 2024