Hello!
I have a problem to attach a file when i want to create a page content.
When i do a right click on a file and i want to attach to node, i have the message attach fail. Also, in the Webfm Debug, we can see "attach{ 'status':false, 'data':'file record not found'}"
I already check the box "Append file links to Node Body".

somebody can help me?thanks

Comments

robmilne’s picture

file record not found' indicates that the file wasn't imported into the webfm_file database table. The 1.5 release has only two methods of file importation are via the upload form or via drag and drop from the ftp folder. The latest dev version is more flexible and will allow a file to be enumerated into the database via the context menu. I'll be rolling out a 1.6 official release soon that will obsolete the need for the ftp directory.

If a file is not in the database it cannot be attached or have metadata.

robmilne’s picture

Status: Active » Closed (fixed)