All, I'm trying to remove the .personal / members folder from some of the users that were added to the site before the do not create home folder was enabled. When I try to do this from the ZMI I get the following error. How can I remove these folders without destroying the users and re-creating them ? ex) Error Type IOError Error Value [Errno 5] Input/output error Thanks for your help!!! -- Nick Pavlica EchoStar Communications CAS-Engineering (307)633-5237
Pavlica, Nick wrote:
All, I'm trying to remove the .personal / members folder from some of the users that were added to the site before the do not create home folder was enabled. When I try to do this from the ZMI I get the following error. How can I remove these folders without destroying the users and re-creating them ?
Dunno how to do this, ask on a Plone list...
ex) Error Type IOError
Error Value [Errno 5] Input/output error
This is due to some silly person leaving a print statement in python code and you running Zope on a server while not connected to a terminal. Run Zope in a terminal, redo what you were doing and see what gets printed :-) cheers, Chris
participants (2)
-
Chris Withers -
Pavlica, Nick