The watchdog() call at line 893 of uc_payflowpro.module is still using the D5 syntax, and needs to be corrected to something like:


  if (!$curl_response) {
    watchdog('uc_payflowpro', 'Connecting to PayFlow server failed: %error', array('%error' => curl_error($ch)), WATCHDOG_ERROR, NULL);
  }

Comments

kwinters’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta2
Status: Needs review » Fixed

The referenced line and also two in the recurring class have been fixed and committed to CVS.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.