I have a proplem. I am using attachment fu plugin and image science
for uploading images on my server. I am getting error : Define
INLINEDIR or HOME in your environment and try again. How I can define
my HOME in envoirment.rb. If I understood it’s directory where uploads
goes.
I have a proplem. I am using attachment fu plugin and image science
for uploading images on my server. I am getting error : Define
INLINEDIR or HOME in your environment and try again. How I can define
my HOME in envoirment.rb. If I understood it’s directory where uploads
goes.
if it’s INLINEDIR then it’s probably that one of those plugins uses
ruby inline. The message just means define an environment variable. In
windows that’s hidden away in the system control panel or you should
be able to stick ENV[‘INLINEDIR’] = … in environment.rb