<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PHP Automation Client in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325926#M12927</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2011 08:08:29 GMT</pubDate>
    <dc:creator>Alain_ESCAFFRE</dc:creator>
    <dc:date>2011-10-11T08:08:29Z</dc:date>
    <item>
      <title>PHP Automation Client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325925#M12926</link>
      <description>&lt;P&gt;Hi, since i got the version 5.4.2 i can't use blob.get of php automation client to open files, it shows me 'Error Server is not set', is there another way?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2011 20:02:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325925#M12926</guid>
      <dc:creator>xesar_</dc:creator>
      <dc:date>2011-10-10T20:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325926#M12927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 08:08:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325926#M12927</guid>
      <dc:creator>Alain_ESCAFFRE</dc:creator>
      <dc:date>2011-10-11T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325927#M12928</link>
      <description>&lt;P&gt;Hi, i'm using the php automatin client with version 5.4.2, my example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;include ('../NuxeoAutomationClient/NuxeoAutomationAPI.php');
$path="/path/..."; //valid path
$client = new PhpAutomationClient('http://ip:8080/nuxeo/site/automation');
 
$session = $client-&amp;gt;GetSession('Administrator','Administrator');
 
$answer = $session-&amp;gt;NewRequest("Blob.Get")-&amp;gt;Set('input', 'doc: ' . $path)-&amp;gt;SendRequest();
 
if (!isset($answer) OR $answer == false)
    echo $answer.' is not set';
else{
    header('Content-Description: File Transfer');
    header('Content-Type: application/octet-stream');
    header('Content-Disposition: attachment; filename='.$filename.'.pdf');
    readfile('tempstream');
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It returns me "Error Server is not set"&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:09:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325927#M12928</guid>
      <dc:creator>xesar_</dc:creator>
      <dc:date>2011-10-11T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Automation Client</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325928#M12929</link>
      <description>&lt;P&gt;maybe what was posted on this forum would solve your problem:
&lt;A href="http://forum.nuxeo.com/t/5537/" target="test_blank"&gt;http://forum.nuxeo.com/t/5537/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Quote:
"Hello
Thanks a lot for your response, i had a mistake configuration on the remote server, after enable the "allow_url_fopen" directive in the php.ini file now it works fine"&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 17:54:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/php-automation-client/m-p/325928#M12929</guid>
      <dc:creator>Alain_ESCAFFRE</dc:creator>
      <dc:date>2011-11-04T17:54:55Z</dc:date>
    </item>
  </channel>
</rss>

