When I try to save a page I get this error in the Drupal page.

"Calais processing error: Missing parameter: content."

I have search for other references to this but couldn't find anything.
I'm using Drupal 5.7
There is content in the page.

Am I missing a setting or something?

Thanks
Vas

Comments

febbraro’s picture

When saving content the $node->title and $node->body attributes are combined and submitted as "content" are you doing anything (via nodeapi for example) that would cause those values to be blank?

vascopj’s picture

Hi

No I'm not using nodeapi at all.

Any other suggestions?

Thanks
Vas

vascopj’s picture

Hi

Just to let you know I've upgraded to Drupal 5.8 and this error is still an issue.

Thanks
Vas

febbraro’s picture

Status: Active » Closed (won't fix)

I can only assume that this was a temporary problem with the calais service itself. If this is still an issue please repoen.

vascopj’s picture

Status: Closed (won't fix) » Active

It is still a problem but maybe it is a setting I am missing.

I have the Calais key entered and I selected "Have keywords automatically applied" on the Page node with "Use Calais Global Entity defaults" selected.

I still get "Calais processing error: Missing parameter: content." when saving a page node.

Are there any other settings elsewhere which I would need to set?

Thanks

Anonymous’s picture

Is there a title and a body on your page node?

febbraro’s picture

If you are comfortable mucking with the code you can try to place some debug in the calais_api.module file to print out what you are actually sending the the service. That might help to determine if there is a problem with your nodes/content, the module, or the service.

febbraro’s picture

I have successfully reproduced this error message (by direct mucking with code). What is happening is that the 'content' key in the $data array is NULL. For whatever reason your $node->title and $node->body attributes are NULL or blank.

vascopj’s picture

Hmm

That is odd because the content does have a title and body.

Ok I will mees around and put in debug code to try to identify the cause.

I will report back when I find something.

Thank you
Vas

vascopj’s picture

Hi

I got to try this out now.
I debugged using the following:
in "calais_api_analyze"

print_r($node);
print $content;
print_r($parameters);

print_r($data);

print $data_enc;

print_r($ret)

I put these into the relevant palces and they all had content in there.

Here is the output from the $ret variable.

(
    [request] => POST /enlighten/calais.asmx/Enlighten HTTP/1.0
Host: api.opencalais.com
User-Agent: Drupal (+http://drupal.org/)
Content-Length: 1591
Content-Type: application/x-www-form-urlencoded

licenseID=r7hhfknmu8ru9mqqvzxth46t&content=This+is+an+example+post+%0A+%3C%21--+Generated+by+XStandard+version+2.0.0.0+on+2008-09-12T11%3A15%3A20+--%3E%3Cp%3EIT%27S+funny+how+the+harder+you+look+at+something%2C+the+harder+it+can+be+to+understand+it.+I+can%27t+recall+a+US+presidential+election+that+has+attracted+more+attention.%3C%2Fp%3E%3Cp%3EBut+neither+can+there+have+been+a+time+when+the+world+has+watched+what+goes+on+in+America+with+the+nonplussed%2C+horrified+incomprehension+it+has+now.%3C%2Fp%3E%3Cp%3ETravelling+in+Europe+this+week%2C+I%27ve+been+asked+repeatedly+by+close+followers+of+US+politics+if+it+can+really+be+true+that+Barack+Obama+might+not+win.+Thoughtful+people+cannot+get+their+head+around+the+idea+that+Mr+Obama%2C+exciting+new+pilot+of+change%2C+supported+by+Joseph+Biden%2C+experienced+navigator+of+the+swamplands+of+Washington+politics%2C+could+possibly+be+defeated.+%3C%2Fp%3E&paramsXML=++%3Cc%3Aparams+xmlns%3Ac%3D%22http%3A%2F%2Fs.opencalais.com%2F1%2Fpred%2F%22+xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A++%3Cc%3AprocessingDirectives+c%3AcontentType%3D%22TEXT%2FHTML%22+c%3AoutputFormat%3D%22XML%2FRDF%22%3E%0A++%3C%2Fc%3AprocessingDirectives%3E%0A++%3Cc%3AuserDirectives+c%3AallowDistribution%3D%22false%22+%0A++++++++++++++++++++c%3AallowSearch%3D%22false%22+++++++++++%0A++++++++++++++++++++c%3AexternalID%3D%221221214521%22+%0A++++++++++++++++++++c%3Asubmitter%3D%22Drupal+Calais%22%3E%0A++%3C%2Fc%3AuserDirectives%3E%0A++%3Cc%3AexternalMetadata%3E%0A++%3C%2Fc%3AexternalMetadata%3E%0A++%3C%2Fc%3Aparams%3E

    [data] => Missing parameter: content.

    [headers] => Array
        (
            [Connection] => close
            [X-Lighty-Magnet-Uri-Path] => /enlighten/calais.asmx/Enlighten
            [X-Mashery-Responder] => proxyworker-i-1c36ec75.mashery.com
            [Content-Type] => text/plain; charset=utf-8
            [X-Aspnet-Version] => 2.0.50727
            [Server] => Microsoft-IIS/6.0
            [Cache-Control] => private
            [Date] => Fri, 12 Sep 2008 10:15:19 GMT
            [X-Powered-By] => ASP.NET
            [Accept-Ranges] => bytes
            [Content-Length] => 29
        )

    [error] => Internal Server Error
    [code] => 500
)

Does api.opencalais.com need to get access back to my site? I am testing on my local machine.

Thank you
Vas

febbraro’s picture

The API does not need access back to your site, so you are good there.

Can you post the output from $data and $data_enc? Thanks.

vascopj’s picture

Here are various outputs

print_r($data)

returns

Array
(
    [licenseID] => r7hhfknmu8ru9mqqvzxth46t
    [content] => This is an example post 
 <!-- Generated by XStandard version 2.0.0.0 on 2008-09-15T11:29:37 --><p>IT'S funny how the harder you look at something, the harder it can be to understand it. I can't recall a US presidential election that has attracted more attention.</p><p>But neither can there have been a time when the world has watched what goes on in America with the nonplussed, horrified incomprehension it has now.</p><p>Travelling in Europe this week, I've been asked repeatedly by close followers of US politics if it can really be true that Barack Obama might not win. Thoughtful people cannot get their head around the idea that Mr Obama, exciting new pilot of change, supported by Joseph Biden, experienced navigator of the swamplands of Washington politics, could possibly be defeated.</p>
    [paramsXML] =>   <c:params xmlns:c="http://s.opencalais.com/1/pred/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <c:processingDirectives c:contentType="TEXT/HTML" c:outputFormat="XML/RDF">
  </c:processingDirectives>
  <c:userDirectives c:allowDistribution="false" 
                    c:allowSearch="false"           
                    c:externalID="1221474581" 
                    c:submitter="Drupal Calais">
  </c:userDirectives>
  <c:externalMetadata>

  </c:externalMetadata>
  </c:params>
)
print $data_enc;

returns

licenseID=r7hhfknmu8ru9mqqvzxth46t&amp;content=This+is+an+example+post+%0A+%3C%21--+Generated+by+XStandard+version+2.0.0.0+on+2008-09-15T11%3A29%3A37+--%3E%3Cp%3EIT%27S+funny+how+the+harder+you+look+at+something%2C+the+harder+it+can+be+to+understand+it.+I+can%27t+recall+a+US+presidential+election+that+has+attracted+more+attention.%3C%2Fp%3E%3Cp%3EBut+neither+can+there+have+been+a+time+when+the+world+has+watched+what+goes+on+in+America+with+the+nonplussed%2C+horrified+incomprehension+it+has+now.%3C%2Fp%3E%3Cp%3ETravelling+in+Europe+this+week%2C+I%27ve+been+asked+repeatedly+by+close+followers+of+US+politics+if+it+can+really+be+true+that+Barack+Obama+might+not+win.+Thoughtful+people+cannot+get+their+head+around+the+idea+that+Mr+Obama%2C+exciting+new+pilot+of+change%2C+supported+by+Joseph+Biden%2C+experienced+navigator+of+the+swamplands+of+Washington+politics%2C+could+possibly+be+defeated.%3C%2Fp%3E&amp;paramsXML=++%3Cc%3Aparams+xmlns%3Ac%3D%22http%3A%2F%2Fs.opencalais.com%2F1%2Fpred%2F%22+xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A++%3Cc%3AprocessingDirectives+c%3AcontentType%3D%22TEXT%2FHTML%22+c%3AoutputFormat%3D%22XML%2FRDF%22%3E%0A++%3C%2Fc%3AprocessingDirectives%3E%0A++%3Cc%3AuserDirectives+c%3AallowDistribution%3D%22false%22+%0A++++++++++++++++++++c%3AallowSearch%3D%22false%22+++++++++++%0A++++++++++++++++++++c%3AexternalID%3D%221221474581%22+%0A++++++++++++++++++++c%3Asubmitter%3D%22Drupal+Calais%22%3E%0A++%3C%2Fc%3AuserDirectives%3E%0A++%3Cc%3AexternalMetadata%3E%0A++%3C%2Fc%3AexternalMetadata%3E%0A++%3C%2Fc%3Aparams%3E

In the drupal_http_request function in common.inc

  fwrite($fp, $request);

echo "<br/><br/><br/>REQUEST $request<br/><br/><br/>";

returns

REQUEST POST /enlighten/calais.asmx/Enlighten HTTP/1.0
Host: api.opencalais.com
User-Agent: Drupal (+http://drupal.org/)
Content-Length: 1590
Content-Type: application/x-www-form-urlencoded

licenseID=r7hhfknmu8ru9mqqvzxth46t&amp;content=This+is+an+example+post+%0A+%3C%21--+Generated+by+XStandard+version+2.0.0.0+on+2008-09-15T11%3A29%3A37+--%3E%3Cp%3EIT%27S+funny+how+the+harder+you+look+at+something%2C+the+harder+it+can+be+to+understand+it.+I+can%27t+recall+a+US+presidential+election+that+has+attracted+more+attention.%3C%2Fp%3E%3Cp%3EBut+neither+can+there+have+been+a+time+when+the+world+has+watched+what+goes+on+in+America+with+the+nonplussed%2C+horrified+incomprehension+it+has+now.%3C%2Fp%3E%3Cp%3ETravelling+in+Europe+this+week%2C+I%27ve+been+asked+repeatedly+by+close+followers+of+US+politics+if+it+can+really+be+true+that+Barack+Obama+might+not+win.+Thoughtful+people+cannot+get+their+head+around+the+idea+that+Mr+Obama%2C+exciting+new+pilot+of+change%2C+supported+by+Joseph+Biden%2C+experienced+navigator+of+the+swamplands+of+Washington+politics%2C+could+possibly+be+defeated.%3C%2Fp%3E&amp;paramsXML=++%3Cc%3Aparams+xmlns%3Ac%3D%22http%3A%2F%2Fs.opencalais.com%2F1%2Fpred%2F%22+xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A++%3Cc%3AprocessingDirectives+c%3AcontentType%3D%22TEXT%2FHTML%22+c%3AoutputFormat%3D%22XML%2FRDF%22%3E%0A++%3C%2Fc%3AprocessingDirectives%3E%0A++%3Cc%3AuserDirectives+c%3AallowDistribution%3D%22false%22+%0A++++++++++++++++++++c%3AallowSearch%3D%22false%22+++++++++++%0A++++++++++++++++++++c%3AexternalID%3D%221221474581%22+%0A++++++++++++++++++++c%3Asubmitter%3D%22Drupal+Calais%22%3E%0A++%3C%2Fc%3AuserDirectives%3E%0A++%3Cc%3AexternalMetadata%3E%0A++%3C%2Fc%3AexternalMetadata%3E%0A++%3C%2Fc%3Aparams%3E

and

echo "<br/><br/><br/>RESPONCE $response<br/><br/><br/>";

returns

RESPONCE HTTP/1.0 500 Internal Server Error
Connection: close
X-Lighty-Magnet-Uri-Path: /enlighten/calais.asmx/Enlighten
X-Mashery-Responder: proxyworker-i-f92ddc90.mashery.com
Content-Type: text/plain; charset=utf-8
X-Aspnet-Version: 2.0.50727
Server: Microsoft-IIS/6.0
Cache-Control: private
Date: Mon, 15 Sep 2008 10:29:38 GMT
X-Powered-By: ASP.NET
Accept-Ranges: bytes
Content-Length: 29

Missing parameter: content.

I hope this helps?

Thanks
Vas

vascopj’s picture

I also went to the page directly

http://api.opencalais.com/enlighten/calais.asmx/Enlighten?licenseID=r7hh...

and this is the output I got (which appears to be correct)

<string>
<!--Use of the Calais Web Service is governed by the Terms of Service located at http://www.opencalais.com. By using this service or the results of the service you agree to these terms of service.--><!--Relations: 

Continent: America, Europe
Country: United States
Person: Barack Obama, Joseph Biden
City: Washington-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:c="http://s.opencalais.com/1/pred/">
	<rdf:Description c:allowDistribution="false" c:allowSearch="false" c:calaisRequestID="56e7a207-db7e-409c-a536-11c0b12251e1" c:externalID="1221465031" c:id="http://id.opencalais.com/S4H6JKganBaPI1tzJ*W1Pw" rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/DocInfo" />
		<c:document>
			<![CDATA[<document>
				<title>1221465486832-F62138DD-2533549</title>
				<date>2008-09-15</date>
				<body>This is an example post 
 <p>IT'S funny how the harder you look at something, the harder it can be to understand it. I can't recall a US presidential election that has attracted more attention.</p><p>But neither can there have been a time when the world has watched what goes on in America with the nonplussed, horrified incomprehension it has now.</p><p>Travelling in Europe this week, I've been asked repeatedly by close followers of US politics if it can really be true that Barack Obama might not win. Thoughtful people cannot get their head around the idea that Mr Obama, exciting new pilot of change, supported by Joseph Biden, experienced navigator of the swamplands of Washington politics, could possibly be defeated.</p></body>
			</document>]]>
		</c:document>
		<c:externalMetadata>  </c:externalMetadata>
		<c:submitter>Drupal Calais</c:submitter>
	</rdf:Description>
	<rdf:Description c:contentType="TEXT/HTML" c:emVer="UnifiedIM-DJ" c:langIdVer="DefaultLangId" c:language="English" c:processingVer="CalaisJob01" c:submissionDate="2008-09-15 03:58:06.832" rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/meta">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/DocInfoMeta" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:submitterCode>14b2520f-5f3c-62fb-8941-3a8cb9ac24cf</c:submitterCode>
		<c:signature>digestalg-1|ewP5YNAbg1ANPwwyfyHTIRXs4TU=|FHMYdL9IcPqFsnRhmlygs1zhu1Q8FR6xeGxUj79ybfGMoKL9zT5Tog==</c:signature>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/lid/DefaultLangId">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/lid/DefaultLangId" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:lang rdf:resource="http://d.opencalais.com/lid/DefaultLangId/English" />
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/cat/1">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/cat/DocCat" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:category rdf:resource="http://d.opencalais.com/cat/Calais/Politics" />
		<c:classifierName>Calais</c:classifierName>
		<c:categoryName>Politics</c:categoryName>
		<c:score>0.943</c:score>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/pershash-1/cfcf1aa2-de05-3939-a7d5-10c9c7b3e87b">
	<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/Person" />
		<c:name>Barack Obama</c:name>
		<c:persontype>N/A</c:persontype>
		<c:nationality>N/A</c:nationality>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/1">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/pershash-1/cfcf1aa2-de05-3939-a7d5-10c9c7b3e87b" />
		<!--Person: Barack Obama-->
		<c:detection>[of US politics if it can really be true that ]Barack Obama[ might not win. Thoughtful people cannot get]</c:detection>
		<c:prefix>of US politics if it can really be true that </c:prefix>
		<c:exact>Barack Obama</c:exact>
		<c:suffix> might not win. Thoughtful people cannot get</c:suffix>
		<c:offset>562</c:offset>
		<c:length>12</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/2">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/pershash-1/cfcf1aa2-de05-3939-a7d5-10c9c7b3e87b" />
		<!--Person: Barack Obama-->
		<c:detection>[cannot get their head around the idea that ]Mr Obama[, exciting new pilot of change, supported by]</c:detection>
		<c:prefix>cannot get their head around the idea that </c:prefix>
		<c:exact>Mr Obama</c:exact>
		<c:suffix>, exciting new pilot of change, supported by</c:suffix>
		<c:offset>651</c:offset>
		<c:length>8</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/1">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/pershash-1/cfcf1aa2-de05-3939-a7d5-10c9c7b3e87b" />
		<c:relevance>0.286</c:relevance>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/22b7ced9-f8a7-328d-b061-241cb9bc908a">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/Continent" />
		<c:name>America</c:name>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/3">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/22b7ced9-f8a7-328d-b061-241cb9bc908a" />
		<!--Continent: America-->
		<c:detection>[time when the world has watched what goes on in ]America[ with the nonplussed, horrified incomprehension]</c:detection>
		<c:prefix>time when the world has watched what goes on in </c:prefix>
		<c:exact>America</c:exact>
		<c:suffix> with the nonplussed, horrified incomprehension</c:suffix>
		<c:offset>366</c:offset>
		<c:length>7</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/2">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/22b7ced9-f8a7-328d-b061-241cb9bc908a" />
		<c:relevance>0.306</c:relevance>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/1d1529b7-da5f-3884-8de0-c765b3b7d3a3">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/City" />
		<c:name>Washington</c:name>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/4">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/1d1529b7-da5f-3884-8de0-c765b3b7d3a3" />
		<!--City: Washington-->
		<c:detection>[experienced navigator of the swamplands of ]Washington[ politics, could possibly be]</c:detection>
		<c:prefix>experienced navigator of the swamplands of </c:prefix>
		<c:exact>Washington</c:exact>
		<c:suffix> politics, could possibly be</c:suffix>
		<c:offset>761</c:offset>
		<c:length>10</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/3">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject
	 rdf:resource="http://d.opencalais.com/genericHasher-1/1d1529b7-da5f-3884-8de0-c765b3b7d3a3" />
	 <c:relevance>0.126</c:relevance>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/pershash-1/c6fdf869-8aae-3ed6-832b-7b6273281f29">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/Person" />
		<c:name>Joseph Biden</c:name>
		<c:persontype>N/A</c:persontype>
		<c:nationality>N/A</c:nationality>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/5">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/pershash-1/c6fdf869-8aae-3ed6-832b-7b6273281f29" />
		<!--Person: Joseph Biden-->
		<c:detection>[exciting new pilot of change, supported by ]Joseph Biden[, experienced navigator of the swamplands of]</c:detection>
		<c:prefix>exciting new pilot of change, supported by </c:prefix>
		<c:exact>Joseph Biden</c:exact>
		<c:suffix>, experienced navigator of the swamplands of</c:suffix>
		<c:offset>704</c:offset>
		<c:length>12</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/4">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/pershash-1/c6fdf869-8aae-3ed6-832b-7b6273281f29" />
		<c:relevance>0.126</c:relevance>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/09bebb87-1ef5-373d-bd01-263e77470c65">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/Continent" />
		<c:name>Europe</c:name>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/6">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/09bebb87-1ef5-373d-bd01-263e77470c65" />
		<!--Continent: Europe-->
		<c:detection>[incomprehension it has now.&lt;/p&gt;&lt;p&gt;Travelling in ]Europe[ this week, I've been asked repeatedly by close]</c:detection>
		<c:prefix>incomprehension it has now.&lt;/p&gt;&lt;p&gt;Travelling in </c:prefix>
		<c:exact>Europe</c:exact>
		<c:suffix> this week, I've been asked repeatedly by close</c:suffix>
		<c:offset>453</c:offset>
		<c:length>6</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/5">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/09bebb87-1ef5-373d-bd01-263e77470c65" />
		<c:relevance>0.209</c:relevance>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/genericHasher-1/a54ac18b-a956-3b5c-b235-0609ca899305">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/em/e/Country" />
		<c:name>United States</c:name>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/7">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/a54ac18b-a956-3b5c-b235-0609ca899305" />
		<!--Country: United States-->
		<c:detection>[it can be to understand it. I can't recall a ]US[ presidential election that has attracted more]</c:detection>
		<c:prefix>it can be to understand it. I can't recall a </c:prefix><c:exact>US</c:exact>
		<c:suffix> presidential election that has attracted more</c:suffix>
		<c:offset>218</c:offset>
		<c:length>2</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="h
	ttp://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Instance/8">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/InstanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/a54ac18b-a956-3b5c-b235-0609ca899305" />
		<!--Country: United States-->
		<c:detection>[ I've been asked repeatedly by close followers of ]US[ politics if it can really be true that Barack]</c:detection>
		<c:prefix> I've been asked repeatedly by close followers of </c:prefix>
		<c:exact>US</c:exact>
		<c:suffix> politics if it can really be true that Barack</c:suffix>
		<c:offset>520</c:offset>
		<c:length>2</c:length>
	</rdf:Description>
	<rdf:Description rdf:about="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8/Relevance/6">
		<rdf:type rdf:resource="http://s.opencalais.com/1/type/sys/RelevanceInfo" />
		<c:docId rdf:resource="http://d.opencalais.com/dochash-1/1475b46f-3846-3543-91b0-c011d59f69b8" />
		<c:subject rdf:resource="http://d.opencalais.com/genericHasher-1/a54ac18b-a956-3b5c-b235-0609ca899305" />
		<c:relevance>0.477</c:relevance>
	</rdf:Description>
</rdf:RDF>
</string>
wxman’s picture

I don't know if this will help any, but I was having the same trouble on a test site I set up on a local computer. I made a new copy of the whole site on my actual web server with all the same settings, and it works perfectly now. The only difference with me is I'm using Drupal 6.4, but the problem sounded exactly the same. For some reason, it doesn't like it running on a local system.
Good luck

vascopj’s picture

Hi wxman

Ok thanks for the post. I will try that. Hopefully it will work.

I will post back when I try it out.

Thanks

febbraro’s picture

Any success here?

febbraro’s picture

Status: Active » Closed (fixed)

Inactive for over 5 weeks, reopen if still an issue.