Posted by Apfel007 on April 7, 2011 at 9:24am
2 followers
Jump to:
| Project: | Scribd field |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hi there,
got this error after updating a node. I only change some text, not the file.
"
sites/xx/files/scribd/xxxxxx.pdf could not be uploaded to Scribd.com."
It seems that something should implement, that ask " is the file changed?" If yes - upload again, if no "do nothing"
Comments
#1
the node lost it's data array
What about adding schema data?
...function mymodule_schema() {
$schema['mytable1'] = array(
// specification for mytable1
);
$schema['mytable2'] = array(
// specification for mytable2
);
return $schema;
}
#2
Can you try out the 1.1 release and check if it works?