Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hardware Configuration

Hi I have made a migration of our nuxeo platforme from 5.8 to 7.10 and I noticed that it's more slower. I used htop tool and noticed that only 2 of 3 GB are used, but when I added a 4th one, I noticed an improvement. I have read in documentation that...

Nuxeo ACLs problem after migration

Hello everyone, I recently migrated our instance nuxeo from version 5.8 to version 7.10. For that, I followed the documentation which recommends to migrate from 5.8 to 6.0 and from 6.0 to 7.10. During this migration, I used the same Postgresql databa...

What is the recommended way to fork Nuxeo?

The Getting the Nuxeo source code documentation says: Contributing to Nuxeo does not require cloning Nuxeo source code But when I want to play around and modify things and possibly later send various pull requests, is not it best if I have forked t...

Why does copyContents() method of documentModelImpl class ignore a metaData change if its value has been removed from the source document.

Why does copyContents ignore a metaData change if its value has been removed from the source document. https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-api/src/main/java/org/nuxeo/ecm/core/api/impl/DocumentModelImpl.java#L1210 I see t...

REST API error codes and messages

Does a documented list exist of error codes and messages which can occur when using the REST API ? For instance "file not found" is a message, but I could not find an associated errorcode. Is there a recommended way on handling these errors (in PHP)?

olaf_ by Champ on-the-rise
  • 200 Views
  • 2 replies
  • 0 kudos

Resolved! getting file name, size, etc (5.8)

Hi, With Nuxeo 5.8, the GET request nuxeo_url/nuxeo/api/v1/id/document_id only gives the following metadata: { "entity-type" : "documents", "entries" : [ { "uid" : "673dd1d6-0b75-4a5a-8454-8abcb0e79c0e", "contextParamete...

Update more than one field

I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...

PDF content not recognized

Hi, after upload a PDF-file the content is not recognized as PDF. Instead I get a "normal" file icon (see image attached). Any suggestion?

Permission problem

Hello everyone, I recently updated our Nuxeo platform directly from version 5.8 to 7.10. Today I noticed some problems with ACLs. For some users (not all), they can file a document in the workspace, and when they want to publish it, they can see the ...