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

Apfel007’s picture

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;
}
mikl’s picture

Status: Active » Postponed (maintainer needs more info)

Can you try out the 1.1 release and check if it works?