Wrong filepath for new filebrowser content
Domsou - July 22, 2009 - 08:22
| Project: | Filebrowser |
| Version: | HEAD |
| Component: | Directory Listing Pages |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Filepath is wrong when creating a new filebrowser content : the filepath showned is the server volume root.
After investigation I noticed no new line were added in the filebrowser database table. The node corresponding to the content is correctly created in the node database table

#1
Since rev6211, filebrowser table is no longer use. It has been replaced by node_dir_listing table.
In the content insert function the old table is still called : that's the bug origin.