Closed (fixed)
Project:
Web File Manager
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2007 at 11:02 UTC
Updated:
2 Jun 2007 at 06:34 UTC
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
Comment #1
robmilne commentedfile 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.
Comment #2
robmilne commented