Hello.
I have a custom view, as follows (simplified version)
select
master_table.image
from detail_table
join detail_table.foreign = master_table.primary
The image column is text containing an image name (eg. 1.gif, 2.gif etc.)
In Visual Editor I set view as files with directory files/ (this itself is a bit tricky, as it seems the Edit As overdides everything (even though this type of view cannot be edited directly!).
However, the output doesn't work. Instead of the images, the fields show as a hyperlink (eg. 1.gif, 2.gif etc.)
These hyperlinks themselves give an error:
PHP Fatal error: Call to undefined function mlang_message() in /.........../include/commonfunctions.php on line 1136
I am totally lost.
Shankar