php


Related Questions
Dear community, While using the Nuxeo PHP Automation Client I ran into some issues. When not using PHP Composer, loading and using the Automation Client is troublesome. * [SOLVED] by implementing the PSR-0 loader file as listed below. * I was ...
  0 votes
  6 answers
  2 comments
  4458 views

This project is an automation client for Nuxeo EP wrote in Symfony2. May be Symfony developers will need it Readme: https://github.com/najd-mrabet/nuxeo-automation-symfony2-client/blob/master/README.md My custom functions : ...
  1 votes
  0 answers
  0 comments
  1890 views

Hello i'm linking XML files with the XSL using PHP , //load blob of xsl file that exists in Nuxeo //load blob of xml file that exists in Nuxeo //Load XSL from a string $xslDoc = new \DOMDocument(); $xslDoc->loadXML($xsl); //Load XML from a string ...
  0 votes
  0 answers
  0 comments
  1833 views

Hello , We want to display contents from Nuxeo using the Uid of document, We can get the uid but we have a problem to display his content We used this function but no results any help please? Greetings $client = new ...
  0 votes
  1 answers
  0 comments
  2155 views

Hello, I use the “rest api” in PHP for listing documents and download them. These documents can be in differents formats (doc, pptx, doc, …), but I want download only in PDF, like button PDF in Document management. How can I do that ? Thanks in ...
  0 votes
  1 answers
  0 comments
  12387 views

Hi, When I execute a query using PHP Automation Client, I receive a warning from a parameter expected in NuxeoAutomationAPI.php. The code: $uid = '9dbfxxxx-xxxx-xxxx-xxxx-xxxxxxxx2b64'; $client = new ...
  0 votes
  1 answers
  0 comments
  2410 views

Hi, I'm using the PHP Automation Client to execute a simple query and I have an error on it, and I don't know how can I resolve it. Obviously I changed the url of Nuxeo, and the correct username and password when I get a session. Here the code: ...
  0 votes
  2 answers
  6 comments
  3329 views

Hi, I looked into the php example, and there I can download files or blobs, except the txt files, anyway I can download files. http://doc.nuxeo.com/display/public/NXDOC/PHP+Automation+Client So, I mean, why can't we do this with Java? Thanks in ...
  0 votes
  1 answers
  0 comments
  2487 views

Bonjour, J'utilise Nuxeo Automation PHP afin d'effectuer des requêtes sur le serveur Nuxeo depuis une application externe, auparavant j'utilisais l'authentification standard c'est à dire l'utilisation du login/password afin de créer une session. ...
  0 votes
  0 answers
  1 comments
  3224 views

Hi! In a project I need to use the PhpAutomationClient to retrieve some documents. I'am using the drupal's CMS with CAS Module. When I use default login and password to create a session like this, it's work. client = new ...
  0 votes
  2 answers
  2 comments
  2050 views

Bonjour, J'utilise Nuxeo Automation PHP pour envoyer des documents sur Nuxeo depuis mon application web. J'ai réussi à faire les requêtes pour envoyer les fichiers sur Nuxeo, cependant, lorsque je télécharge un fichier que j'ai envoyé, celui ci est ...
  0 votes
  1 answers
  5 comments
  2366 views

Hi all, I have updated the question, so I'm just asking for a yes or no… I am doing some tests with the Apache Chemistry CMIS PHP client. I am stuck trying to figure out how to get the video thumbnail images (all I have got is the generic video icon ...
  2 votes
  2 answers
  3 comments
  2495 views

I'm attempting to retrieve the image off of a Image document using the document url but have been unsuccessful. I've different variations of the example here but I continuously receive nothing. I know the host is correct, as I've been able to ...
  1 votes
  1 answers
  0 comments
  1882 views

I was wondering if PHP Automation Client allows ACL requests or not? I need to know all the users with Write Permission on a document and I used following code but no joy! <?php $x=""; $id = "8f488a16-7683-465e-9cce-03016f818622"; //ID of the ...
  0 votes
  2 answers
  1 comments
  2438 views

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?
  0 votes
  2 answers
  1 comments
  1708 views