Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2015.11.1
-
Fix Version/s: QA tracked issues, 2015.11.2
-
Component/s: Platform UI (Admin UI & Content UI)
-
Labels:
-
Environment:
Firefox
Description
Trying to publish any object that has a richtext fieldtype raises an error.
Steps to reproduce:
1 - Create one folder object. Fill in the folder's name. (fill in the "Short description" and "description" or leave them empty. The result is the same)
2- Publish the folder
When publishing, a notification error is raised: An error occured while publishing the draft
In browser console, the following information is displayed:
The response:
{"ErrorMessage":{"_media-type":"application\/vnd.ez.api.ErrorMessage+json","errorCode":404,"errorMessage":"Not Found","errorDescription":"Could not find 'Validator' with identifier 'NULL'"}}
|
The request header:
POST /api/ezp/v2/content/objects HTTP/1.1
|
Host: ezp5.paulo
|
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
|
Accept: application/vnd.ez.api.Content+json
|
Accept-Language: en-US,en;q=0.5
|
Accept-Encoding: gzip, deflate
|
Content-Type: application/vnd.ez.api.ContentCreate+json; charset=UTF-8
|
X-CSRF-Token: Tm3KunUZ-ggqEaPKJXmTaLwLneGml3Ni42BKS0loJb0
|
Referer: http://ezp5.paulo/ez
|
Content-Length: 801
|
Cookie: eZSESSID98defd6ee70dfb1dea416cecdf391f58=sqlmsf43qqen59umft3hm42vq2
|
Connection: keep-alive
|
Pragma: no-cache
|
Cache-Control: no-cache
|
The Response header:
HTTP/1.1 404 Not Found
|
Date: Fri, 27 Nov 2015 15:31:35 GMT
|
Server: Apache/2.2.22 (Debian)
|
X-Powered-By: PHP/5.4.4-14+deb7u14
|
Cache-Control: private
|
Vary: Cookie,Authorization
|
Content-Length: 190
|
Keep-Alive: timeout=5, max=100
|
Connection: Keep-Alive
|
Content-Type: application/vnd.ez.api.ErrorMessage+json
|
Issue Links
- blocks
-
EZP-25108 As an editor, I want to able to embed images in the RichText editor
-
- Closed
-
Paulo Nunes I reproduce that only in Firefox, do you confirm ?