Hi
I am seeking if someone can help me with grav-plugin-admin-addon-revisions plugin
It has bug:
When first script run it creates directories .revs. I can see that directories for first time are actually created but with website refresh, whole site not working with error message: mkdir() not allowed for plugin://login/pages/.revs
I think it still tries to create directories but they are there. Plugin has if exists function too but for some reason this does not seem to work
Conf:
enabled: true
debug: false
directory: .revs
limit:
maximum: 50
older: 1 year
Plugin is latest stable what grav cli download
Grav v1.7.37.1
Admin Addon Revisions [v1.4.0]
Web files belong to www user/group
Can someone with php/grav knowledge clone this script and provide patch?
I can sponsor
I think it's great feature (grav revision) what is missing from core