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: for CiviSMTP users running Drupal 7 and CCRM 4-4.0.5
Pages: [1]

Author Topic: IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4-4.0.5  (Read 2718 times)

shane

  • Moderator
  • I post frequently
  • *****
  • Posts: 265
  • Karma: 16
IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4-4.0.5
August 11, 2011, 10:19:41 pm
This info is only for CiviSMTP clients using Drupal 7 + CCRM 4-4.0.5

THIS ISSUE WAS FIXED AS OF CIVICRM 4.0.6

There are 2 known issues:

1. in CCRM < 4.0.5 you will get "Invalid login" error when testing your CiviSMTP settings. This will also prevent replies/bounces/unsubscribes and etc from working
2. in CCRM 4.0.5 processing of replies/bounces/unsubscribes and etc doesn't work. more details here: http://issues.civicrm.org/jira/browse/CRM-8638

This issue was fixed as of CiviCRM 4.0.6.

If you cannot upgrade to CiviCRM 4.0.6 or higher you can follow the instructions below and apply a temporary patch.

Please note: CiviSMTP is not responsible for any issues that this patch might cause and we won't provide any support for it. Though it worked in our tests and didn't cause any issues, if you decide to use it it will be at your own risk.

We will only provide support for the official fix once it comes out in 4.0.6

**************************************************************

For all users using CCRM 4:

- download and rename attached soap.php.txt to soap.php and DrupalNewAuth.php.txt to DrupalNewAuth.php
- on your server go to <path_to_drupal>/sites/all/modules/civicrm/extern
- cp soap.php soap.php.orig
- now upload the provided soap.php into that dir - you can do this using sftp client
- then go into <path_to_drupal>/sites/all/modules/civicrm/CRM/Utils/System and place the DrupalNewAuth.php into that dir

Additionally for users running CCRM 4.0.5

Locate  <path_to_drupal>/sites/all/modules/civicrm/CRM/Utils/SoapServer.php and make the following change:

Index: CRM/Utils/SoapServer.php
===================================================================
--- CRM/Utils/SoapServer.php   (revision 35660)
+++ CRM/Utils/SoapServer.php   (working copy)
@@ -122,7 +122,7 @@
      * @access public
      * @static
      */
-    public function authenticate($name, $pass, $loadCMSBootstrap = true ) {
+    public function authenticate($name, $pass, $loadCMSBootstrap = false ) {
 

CiviSMTP Support
« Last Edit: March 20, 2012, 12:11:07 am by shane »

bpmccain

  • I post frequently
  • ***
  • Posts: 255
  • Karma: 5
  • CiviCRM version: 4.1
  • CMS version: Drupal 7.12
  • MySQL version: 5.2
  • PHP version: 5.2
Re: IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4
August 12, 2011, 04:53:41 am
Thanks Shane. I was running CCRM 4.0.4 and I was not getting Invalid Login on my test SMTP settings, but I was having the bounce / reply issue.

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Re: IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4
December 11, 2011, 01:25:51 pm
Is this issue fixed in CiviCRM 4.07?
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

shane

  • Moderator
  • I post frequently
  • *****
  • Posts: 265
  • Karma: 16
Re: IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4
December 13, 2011, 12:55:15 am
Yes, this issue was fixed in CCRM 4.0.6

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • IMPORTANT: for CiviSMTP users running Drupal 7 and CCRM 4-4.0.5

This forum was archived on 2017-11-26.