![]() |
Sergey Kornilov admin 8/6/2007 |
Allenh, |
A
|
asimha 8/7/2007 |
v4.0 - build 265 I've got a table that writes to the DB correctly, but only if file file attachment field is utilized. If the attachment field is left empty, I get the following error "chmod() [function.chmod]: Operation not permitted." - but when I go back to the list page, all the data is written. There is nothing filled in that makes the attachment a requirement - I've created new tables to be sure. Why, why, why? A.
|
J
|
jetacera 9/13/2007 |
Did this problem get solved? I'm having the same problem as well... |
![]() |
Alexey admin 9/14/2007 |
Hi, chmod($file[1],0777);
@chmod($file[1],0777);
|