I get a 500 error in the sermepa log when it's calling back to the url:/sermepa/payment/finish/*/*

The error is the following:

[29/Nov/2016:09:49:28 +0100] "POST /sermepa/payment/finish/1132/132 HTTP/1.1" 500 12209 "-" "Java/1.5.0"

In the same installation I have commerce sermepa module and is working properly.

CommentFileSizeAuthor
#3 error_500_in_the_callback-2831394-3.patch802 byteskeopx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

friera created an issue. See original summary.

yawarts’s picture

Same error here with error:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'data' cannot be null: UPDATE {webform_submitted_data} SET data=:db_update_placeholder_0 WHERE (sid = :db_condition_placeholder_0) AND (nid = :db_condition_placeholder_1) AND (cid = :db_condition_placeholder_2) AND (no = :db_condition_placeholder_3) ; Array ( [:db_update_placeholder_0] => [:db_condition_placeholder_0] => 118 [:db_condition_placeholder_1] => 11712 [:db_condition_placeholder_2] => 1 [:db_condition_placeholder_3] => order ) en _webform_sermepa_check_pay() (línea 195 de /var/www/vhosts/xxxxx.es/httpdocs/sites/all/modules/webform_sermepa/webform_sermepa.module).

Any news? Thanks!

keopx’s picture

Status: Active » Reviewed & tested by the community
FileSize
802 bytes

The problem was in undefined variables.

Here patch to solve this problem.