Posted by Domsou on July 22, 2009 at 8:22am
Jump to:
| Project: | Filebrowser |
| Version: | master |
| Component: | Directory Listing Pages |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#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.
#2