I have owl working under e-smith now
this is e-smith version 6 with the newest version of owl.
I am storing as file and not to the database (I had hoped to get it storing to the database but on hind sight, this will be better if I want to use rsynch for backing up changed/newer files etc).
the details to be aware of
I have created an ibay I call services
inside of this I have a number of webbased applications including owl
inside of services, I have the owl folder
on the same level as owl, I have a folder with the name: Documents
(case sensitive)
ie
/home/e-smith/files/ibays/services/html/owl
/home/e-smith/files/ibays/services/html/Documents
the Documents folder is owned by the group that has access to the Services ibay
the relevant owl.php values are below
Also, be aware, I did find one error in the php.conf file. There was a line I needed that wasn't properly terminated with a semi colon.
Hope this helps you.
If you have any problems, give me a shout.
my emali address can be found at:
http://allt.webhop.netIt is displayed as an image so the spammers can't harvest it and will be found at the bottom of the left hand frame.
==========================================
$default->owl_fs_root = "/home/e-smith/files/ibays/services/html/owl";
$default->owl_LangDir = $default->owl_fs_root . "/locale";
$default->owl_FileDir = "/home/e-smith/files/ibays/services/html";
$default->owl_use_fs = true;