Each time that I try to save an attachment (after pressing the "attachment" 
button), I get the following error message: 

"Error!

('Permission Denied !', 'You do not permissions to write on the server side.')"

My server is on Linux (Ubuntu 8.04), so if I need to set permissions, I am not 
sure what directory in which to do so. 

I have also gotten this error when trying to use the Document Management addon: 

"object of type 'bool' has no len()"

with the following details: 


"Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/openerp-server/netsvc.py", line 231, 
in dispatch
    result = LocalService(service_name)(method, *params)
  File "/usr/lib/python2.5/site-packages/openerp-server/netsvc.py", line 74, in 
__call__
    return getattr(self, method)(*params)
  File 
"/usr/lib/python2.5/site-packages/openerp-server/service/web_services.py", line 
496, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 59, 
in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 119, 
in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 111, 
in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File 
"/usr/lib/python2.5/site-packages/openerp-server/addons/document/document.py", 
line 652, in create
    try:
TypeError: object of type 'bool' has no len()"

What do I need to do to fix this error? I have tried updating these add-ons, 
but that does not fix the problem. 

Thanks in advance.




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=34361#34361

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to