LetoDMS Community Forum
Any file upload error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11)
+--- Thread: Any file upload error (/showthread.php?tid=321)



Any file upload error - dadams982 - 07-08-2011

Messed with the demo and this DMS far surpassed opendocman... now time to just learn it! Big Grin

I am getting the infamous file upload error has occurred screen with any file I try to upload. Currently my test file is only a 50K text document. I ran check.php and everything came back fine. I move the data directory into my DMS directory instead of in the opt directory and even opened up the perms to 777 on the folder.

Here is the error I get in the log file... one for each time I have tried uploading a file. Hopefully you gurus have seen this on.

2011/07/07 20:53 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'
2011/07/07 20:57 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'
2011/07/07 21:01 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'
2011/07/07 21:03 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'
2011/07/07 21:03 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'
2011/07/07 21:07 admin (xxx.xxx.xxx.xxx) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'DMS'

I am running mysql 5.1.57
php version is 5.3.6

My check.php is below:
LetoDMS 3.0.0 check configuration (check version : 3.00-06)

Check Apache configuration

Apache version: Apache
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.6
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_ADOdbPath : Ok
database : Ok

LetoDMS version: 3.0.0 (2011-07-07 21:17:12)
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 10M

Limit size for uploading file (post_max_size): 8M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 60 s

Safe mode (safe_mode): OK

Open Basedir (open_basedir): OK

END


RE: Any file upload error - bugmenot - 08-09-2011

Hi, I have the same problem as you.

But when i run my check.php, I have an additional line:

Code:
Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_contentDir : Error

Create folder - Create file - Delete file - Delete folder
settings->_ADOdbPath : Ok
database : Ok

LetoDMS version: 3.0.0 (2011-05-30 14:48:08)
database : Ok

I mean this: settings->_contentDir :


run the newest check.php with .../check.php?debug , so you may get more information

Edit: My hoster doesn't support chmod, so i had to use the control center to set the permissions. Now, the check.php shows no errors anymore.
But file upload still doesn't work...

I'll keep you updated.