As we’re trying out SimplePie RSS Component, we encountered the following error:
Call to undefined method Folder::mkdirr() error
Turns out this is a quick fix changing mkdirr() to create()
This solution does not appear on SimplePie’s comments thread.