05-11-2012, 07:10 PM
one thing you can do is create a test.php file in your opendocman folder and then use:
Something like that, and see if you can even access those folders outside of OpenDocMan. It could be an apache issue, a php config, and selinux issue, etc.. Eliminate opendocman first.
Code:
<?php
echo 'Is it a dir? ' . is_dir('/var/www/somepath');
echo 'Is it writable? ' . is_writable('/var/www/somepath');
?>
Something like that, and see if you can even access those folders outside of OpenDocMan. It could be an apache issue, a php config, and selinux issue, etc.. Eliminate opendocman first.