05-10-2010, 01:16 PM
I can't do anything to get documents to appear.
I want to follow the advice to put the data dir outside the www root but I do not understand the syntax in the config file to make this work. I really need this to be super specific: don't tell me "put the folder outside the root" or "make sure you have permissions".
There is no adequate documentation for this and high-level answers don't work.
I get entries in the www root /odm/data directory as
1.dat
2.dat
(I uploaded a small file twice--yes, it is 735 bytes and that is the size of these dat files.)
I have authorized the files multiple times. The little lock icon still shows up locked. The user I log in with has full admin rights on everything.
I changed my dir structure to get the datadir out of the www root as follows:
My datadir line in config.php is:
'dataDir' => 'data/',
The base url entry is:
'base_url' => 'http://www.lewislevin.com/opendocman/',
Now, when I add a document it still goes into the <www root>/odm/data directory. I authorize it and it still tells me I have a document to authorize--it is never authorized.
It is also clear that editing config.php is a big fat NOOP. It does nothting--there must be someother config directory that overrides config.php,
This has been hours and hours on a simple little problem with no guidance anywhere on how to solve it.
Please help. This has to be something I just don't understand about the most basic use of directories on a web server.
I want to follow the advice to put the data dir outside the www root but I do not understand the syntax in the config file to make this work. I really need this to be super specific: don't tell me "put the folder outside the root" or "make sure you have permissions".
There is no adequate documentation for this and high-level answers don't work.
I get entries in the www root /odm/data directory as
1.dat
2.dat
(I uploaded a small file twice--yes, it is 735 bytes and that is the size of these dat files.)
I have authorized the files multiple times. The little lock icon still shows up locked. The user I log in with has full admin rights on everything.
I changed my dir structure to get the datadir out of the www root as follows:
My datadir line in config.php is:
'dataDir' => 'data/',
The base url entry is:
'base_url' => 'http://www.lewislevin.com/opendocman/',
Now, when I add a document it still goes into the <www root>/odm/data directory. I authorize it and it still tells me I have a document to authorize--it is never authorized.
It is also clear that editing config.php is a big fat NOOP. It does nothting--there must be someother config directory that overrides config.php,
This has been hours and hours on a simple little problem with no guidance anywhere on how to solve it.
Please help. This has to be something I just don't understand about the most basic use of directories on a web server.