Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on viewing page: "Could not find valid value for key" #14

Closed
JohnFF opened this issue Nov 18, 2015 · 1 comment
Closed

Crash on viewing page: "Could not find valid value for key" #14

JohnFF opened this issue Nov 18, 2015 · 1 comment

Comments

@JohnFF
Copy link
Contributor

JohnFF commented Nov 18, 2015

With a paypal processor set up, when I go to the page /civicrm/payment/details I get the following error message:

"Sorry but we are not able to provide this at the moment.
Could not find valid value for key"

It appears to go away when this line (#21 CRM/Core/Page/PaymentPage.php) and everything dependent on it is commented out:
$formData = $this->getTransparentRedirectFormData(CRM_Utils_Request::retrieve('key', 'String', CRM_Core_DAO::$_nullObject, TRUE));

Unfortunately that stops the page from working!

@eileenmcnaughton
Copy link
Owner

Are you working with an off-site POST flow? Otherwise you wouldn't expect to see that page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants