[Zope] PHP Product(IOError)
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Fri, 27 Apr 2001 20:18:16 +0200 (CEST)
    
    
  
dinobotta@yahoo.com writes:
 > I have installed IOAN's PHP Product and I am stuck up
 > with this following error "IOError". Please help me in
 > solving the following error.
 > ********************************
 > Zope Error
 > Zope has encountered an error while publishing this
 > resource.
 > 
 > Error Type: IOError
 > Error Value: [Errno 13] Permission denied:
 > '988374611_714.txt'
This is not a Zope permission problem but an Operating System (file system)
permission problem.
Your code wants to write (probably) a file "988374611_714.txt"
and the process has not the appropriate OS rights
to do that.
You need to change the file system permissions or the
user that runs the Zope process.
Dieter