Paypal Sandbox test on CiviContribute - got error message - Joomla! Forum - community, help and support
i set paypal sandbox , have civicontribute page working! (thanks kindness , patience of lobo) until hit submit. has seen error message yet? address being empty. filled out required fields.
======
using test credit card,
sorry. non-recoverable error has occurred.
return civicrm menu.
error
array
(
[callback] => array
(
[0] => crm_core_error
[1] => handle
)
======
using test credit card,
sorry. non-recoverable error has occurred.
return civicrm menu.
error
array
(
[callback] => array
(
[0] => crm_core_error
[1] => handle
)
code: select all
=>
[message] => $addr cannot empty
[mode] => 16
[debug_info] =>
[type] => pear_error
[user_info] =>
[to_string] => [pear_error: message="$addr cannot empty" code=0 mode=callback callback=crm_core_error::handle prefix="" info=""]
)
can't speak issue directly, know how long worked on debugging problem joomla site wouldn't work paypal, discover joomla takes instance of e-mail address -- embedded in code -- , applies javascript encryption. normally, great. on paypal page, though, means paypal can't determine account (which email address).
i overcame problem when encoded e-mail address html entities (which joomla passes along without javascripting it). google "entity hex encode" (without quotes) , pick 1 of many sites have encoder.
best of luck.
\dmc
i overcame problem when encoded e-mail address html entities (which joomla passes along without javascripting it). google "entity hex encode" (without quotes) , pick 1 of many sites have encoder.
best of luck.
\dmc
Comments
Post a Comment