Community Support for OpenDocMan (Deprecated)

Full Version: Problem in installing OpenDocMan
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Dear friends
i want to install OpenDocMan on my web sate az a subdomain.
the web address that i install OpenDocMan is :www.dms.info2get.com

i only change config.php and in this file i just change this item as below:

$GLOBALS['database'] = '***'; // Enter the name of the database here
$GLOBALS['user'] = '***'; // Enter the username for the database
$GLOBALS['pass'] = '***'; // Enter the password for the username
$GLOBALS['hostname'] = 'localhost'; // Enter the hostname that is serving the database
'base_url' => 'http://www.dms.info2get.com',
'dataDir' => '/opendocman/data/',


i make 2 directory :opendocman & data for "datadir"
but i get this error on instal page and index page as below:

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/etc/mime.types) is not within the allowed path(s): (/home/infogetc:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/infogetc/public_html/dms/mimetypes.php on line 24

and this one when i want to login with user and pass admin/admin:

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

please help me to solve this problem
best regards
Are you actually putting the files in /opendocm\an/data on your server? That's a pretty unusual directory.

If you can ssh into the server, go to the directory where you want to put data and type:

pwd

and that should give you the proper results for the path to your data dir. It's probably /home/... something.