plone - Installation of collective.autopublishing -


i want use collective.autopublish set outdated plone pages private. goal set plone pages private after expiration date automatically. (similar problem described here)

i installed collective.autopublish , can configure in web interface. should use collective.timedevents extension triggered. added , tried install using readme file. told me add zope clock-server triggering events, did according code snippet on page.

[instance]  ... zope-conf-additional = <clock-server>     method /mysite/@@tick     period 90     user clockserver-user     password password     host localhost </clock-server> 

i changed mysite plone url. clock-server seems work, got http calls /mysite/@@tick page every 90 seconds, resulting in 404 errors, nothing triggered collective.timedevents. did miss or wrong documentation? should work?

btw: registered handler collective.autopublish itickevent.

i'm unable answer question directly can provide more simpler solution problem.

as see, want achieve is, expired content no longer visible public.

check small addon https://github.com/4teamwork/ftw.protectinactive ftw.protectinactive.

it automatically protects expired, or inactive content.

you in case may automatically set expiration date on content , hidden public reaches date.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -