Hi, I have a problem. My server is newly installed Centos 5.3, then I unziped xampp-linux-1.7.4.tar.gz to /opt/.
After that I install seeddms-quickstart-5.1.0.tar. Every thing is ok in installation. The following is my settings.xml
<server rootdir="/opt/lampp/htdocs/seeddms/www/" httproot="/" contentdir="/opt/lampp/htdocs/seeddms/data/" stagingdir="/opt/lampp/htdocs/seeddms/data/staging/" lucenedir="/opt/lampp/htdocs/seeddms/data/lucene/" logfileenable="true" logfilerotation="d" enablelargefileupload="false" partitionsize="2000000" cachedir="/opt/lampp/htdocs/seeddms/data/cache/" dropfolderdir="/opt/lampp/htdocs/seeddms/data/dropfolder" backupdir="" checkoutdir="" createcheckoutdir="false">
</server>
Hi, I have a problem. My server is newly installed Centos 5.3, then I unziped xampp-linux-1.7.4.tar.gz to /opt/.
After that I install seeddms-quickstart-5.1.0.tar. Every thing is ok in installation. The following is my settings.xml
<server rootdir="/opt/lampp/htdocs/seeddms/www/" httproot="/" contentdir="/opt/lampp/htdocs/seeddms/data/" stagingdir="/opt/lampp/htdocs/seeddms/data/staging/" lucenedir="/opt/lampp/htdocs/seeddms/data/lucene/" logfileenable="true" logfilerotation="d" enablelargefileupload="false" partitionsize="2000000" cachedir="/opt/lampp/htdocs/seeddms/data/cache/" dropfolderdir="/opt/lampp/htdocs/seeddms/data/dropfolder" backupdir="" checkoutdir="" createcheckoutdir="false">
</server>
<server coredir="/opt/lampp/htdocs/seeddms/pear/SeedDMS/" luceneclassdir="/opt/lampp/htdocs/seeddms/pear/SeedDMS/" contentoffsetdir="1048576" maxdirid="0" updatenotifytime="86400" extrapath="/opt/lampp/htdocs/seeddms/pear/" maxexecutiontime="30" cmdtimeout="6"></server>
Everythig is okie installation, but ther is an error on adding document.
Error! An error has occurred.
On fast upload same problem.
pop up message : An error has occurred.
Please help!!
It's difficult to help without an error message which is probably reported in your web server's error log.
Thanks for the response Uwe! What I did is chmod 777 to the folder of seeddms. Then it works.