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) »
  • Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"
Pages: [1]

Author Topic: Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"  (Read 875 times)

matthewdnye

  • I’m new here
  • *
  • Posts: 28
  • Karma: 1
Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"
February 25, 2014, 03:03:39 pm
Hi, I'm running Drupal 7.22 and CCRM 4.4.4. I have followed all of the steps in the CiviSMTP how to, but I keep getting the invalid proxy error when I test the settings in CiviSMTP. When I hit the specified URL it doesn't throw any sort of errors (which I've seen on another site I manage). Can someone please walk me through how to troubleshoot this? All of the posts I've found appear to have been solved via email threads offline  :-[ Thanks in advance for any help you can provide!

alleyla

  • I post occasionally
  • **
  • Posts: 98
  • Karma: 1
  • CiviCRM version: 4.0.4
  • CMS version: Drupal 7
  • MySQL version: 5
  • PHP version: 5.2
Re: Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"
February 26, 2014, 12:23:42 am
To debug SOAP proxy URL errors you can use the instructions along with the perl script attached here:

http://www.civismtp.com/drupal/accountsetup#invalidproxy


matthewdnye

  • I’m new here
  • *
  • Posts: 28
  • Karma: 1
Re: Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"
February 26, 2014, 01:26:34 am
Here are the results of the script. No idea how to proceed:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
  <title></title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <base href="/sites/all/modules/civicrm/" />
  <style type="text/css" media="screen">@import url(/sites/all/modules/civicrm/css/civicrm.css);</style>
  <style type="text/css" media="screen">@import url(/sites/all/modules/civicrm/css/extras.css);</style>
</head>
<body>
<div id="crm-container" class="crm-container" lang="en" xml:lang="en">
<div class="messages status no-popup">  <div class="icon red-icon alert-icon"></div>
 <span class="status-fatal">Sorry but we are not able to provide this at the moment.</span>
    <div class="crm-section crm-error-message"></div>
            <hr style="solid 1px" />
        <div class="crm-section crm-error-message">DB Error: no such table</div>
            <p><a href="http://rlc.org/" title="Main Menu">Return to home page.</a></p>
</div>
</div>
<script language="JavaScript">
function toggle( element ) {
    var className = element.className;
    if ( className  == 'crm-accordion-wrapper collapsed crm-fatal-error-details-block') {
        element.className = 'crm-accordion-wrapper  crm-fatal-error-details-block';
    } else {
        element.className = 'crm-accordion-wrapper collapsed crm-fatal-error-details-block';
    }
}
</script>

</body>
</html>


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • Trying to troubleshoot "it appears that the proxy URL that you gave is invalid"

This forum was archived on 2017-11-26.