jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

Save Failed: Cannot set nested property #38

Closed jgonyea closed 3 years ago

jgonyea commented 3 years ago

image

In Grav 1.7 with Flex-objects Pages enabled, this error occurs when attaching media to file fields.

jgonyea commented 3 years ago

Current workaround: In Flex-Objects plugin, disable Directories->Pages (Admin)

I'm exploring other options for file uploads.

jgonyea commented 3 years ago

I have a fix I'm working on right now. I'll be changing the file field to a filepicker field. All media (images, audio, etc) will be added to the media field and the filepicker will choose from the uploaded files.

jgonyea commented 3 years ago

The fix will be backwards compatible with existing content, as well.

jgonyea commented 3 years ago

A major revision will (hopefully) be coming this weekend.

jgonyea commented 3 years ago

Resolved now in v3