Community Support for OpenDocMan (Deprecated)
Loggin Error - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: Loggin Error (/thread-53.html)



Loggin Error - Stephen - 01-12-2010

xfactorxxl


2008-08-29 23:06:44 PDT
I have recently uploaded and installed Opendocman to my host (startlogic.com) and received a logon error:

There is a problem with your dataDir. Check to make sure it exists and is writeable

I have tried editing the config.php file countless time to no success. Here is the directory structure and config file for it.

/public_html/opendocman-1.2.5/documents/
(documents being the folder I created for files)

here is how I currently have the config.php written for that section:

// Uncomment this one for Windows - Don't forget the trailing backslash "\"
//'dataDir' => '/opendocman-1.2.5/documents/',
// Uncomment this one for Linux - Don't forget the trailing slash "/"
'dataDir' => '/opendocman-1.2.5/documents/',


If you need any more info from my config.php Let me know.

**NOTE - when i installed, i received a minor error, something like "unable to GRANT" or something to that effect. Didn't think it was a big deal (and I hope not) as the install still showed 'done'

Think that may be the problem? If so, it will be reinstalled in the exact same way (directory) and could someone show me the proper php code for the dataDIR?

Thanks again,
Brandon
jonathanwminer


2008-09-02 05:52:33 PDT
The dataDir needs to a full pathname, from the root filesystem, not a relative path.