codex.media icon indicating copy to clipboard operation
codex.media copied to clipboard

Not found required param `url`

Open talyguryn opened this issue 4 years ago • 0 comments

Troubles with saving article with an empty attaches block.

Kohana_Exception [ 0 ]: EditorJS (article:1196):Not found required param url ~ APPPATH/classes/Model/Page.php [ 336 ]

{
   "time":1623404599027,
   "blocks":[
      {
         "type":"paragraph",
         "data":{
            "text":"Test"
         }
      },
      {
         "type":"image",
         "data":{
            "file":{
               "url":"upload/pages/images/o_3bcd620bf21c1f8ebd1a1f32ffc10ec0.jpg",
               "title":"3bd9743740-2_1390x600",
               "name":"3bcd620bf21c1f8ebd1a1f32ffc10ec0",
               "extension":"jpe",
               "size":"597351"
            },
            "caption":"",
            "withBorder":false,
            "stretched":true,
            "withBackground":false
         }
      },
      {
         "type":"delimiter",
         "data":{
            
         }
      },
      {
         "type":"attaches",
         "data":{
            "file":{
               
            },
            "title":""
         }
      }
   ],
   "version":"2.19.1"
}

talyguryn avatar Aug 05 '21 11:08 talyguryn