• What might be some possible troubleshooting ideas for when everything seems to be working correctly within the dashboard but won’t populate the spreadsheet.

    I’ve used this plugin in the past but this is the first time this has happened so any thoughts will help.

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Alex Agranov

    (@alexagr)

    Did you check the debug log? Anything interesting there?

    Thread Starter gabulldawg

    (@gabulldawg)

    I did not and truthfully, I wouldn’t really no what I’m looking for to see what might be out of place.

    My only thoughts at the moment are to wait a little while to let Google verify my request.

    Here is the debug log if you’re interested:

    21 October 2020 18:23:55 	 PHP 7.2.34Array
    (
        [id] => 41
        [date] => 21 October 2020 18:23:55
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => 
        [select-one] => Medical Student
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    21 October 2020 18:29:01 	 PHP 7.2.34Array
    (
        [id] => 42
        [date] => 21 October 2020 18:29:01
        [first-name] => testy
        [last-name] => Test
        [email-address] => text@test.com
        [address] => 
        [city] => 
        [state] => 
        [zip-code] => 
        [highest-professional-degree] => 
        [select-one] => 
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    21 October 2020 18:45:17 	 PHP 7.2.34Array
    (
        [id] => 43
        [date] => 21 October 2020 18:45:16
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => 
        [select-one] => 
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    21 October 2020 18:47:30 	 PHP 7.2.34Array
    (
        [id] => 44
        [date] => 21 October 2020 18:47:30
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => 
        [select-one] => 
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    21 October 2020 18:48:13 	 PHP 5.6.40Array
    (
        [id] => 45
        [date] => 21 October 2020 18:48:12
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => 
        [select-one] => 
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(115): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 [internal function]: Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): call_user_func_array(Array, Array)
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(843): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #23 [internal function]: Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): call_user_func_array(Array, Array)
    #25 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #26 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #27 [internal function]: Caldera_Forms->cf_init_system('')
    #28 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): call_user_func_array(Array, Array)
    #29 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array)
    #30 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #31 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #32 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #33 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #34 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #35 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #36 {main}
    )
    22 October 2020 04:50:17 	 PHP 7.2.34Array
    (
        [id] => 46
        [date] => 22 October 2020 04:50:15
        [first-name] => Joe
        [last-name] => Miller
        [email-address] => info@domainworld.com
        [phone] => +12548593423
        [subject] => L3VZX0ZK
        [message] => IMPORTANCE NOTICE
    
    Notice#: 491343
    
    Date: 2020-10-23    
    
    Expiration message of your johnsheamemorial.org
    
    EXPIRATION NOTIFICATION
    
    CLICK HERE FOR SECURE ONLINE PAYMENT: http://sykh856.top/?n=johnsheamemorial.org&r=a&t=1603360209&p=v1
    
    This purchase expiration notification johnsheamemorial.org advises you about the submission expiration of domain johnsheamemorial.org for your e-book submission. 
    
    The information in this purchase expiration notification johnsheamemorial.org may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.
    
    CLICK HERE FOR SECURE ONLINE PAYMENT: http://sykh856.top/?n=johnsheamemorial.org&r=a&t=1603360209&p=v1
    
    ACT IMMEDIATELY. The submission notification johnsheamemorial.org for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email
    
    This notification is intended only for the use of the individual(s) having received this message. 
    
    PLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT
    
    SECURE ONLINE PAYMENT: http://sykh856.top/?n=johnsheamemorial.org&r=a&t=1603360209&p=v1
    
    Non-completion of your submission by given expiration date may result in cancellation.
    
    All online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. 
    
    CLICK UNDERNEATH FOR IMMEDIATE PAYMENT:
    
    SECURE ONLINE PAYMENT: http://sykh856.top/?n=johnsheamemorial.org&r=a&t=1603360209&p=v1
        [recaptcha] => 1
        [ERROR_MSG] => (get) missing required param: 'spreadsheetId'
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(220): Google_Service_Resource->call('get', Array, 'Google_Service_...')
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(69): Google_Service_Sheets_Resource_SpreadsheetsValues->get(NULL, 'Contact Form!1:...')
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, NULL, 'Contact Form', true)
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #6 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #7 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #8 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #9 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #10 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #11 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #12 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #13 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #14 {main}
    )
    22 October 2020 08:38:17 	 PHP 7.2.34Array
    (
        [id] => 47
        [date] => 22 October 2020 08:38:15
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => 
        [select-one] => Medical Student
        [group--institution-affiliation] => 
        [work-phone] => 
        [cell-phone] => 
        [phone] => 
        [fax] => 
        [message] => 
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(37): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(220): Google_Service_Resource->call('get', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(69): Google_Service_Sheets_Resource_SpreadsheetsValues->get('1SmUCR0YLAS0O5U...', '2020Registratio...')
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    22 October 2020 17:35:18 	 PHP 7.2.34Array
    (
        [id] => 48
        [date] => 22 October 2020 17:35:18
        [first-name] => Testy
        [last-name] => Testerman
        [email-address] => test@test.com
        [address] => 123 Elm
        [city] => Memphis
        [state] => Tennessee
        [zip-code] => 38016
        [highest-professional-degree] => PhD
        [select-one] => Medical Student
        [group--institution-affiliation] => Clinic
        [work-phone] => (901) 999-9999
        [cell-phone] => (901) 888-8888
        [phone] => (901) 777-7777
        [fax] => (901) 666-6666
        [message] => Hey!
        [recaptcha] => 1
        [ERROR_MSG] => cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
        [TRACE_STK] => #0 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
    #1 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #2 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
    #3 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #4 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php(135): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #5 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Google\Auth\Middleware\ScopedAccessTokenMiddleware->Google\Auth\Middleware\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #6 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #7 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #8 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #9 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
    #10 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(361): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
    #11 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(114): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
    #12 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/guzzlehttp/guzzle/src/Client.php(130): GuzzleHttp\Client->sendAsync(Object(GuzzleHttp\Psr7\Request), Array)
    #13 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\Client->send(Object(GuzzleHttp\Psr7\Request), Array)
    #14 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(74): Google\Auth\HttpHandler\Guzzle6HttpHandler->__invoke(Object(GuzzleHttp\Psr7\Request))
    #15 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #16 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #17 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #18 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #19 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(250): Google_Service_Resource->call('update', Array, 'Google_Service_...')
    #20 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(90): Google_Service_Sheets_Resource_SpreadsheetsValues->update('1SmUCR0YLAS0O5U...', '2020Registratio...', Object(Google_Service_Sheets_ValueRange), Array)
    #21 /home/johnsheamemorial/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1SmUCR0YLAS0O5U...', '2020Registratio...', true)
    #22 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5f9...')
    #23 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #24 /home/johnsheamemorial/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #25 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #26 /home/johnsheamemorial/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #27 /home/johnsheamemorial/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #28 /home/johnsheamemorial/public_html/wp-settings.php(568): do_action('wp_loaded')
    #29 /home/johnsheamemorial/public_html/wp-config.php(106): require_once('/home/johnsheam...')
    #30 /home/johnsheamemorial/public_html/wp-load.php(37): require_once('/home/johnsheam...')
    #31 /home/johnsheamemorial/public_html/wp-blog-header.php(13): require_once('/home/johnsheam...')
    #32 /home/johnsheamemorial/public_html/index.php(17): require('/home/johnsheam...')
    #33 {main}
    )
    Thread Starter gabulldawg

    (@gabulldawg)

    So I feel like I’ve done everything correct but yet it’s still not populating to Google Sheets. Is there typically a time period for verification that I need to wait for in order for the plugin to start working properly?

    • This reply was modified 3 years, 11 months ago by gabulldawg.
    Plugin Author Alex Agranov

    (@alexagr)

    Looks like a compatibility issue between GuzzleHttp library, that is part of my plugin, and libcurl version installed on your host. See this thread: https://github.com/guzzle/guzzle/issues/2617

    A similar problem was reported earlier in this forum too: https://wordpress.org/support/topic/form-suddenly-not-working-after-20-april-2020/

    Downgrading libcurl version should resolve the issue.

    Thread Starter gabulldawg

    (@gabulldawg)

    Thanks for the quick response.

    I apologize for my lack of programming knowledge but could you point me in the direction of how to accomplish this libcurl downgrade.

    Thanks!

    Plugin Author Alex Agranov

    (@alexagr)

    If it’s the server that you manage on your own – use native OS tools like yum or apt to do it. If it’s managed hosting – ask your hosting provider to do it for you.

    Thread Starter gabulldawg

    (@gabulldawg)

    Downgraded libcurl to 7.72 and everything seems to be working now. Will there be plans to update this plugin, in the future, to better integrate with updated version of libcurl?

    Plugin Author Alex Agranov

    (@alexagr)

    What libcurl version did you have installed before? GuzzleHttp is the dependency that Google PHP SDK is using and according to their forums the problem was in specific CURL versions – e.g. 7.69.1 – but it disappeared in 7.71.0.

    Thread Starter gabulldawg

    (@gabulldawg)

    It was using version 7.79 and was having issues. I downgraded to 7.72 and that seemed to work.

    Plugin Author Alex Agranov

    (@alexagr)

    Interesting. I’ll update GuzzleHttp library version in next maintenance release – hopefully this will resolve the issue.

    Plugin Author Alex Agranov

    (@alexagr)

    Are you sure about 7.79 version?
    Because the last official version released by curl project is 7.73.0:
    https://curl.haxx.se/download.html

    And according to some forums – e.g. https://wordpress.org/support/topic/curl-error-2-easy-handle-already-used-in-multi-handle/page/3/ – 7.79 is a compromised version that was deployed by some hosters (e.g. GoDaddy) due to some hacking on their servers.

    Thread Starter gabulldawg

    (@gabulldawg)

    It must have been 7.79 because it was GoDaddy who I spoke with.

    Have the same trouble. Can’t find anything about curls, but I get an “The caller does not have permission” error like this:

    4 november 2020 13:34:37 	 PHP 7.0.33Array
    (
        [id] => 3
        [date] => 4 november 2020 13:34:37
        [kommune] => Bømlo
        [namn-lag-organisasjon] => Zpirit
        [adresse] => Ringvegen 30
        [postnummer] => 5412
        [sted] => Stord
        [organisasjonen-sitt-kontonummer] => 14521524588
        [kort-skildring-av-lagetorganisasjonen-sine-aktivitetar] => TEst
        [ant-medlemmar-i-lagorganisasjon] => 0–15
        [skriv-kort-om-kva-de-sker-sttte-til-ca-200-teikn] => Test
        [kontaktperson] => Espen Kvalheim
        [e-postadresse] => espen@zpirit.no
        [telefonnummer] => 415 34 073
        [innvilga-sum] => 
        [ERROR_MSG] => {
      "error": {
        "code": 403,
        "message": "The caller does not have permission",
        "errors": [
          {
            "message": "The caller does not have permission",
            "domain": "global",
            "reason": "forbidden"
          }
        ],
        "status": "PERMISSION_DENIED"
      }
    }
    
        [TRACE_STK] => #0 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(94): Google_Http_REST::decodeHttpResponse(Object(GuzzleHttp\Psr7\Response), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #1 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Task/Runner.php(176): Google_Http_REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #2 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Http/REST.php(58): Google_Task_Runner->run()
    #3 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Client.php(842): Google_Http_REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google_Service_...', Array, NULL)
    #4 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google_Service_...')
    #5 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php(220): Google_Service_Resource->call('get', Array, 'Google_Service_...')
    #6 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/lib/google-sheets.php(69): Google_Service_Sheets_Resource_SpreadsheetsValues->get('1pLAH6ADyYKX48E...', '2020!1:1')
    #7 /home/seashybf/public_html/wp-content/plugins/cf-google-sheets/includes/class-cfgs-service.php(116): cfgooglesheet->add_row(Array, '1pLAH6ADyYKX48E...', 2020, true)
    #8 /home/seashybf/public_html/wp-content/plugins/caldera-forms/classes/core.php(3435): Cfgs_Connector_Service->cfgs_publish(Array, Array, '_cf_process_5fa...')
    #9 /home/seashybf/public_html/wp-content/plugins/caldera-forms/classes/core.php(5213): Caldera_Forms::process_submission()
    #10 /home/seashybf/public_html/wp-content/plugins/caldera-forms/classes/core.php(3831): Caldera_Forms::process_form_via_post()
    #11 /home/seashybf/public_html/wp-includes/class-wp-hook.php(287): Caldera_Forms->cf_init_system('')
    #12 /home/seashybf/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #13 /home/seashybf/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #14 /home/seashybf/public_html/wp-settings.php(562): do_action('wp_loaded')
    #15 /home/seashybf/public_html/wp-config.php(87): require_once('/home/seashybf/...')
    #16 /home/seashybf/public_html/wp-load.php(37): require_once('/home/seashybf/...')
    #17 /home/seashybf/public_html/wp-blog-header.php(13): require_once('/home/seashybf/...')
    #18 /home/seashybf/public_html/index.php(17): require('/home/seashybf/...')
    #19 {main}
    )
    
    Plugin Author Alex Agranov

    (@alexagr)

    @zpiritespen that’s a different story – you get “permission denied” error from Sheets API – which means that access key that your plugin is using is not valid.
    Try to activate the plugin again. And make sure that:
    1) you include ../auth/spreadsheets scope when you create credentials
    2) you’re using the same Google account where sheet is located during the activation (in case you have multiple Google accounts)

    • This reply was modified 3 years, 11 months ago by Alex Agranov.

    OK. It’s state that Google has connected just fine, and I’m using the same account as the Spreadsheet. So it should be correct, but I’ll check more thouroughly. Thanks for the fast supply!

    • This reply was modified 3 years, 11 months ago by zpiritespen. Reason: Missing info
Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Connected but not populating’ is closed to new replies.