File_column url_for_file_column problem

Hi folks,

When I call url_for_file_column, the resulting url looks
like “/model/image/development/1/layout9.jpg” . However, there is
no “development” directory on my filesystem, and the image does not
display.
Has anyone else had this problem? Is there any way to fix it?

Thanks!

Daniel H. wrote:

Hi folks,

When I call url_for_file_column, the resulting url looks
like “/model/image/development/1/layout9.jpg” . However, there is
no “development” directory on my filesystem, and the image does not
display.
Has anyone else had this problem? Is there any way to fix it?

Thanks!

maybe try giving more details on this problem ---->

is this only with this specific model? how does the class-attributes
look like?
in other uploads it doesn’t have the development dir? if you run it in
production mode, does it make any differance?

?

I fixed this on my site by making sure that the file_column plugin was
installed correctly.

-s

Daniel H. wrote:

Hi folks,

When I call url_for_file_column, the resulting url looks
like “/model/image/development/1/layout9.jpg” . However, there is
no “development” directory on my filesystem, and the image does not
display.
Has anyone else had this problem? Is there any way to fix it?

Thanks!