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

Anonymous’s picture

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.

Anonymous’s picture

Status: Active » Closed (fixed)