• Resolved dominicweis

    (@dominicweis)


    Hello

    I have the following problem with the constant contact form WordPress Plugin:

    The issue is that the Contact Constant Forms are loading their libraries of code even though the code is not supposed to. They use the same library that BackupBuddy uses for the SDK, but the code should only load whenever the user is accessing their plugin pages.

    Error Logs:

    #0 /var/www/html/wp-content/plugins/constant-contact-forms/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php(98): GuzzleHttp\Message\MessageFactory->applyOptions(Object(GuzzleHttp\Message\Request), Array)
    #1 /var/www/html/wp-content/plugins/constant-contact-forms/vendor/guzzlehttp/guzzle/src/Client.php(120): GuzzleHttp\Message\MessageFactory->createRequest(‘POST’, ‘https://login.m…’, Array)
    #2 /var/www/html/wp-content/plugins/constant-contact-forms/vendor/guzzlehttp/guzzle/src/Client.php(150): GuzzleHttp\Client->createRequest(‘POST’, ‘https://login.m…’, Array)
    #3 /var/www/html/wp-content/plugins/backupbuddy/vendor/krizalys/onedrive-php-sdk/src/Client.php(370): GuzzleHttp\Client->post(‘https://login.m…’, Array)
    #4 /var/www/html/wp-content/plugins/backupbuddy/destinations/onedrive/init.ph in /var/www/html/wp-content/plugins/constant-contact-forms/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php on line 360

    I hope this can be fixed with an update.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Can you provide the error being generated as well? We have the stacktrace which is appreciated.

    Overall, I have to believe it’s in part a case of load order and which plugin’s copy of Guzzle is instantiated first. Due to the nature of autoloading code, this is very hard to control in any effective way.

    That said, I know we have plans to move away from using Guzzle completely but we’re not at that point yet.

    Plugin Author Constant Contact

    (@constantcontact)

    Any changes or new developments here @dominicweis ?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin causing problem with Backupbuddy Plugin’ is closed to new replies.