10-01-2011, 07:50 PM
Hi everyone
i been trying to install Letodms for the last week now but haven't been successful at all.
My first attempt to install went without any problems but had some issue with lucene.php and zendframwork as seen in the thread http://forums.letodms.com/showthread.php?tid=575
well after changing packages from the hosting company to one that supports Zendframework i tried to install LetoDMS again all goes well untill i try to login as admin for the first time upon which a get an error as below :
i didn't have this error before before the package change. The only thing different that had occurred after i changed to a ZendFramework supported package was to enable zend and php5 via the hosting dashboard. this created a .htaccess file in the Letodms directory.
.htacess
other information is that i installed letodms in root/docs folder and registered a domain and pointed to the /docs sub-folder for example
location letodms on the server /homepages/12/d227913023/htdocs/docs/ where htdocs is my root folder for the webspace and registered A .com domain to and pointed the /docs subfolder as i already have a Joomla website installed on the root htdocs.
any info would be helpful as im a complete noob and lack any programming or scripting skills.
i been trying to install Letodms for the last week now but haven't been successful at all.
My first attempt to install went without any problems but had some issue with lucene.php and zendframwork as seen in the thread http://forums.letodms.com/showthread.php?tid=575
well after changing packages from the hosting company to one that supports Zendframework i tried to install LetoDMS again all goes well untill i try to login as admin for the first time upon which a get an error as below :
Quote:
Warning: include(Log.php) [function.include]: failed to open stream: No such file or directory in
/homepages/12/d227913023/htdocs/docs/inc/inc.LogInit.php on line 21
Warning: include() [function.include]: Failed opening 'Log.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/12/d227913023/htdocs/docs/inc/inc.LogInit.php on line 21
Fatal error: Class 'Log' not found in /homepages/12/d227913023/htdocs/docs/inc/inc.LogInit.php on line 28
i didn't have this error before before the package change. The only thing different that had occurred after i changed to a ZendFramework supported package was to enable zend and php5 via the hosting dashboard. this created a .htaccess file in the Letodms directory.
.htacess
Quote:Action x-mapp-php3 /system-bin/php5exethe last 4 lines i added after doing a search regarding Zendframework and my hosting company issue (1and1)
Action x-mapp-php4 /system-bin/php5exe
RewriteEngine on
RewriteBase /
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
Options -MultiViews
other information is that i installed letodms in root/docs folder and registered a domain and pointed to the /docs sub-folder for example
location letodms on the server /homepages/12/d227913023/htdocs/docs/ where htdocs is my root folder for the webspace and registered A .com domain to and pointed the /docs subfolder as i already have a Joomla website installed on the root htdocs.
any info would be helpful as im a complete noob and lack any programming or scripting skills.