david-szabo97 / grav-plugin-admin-addon-revisions

An extension for Grav Admin plugin which adds revisions for pages.
MIT License
11 stars 8 forks source link

mkdir() not allowed for plugin://login/pages/.revs #28

Closed gfvh closed 1 year ago

gfvh commented 1 year ago

Hi

Did install according to instructions. I can see that directories for first time are actually created but with website refresh, whole site not working, gives error message: mkdir() not allowed for plugin://login/pages/.revs

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]

Please help

david-szabo97 commented 1 year ago

Fixed in https://github.com/david-szabo97/grav-plugin-admin-addon-revisions/commit/b9b839f74f32fbff9e57a50813ce20a39861afa1 released in v2.0.0

Please reopen if necessary