07-29-2010, 01:55 AM
not sure about your problem, but looking at your 'config.php' I'd assume, the path to your 'dataDir' may be not correct (relative/absolute), what about trying to set up it this way (worked for me just fine):
otherwise, there are some threads referring to the same / similar problem in the forums here, you may find an answer there...
Code:
// Uncomment this one for LINUX - Don't forget the trailing slash "/"
'dataDir' => '/var/www/document_repository/',
otherwise, there are some threads referring to the same / similar problem in the forums here, you may find an answer there...