php
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
4568 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
1959 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
1906 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
2251 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
12489 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
2512 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
3436 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
2561 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
3315 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
2146 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
2498 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
2615 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
1986 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
2536 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
1788 views
How can I set following two properties (which might be multiple value properties) dc:subjects and dc:contributors. I can set all the other properites by passing their values as string using following method… $answer = ...
0 votes
3 answers
0 comments
2660 views
I've started using PHP Automation client instead of PHP CMIS Client for my Nuxeo DM instance (5.4.2 - open source) as I couldn't upload versions of same document through PHP CMIS Client. I find no documentation for every single type of operation I ...
0 votes
2 answers
2 comments
2611 views
Another query, as we're moving documents from one system to another, we need to set up lots of metadatas when a document gets uploaded/updated. According to the PHP Automation client, I believe I can set a single property (such as dc:title or ...
0 votes
1 answers
1 comments
2730 views
Hi There, We're using Nuxeo-DM 5.4.2(open source version) with an intention to replace our own bespoke document management system which is outdated in terms of functionality. We wish to transfer all the existing documents from the bespoke DM to ...
1 votes
2 answers
4 comments
5248 views