Forum Replies Created

Viewing 15 replies - 1 through 15 (of 50 total)
  • Thread Starter martong

    (@martong)

    Well, I found out a little more, turns out I had the GSheetCOnnector plugin disabled. After upgrading to 2.3.1 of WP Mail SMTP I went in a disconnected the Gmail setting and then reconnected it again. Next I activated the GSheetConnector plugin again and now all is well. Email is being sent now and the form data is going into the Google Spreadsheet.

    Thread Starter martong

    (@martong)

    I just updated to your version 2.3.1 of your plugin and this has fixed the issue the plugin GSheetCOnnector.

    Thanks for your quick response.

    Thread Starter martong

    (@martong)

    Okay, found out it is the “GSheetConnector WPForms” plugin

    SO what exactly needs to be fixed? Does the GSconnector pluggin need to upgrade its version of Guzzlehttp?

    gsheetconnector-wpforms/lib/vendor/composer/autoload_files.php: ‘c964ee0ededf28c96ebd9db5099ef910’ => $vendorDir . ‘/guzzlehttp/prom
    ises/src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_files.php: ‘a0edc8309cc5e1d60e3047b5df6b7052’ => $vendorDir . ‘/guzzlehttp/psr7
    /src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_files.php: ’37a3dc5111fe8f707ab4c132ef1dbc62′ => $vendorDir . ‘/guzzlehttp/guzz
    le/src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_psr4.php: ‘GuzzleHttp\\Psr7\\’ => array($vendorDir . ‘/guzzlehttp/psr7/src’),
    gsheetconnector-wpforms/lib/vendor/composer/autoload_psr4.php: ‘GuzzleHttp\\Promise\\’ => array($vendorDir . ‘/guzzlehttp/promises/s
    rc’),
    gsheetconnector-wpforms/lib/vendor/composer/autoload_psr4.php: ‘GuzzleHttp\\’ => array($vendorDir . ‘/guzzlehttp/guzzle/src’),
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: ‘c964ee0ededf28c96ebd9db5099ef910’ => __DIR__ . ‘/..’ . ‘/guzzl
    ehttp/promises/src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: ‘a0edc8309cc5e1d60e3047b5df6b7052’ => __DIR__ . ‘/..’ . ‘/guzzl
    ehttp/psr7/src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: ’37a3dc5111fe8f707ab4c132ef1dbc62′ => __DIR__ . ‘/..’ . ‘/guzzl
    ehttp/guzzle/src/functions_include.php’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: 0 => __DIR__ . ‘/..’ . ‘/guzzlehttp/psr7/src’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: 0 => __DIR__ . ‘/..’ . ‘/guzzlehttp/promises/src’,
    gsheetconnector-wpforms/lib/vendor/composer/autoload_static.php: 0 => __DIR__ . ‘/..’ . ‘/guzzlehttp/guzzle/src’,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “guzzlehttp/guzzle”: “~5.3.1|~6.0”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “guzzlehttp/psr7”: “^1.2”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “guzzlehttp/promises”: “0.1.1|^1.3”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “name”: “guzzlehttp/guzzle”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “guzzlehttp/promises”: “^1.0”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “guzzlehttp/psr7”: “^1.4”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “name”: “guzzlehttp/promises”,
    gsheetconnector-wpforms/lib/vendor/composer/installed.json: “name”: “guzzlehttp/psr7”,
    gsheetconnector-wpforms/lib/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php: throw new Exception(‘Install guzzleht
    tp/promises to use async with Guzzle 5’);
    gsheetconnector-wpforms/lib/vendor/google/auth/tests/HttpHandler/Guzzle5HttpHandlerTest.php: ‘Install guzzlehttp/promise
    s to use async with Guzzle 5’,
    gsheetconnector-wpforms/lib/vendor/google/auth/CHANGELOG.md: * fix – guzzlehttp/psr7 dependency version definition (#190)
    gsheetconnector-wpforms/lib/vendor/google/auth/composer.json: “guzzlehttp/guzzle”: “~5.3.1|~6.0”,
    gsheetconnector-wpforms/lib/vendor/google/auth/composer.json: “guzzlehttp/psr7”: “^1.2”,
    gsheetconnector-wpforms/lib/vendor/google/auth/composer.json: “guzzlehttp/promises”: “0.1.1|^1.3”,
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md:* MultipartPostBody is now part of the guzzlehttp/psr7 package.
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md: * Removed the dependency on guzzlehttp/streams. These stream abst
    ractions
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md: are available in the guzzlehttp/psr7 package under the `GuzzleH
    ttp\Psr7`
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md: means the guzzlehttp/retry-subscriber is now obsolete.
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md:* Added support for non-blocking responses based on `guzzlehttp/guzzl
    e-ring`.
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/CHANGELOG.md:* Updating guzzlehttp/streams dependency to ~2.1
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/composer.json: “name”: “guzzlehttp/guzzle”,
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/composer.json: “guzzlehttp/psr7”: “^1.4”,
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/composer.json: “guzzlehttp/promises”: “^1.0”
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/README.md:[![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzl
    e.svg?style=flat-square)](https://packagist.org/packages/guzzlehttp/guzzle)
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/README.md:php composer.phar require guzzlehttp/guzzle
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/README.md:| 4.x | EOL | guzzlehttp/guzzle | GuzzleHttp | [v4][guzzl
    e-4-repo] | N/A | No | >= 5.4 |
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/README.md:| 5.x | Maintained | guzzlehttp/guzzle | GuzzleHttp | [v5][guzzl
    e-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 |
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/README.md:| 6.x | Latest | guzzlehttp/guzzle | GuzzleHttp | [v6][guzzl
    e-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 |
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/UPGRADING.md:- The guzzlehttp/streams dependency has been removed. Stream functi
    onality
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/UPGRADING.md: guzzlehttp/psr7 package.
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/guzzle/UPGRADING.md: guzzlehttp/promises library. We use a custom promise library for
    three
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/promises/composer.json: “name”: “guzzlehttp/promises”,
    gsheetconnector-wpforms/lib/vendor/guzzlehttp/psr7/composer.json: “name”: “guzzlehttp/psr7”,

    Thread Starter martong

    (@martong)

    Thanks, I will grep my site for the Guzzlehttp library to see where else it’s installed. Did your plugin move to a newer version of Guzzlehttp in the recent V2.2.1 release? It showed up when I updated to V2.2.1. Do you have the previous version I can download?

    Thread Starter martong

    (@martong)

    I had a site where I haven’t upgraded to WP 5.5, just the WP Mail SMTP plugging and it is failing too.

    Thread Starter martong

    (@martong)

    Looks like it is failing on…

    public static function getResponseBodySummary(ResponseInterface $response)
    {
    return \GuzzleHttp\Psr7\get_message_body_summary($response);
    }

    but I don’t know enough to know why. First time I saw “\” in code. Looked it up and it has to do with Namespace. I guess it is how the functions are found in the underlying structure.

    Thread Starter martong

    (@martong)

    More info… This fails for me after I upgrade the WP Mail SMTP plugin to v2.2.1. From version 2.1.1.

    Thread Starter martong

    (@martong)

    Well, we solved the problem. I wanted let anyone know in case they are having the same problem… It turns out there was a setting in the Yoast SEO Plugin we are using that caused the problem…

    Under the Y-SEO -> Advanced -> Permalinks Tab….

    Under…. Redirect ugly URLs to clean permalinks. (Not recommended in many cases!)

    This setting was set to “Redirect”… Just changed it to NoRedirect and everything works now.

    We found out is was failing anytime the link confirming an unsubscribe or a subscribe was used…
    https://www.booksbycarolinemiller.com/?s2=07702aa09ddcaff81a592c898aee60ef785

    Thanks again…. Great Plugin!

    Thread Starter martong

    (@martong)

    Sorry for the late reply… Just went into wordpress and created a new page. On the mage we added some text and the Subscribe2 shortcode.

    We did see the end of the URL at one time… I removed “/?s2=” from the end of the function line, but have added it back again. I will look into why the end is being chopped off now….

    Thread Starter martong

    (@martong)

    We Tried the following….

    We created an unsubscribe page, https://www.booksbycarolinemiller.com/unsubscribe/ and set the setting in unsubscribe2 to this page, Unsubscribe using the selection box and saved settings.

    Also created a plugin with ….
    <?php
    /*
    Plugin Name: FixSubscribe2
    Plugin URI:
    Description:
    Version: 1.0
    Author: Thinpathteam
    Author URI:
    License:
    License URI:
    */
    function change_confirm_link( $link ) {
    $link = ‘https://www.booksbycarolinemiller.com/unsubscribe//?s2=&#8217;;
    return $link;
    }
    add_filter(‘s2_confirm_link’, ‘change_confirm_link’);
    ?>

    Still not removing subscribed users……..

    and changed $link to:

    $link = ‘https://www.booksbycarolinemiller.com/unsubscribe&#8217;;

    Thread Starter martong

    (@martong)

    Sorry, it is in the sidebar on the main Blog page and a few other pages, but not on the Home page.

    https://www.booksbycarolinemiller.com/blog/

    Thanks for the advice, the Home page was selected as the default page for Subscribe2, which was incorrect. A number of other pages includes also include the Unsubscribe button. Changing it to our Contact page. Can it be set to blog even though this is not a page, but a blog path/category?

    We are testing, will let you know what happens.

    Thanks, The new version fix the issue.

    I have Calendar Feeds to a number of Google Calendars, and they quit updating. On one I tried to remove the feed and reestablish it again. Still not bringing in the events from Google Calendar. Is this the same issue?

    All our event come from Google Calendar. I am with Larry_D, all I want foe Christmas is a update. Thanks….

    Thread Starter martong

    (@martong)

    Mike, Thanks for your quick response. in reference to…..

    “I recommend using one of the many Google Docs integration plugins to show the results within your WordPress site.”

    I tried looking for these, I looked under the Google Forms application window, add-ons and I search the web for Google Forms add-ons but could not find what you are referring to, can you be a bit more specific or provide an example.

    I am setting this up for our non-profit to record Volunteer hours related to our service projects throughout the year. I select Google Forms because the data is place into a Google Spreadsheet in which I have some Google Script functions that automatically produce reports of the data.

    Thanks again for you time,

    Marty

    Thread Starter martong

    (@martong)

    I found the global setting for these under Settings->Google Forms->Advanced Options. I changed the default labels, saved changes is now it is working. Previously I had tried to affect these setting under the Google Forms section up by Post and Pages in the WP menu.

Viewing 15 replies - 1 through 15 (of 50 total)