Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot upload files
#11
I would have to guess your path in the inc.Settings.php are not setup correctly. The following need to be configured

$_rootDir = "absolute path to where letoDMS is located";
$_httpRoot = "relative path to URL for letoDMS";
$_contentDir = "absolute path to directory created";

Reply
#12
var $_rootDir = "/var/www/html/dms/";
var $_httpRoot = "/dms/";
var $_contentDir = "/var/www/html/dms/data/";

Hm, strange. With all those installation and deinstalation I forgot on "data" folder. I add, but nothing better. All folders are 777.
Reply
#13
Nobody knows the sollution?

I try to investigate the source and I found pice of code, which is not working as it should.... but I am not sure.

if( !is_dir( $mkfolder ) ){
$res= @mkdir( "$mkfolder" , 0777);
if (!$res) return false;
}

On my opinion this should create direcotry? So anyhow i get false Return.
Reply
#14
The '@' is meant to hide the error messages, then you can remove it and see if php gives you some errors there:

$res= mkdir( "$mkfolder" , 0777);

let us know
Reply
#15
(09-28-2010, 05:08 PM)aljosamotore Wrote: Additional information that i notice. I download varsion2.0,m but when i check version od installed dms it seem that i have version 1.1. How to update. I try to run update from update directory, but i get some errors.

And folder permission 777.

And ideas now?

To be more specific, you need to make the permission settings on the "DATA" folder 777. Anything less, i.e. 755, etc. is NOT acceptable. DMS needs to "WRITE" to that folder.

For example...
1. Open your FTP program (I use FileZilla, which is excellent freeware)
2. Log into your server and navigate to your DMS folder
3. Navigate to the DATA folder
4. Right click on the DATA folder, goto "File Attributes"
5. Change the numeric value to 777.
6. Log out of DMS
7. Log in to DMS
8. Proceed to upload your document.

One thing I have learned about this forum is the lack of detail given. One must keep in mind that not everyone asking for help on here is as fluent as one may think.

So in closing, please, anyone offering or answering any questions... please give as much detail as possible. Maybe use a step by step solution as I have outlined above.

This may be the key to getting the word out about this program.
Reply
#16
It seems that the system cannot write logs.
-Try to disable the log and see what appens.
-double check settings paths and folder permissions

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)