Blank page processing donation

  • Egon Schulz
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 1 month ago #123105 by Egon Schulz
Blank page processing donation was created by Egon Schulz
May be somebody has got this error too.

When i click the process donation button i will directed to a blank page. I tried multiple donate configurations.
This is the param part of the url which results in the blank page:
?option=com_jdonation&view=donation&campaign_id=1&ItemId=392
The same result occurs when i activate SEO friendly urls.

Here are some settings of the environment in which the error occurs:
- Windows 10 (64-Bit)
- Joomla 3.8.1 Stable
- Php-Version 5.6.40
- DB-Version 5.6.42
- Webserver Apache 2.4.37
- JoomDonation 5.5.0
- Firefox Quantum 65.0.2 (64-Bit) / Microsoft Edge

Please Log in or Create an account to join the conversation.

More
5 years 1 month ago #123108 by Mr. Dam
Replied by Mr. Dam on topic Blank page processing donation
Hi,
We should check the problem before we can let you know the reason of issue. There are many reasons, and we can't leave any reason with blank page issue.
Hope you understand.
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Egon Schulz
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 7 months ago #128056 by Egon Schulz
Replied by Egon Schulz on topic Blank page processing donation
The cause seemed to be that i deactivated the Joomla captcha plugin for some reasons.
It works again after i made the following changes in file "/components/com_jdonation/controller/donation.php"

I replaced code line
$res = JCaptcha::getInstance($captchaPlugin)->checkAnswer($this->input->post->get('recaptcha_response_field', '', 'string'));
with
if ($captchaPlugin === 0 || $captchaPlugin === '0') {
$res = true;
} else {
$res = JCaptcha::getInstance($captchaPlugin)->checkAnswer($this->input->post->get('recaptcha_response_field', '', 'string'));
}

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #128080 by Mr. Dam
Replied by Mr. Dam on topic Blank page processing donation
OK, you should check your Captcha plugin to make sure it is configured properly.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134081 by spitjack
Replied by spitjack on topic Blank page processing donation
I too am getting a blank page on submit (Stripe Checkout). The above code did not work, neither did the default. Yes - all server and client caches were cleared.

Chrome, at least responds with

This page isn’t working

<actual domain url> is currently unable to handle this request.
HTTP ERROR 500

__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a 'jack', a middle English word for an ordinary laborer (eg jack of all trades, steeplejack, lumberjack). Today, this job is usually referred to as a 'pitmaster'.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134082 by Mr. Dam
Replied by Mr. Dam on topic Blank page processing donation
Hi,
Please submit ticket on category: Joom Donation and provide your site url with super admin account. I'll check the issue on Stripe Checkout for you
Thanks
Dam
The following user(s) said Thank You: spitjack

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134093 by spitjack
Replied by spitjack on topic Blank page processing donation
FBO others - the plugin needed to be reinstalled for some reason.

__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a 'jack', a middle English word for an ordinary laborer (eg jack of all trades, steeplejack, lumberjack). Today, this job is usually referred to as a 'pitmaster'.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #134210 by Mr. Dam
Replied by Mr. Dam on topic Blank page processing donation
And the issue is solved now?
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt