wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Issue with info column "File-Modified" #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by samuli.j...@gmail.com on 10 Mar 2012 at 12:47