CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • IMPORTANT: Patch for SOAP error on Drupal with CiviCRM 4.7.0-4.7.11
Pages: [1]

Author Topic: IMPORTANT: Patch for SOAP error on Drupal with CiviCRM 4.7.0-4.7.11  (Read 469 times)

shane

  • Moderator
  • I post frequently
  • *****
  • Posts: 265
  • Karma: 16
IMPORTANT: Patch for SOAP error on Drupal with CiviCRM 4.7.0-4.7.11
June 10, 2016, 01:29:40 pm
There is a known issue with SOAP authentication when using CiviSMTP with Drupal and CiviCRM 4.7.0-4.7.11 (FIXED AS OF CiviCRM 4.7.12)

When testing your CiviSMTP Account Settings you will get an error:

Civimail User Check : could not authenticate because: Call to undefined method CRM_Utils_SoapServer::getUsersTableName()

To fix this issue please edit the file <path_to_civicrm_module>/CRM/Utils/SoapServer.php line 125 and

replace

Code: [Select]
$result =& $className::authenticate($name, $pass, $loadCMSBootstrap);
with

Code: [Select]
$ufInstance = new $this->ufClass();
$result =& $ufInstance->authenticate($name, $pass, $loadCMSBootstrap);


A bug report has been filed with CiviCRM here:

https://issues.civicrm.org/jira/browse/CRM-18808

For any questions post here or email us at support@civismtp.com

--CiviSMTP Support
« Last Edit: July 13, 2017, 12:28:14 am by shane »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • IMPORTANT: Patch for SOAP error on Drupal with CiviCRM 4.7.0-4.7.11

This forum was archived on 2017-11-26.