I updated from 1.8.5 and now the "file-modified" column is causing Mollify to
crash with this error:
<code>
Protocol error
Got malformed JSON response: Fatal error: Call to undefined method
ServiceEnvironment::formatTimestampInternal() in
../public_html/backend/include/filesystem/CoreFileDataProvider.class.php on
line 28
</code>
This is how it's set up in my index file:
"list-view-columns": {
"name" : {},
"type" : {},
"size" : {},
"file-modified" : {}
},
"plugins": [
new ItemDetailsPlugin({
"jpg,tiff": {
"last-modified" : {},
"size": {},
"exif": {},
},
"*": {
"last-modified" : {},
"size": {}
}
}, [new ExifDetails()]),
/*new CommentPlugin()*/
new SharePlugin()
]
Original issue reported on code.google.com by spacer...@gmail.com on 9 Mar 2012 at 6:35
Original issue reported on code.google.com by
spacer...@gmail.com
on 9 Mar 2012 at 6:35