Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    It’s not… redirecting at all.

    A fatal PHP error is halting execution (hence the white page below the header) and the page never finishes rendering… so the redirect code is never output.

    I’d need to see the output from WP_DEBUG to tell you more.

    Thread Starter hwkelly

    (@hwkelly)

    Here it is:
    Notice: Undefined variable: form_type in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/salesforce-wordpress-to-lead/salesforce.php on line 805

    Warning: Illegal string offset ‘refresh_token’ in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/main.php on line 681

    Fatal error: Uncaught InvalidArgumentException: Invalid token format in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php:434 Stack trace: #0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/class.phpmaileroauthgoogle.php(138): Google_Client->setAccessToken(‘{“access_token”…’) #1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/PHPMailer/class.smtp.php(470): GmailXOAuth2->getOauth64() #2 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/class.phpmaileroauth.php(152): SMTP->authenticate(”, ”, ‘XOAUTH2’, ”, ”, Object(GmailXOAuth2)) #3 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/PHPMailer/class.phpmailer.php(1540): PHPMailerOAuth->smtpConnect(Array) #4 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/PHPMailer/class.phpmailer.php(1335): PHPMailer->smtpSend(‘Date: Thu, 26 O…’, ‘First name: Hug…’) #5 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/PHPMailer/cl in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php on line 434

    Thread Starter hwkelly

    (@hwkelly)

    BYW debug is still on

    Plugin Author Nick Ciske

    (@nickciske)

    Fatal error: Uncaught InvalidArgumentException: Invalid token format in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php:434 Stack trace: #0

    gmail-smtp is your culprit, not the Salesforce plugin ??

    Thread Starter hwkelly

    (@hwkelly)

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Return/Thanks URL’ is closed to new replies.