03-27-2012, 11:42 PM
sappu,
You had a directory with the name LetoDMS_Core, as can be seen in post #21, directory listing repeated here:
At that time, coreDir value in settings.xml was "/var/www/html/letodms/LetoDms_Core/", from post #22, copied here:
Linux is case-sensitive. Note the difference: LetoDMS_Core vs. LetoDms_Core.
Please make sure the coreDir setting in settings.xml matches exactly. I guess you have renamed LetoDMS_Core to letoDMS? I recommend changing it back to LetoDMS_Core, and then setting the core dir with matching case.
You had a directory with the name LetoDMS_Core, as can be seen in post #21, directory listing repeated here:
Code:
[root@linuxpc ~]# cd /var/www/html/letodms/
[root@linuxpc letodms]# ls
adodb inc op
adodb515.tgz index.php out
CHANGELOG install package.xml
CHANGELOG-1.8.1 js README
conf languages README.Notification
content LetoDMS_Core reset_db.sql
core LetoDMS_Core-3.2.0.tgz styles
data LetoDMS_Lucene TODO
debian LetoDMS_Lucene-1.0.1.tgz utils
delete_all_contents.sql LICENSE webdav
drop-tables-innodb.sql Makefile
At that time, coreDir value in settings.xml was "/var/www/html/letodms/LetoDms_Core/", from post #22, copied here:
Code:
Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core/
=> Suggestion value : /var/www/html/letodms/
Linux is case-sensitive. Note the difference: LetoDMS_Core vs. LetoDms_Core.
Please make sure the coreDir setting in settings.xml matches exactly. I guess you have renamed LetoDMS_Core to letoDMS? I recommend changing it back to LetoDMS_Core, and then setting the core dir with matching case.