Download & Extend

error after update node

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

Status:active» postponed (maintainer needs more info)

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