02-25-2011, 12:05 PM
(This post was last modified: 02-25-2011, 12:06 PM by administrator.)
(02-25-2011, 05:39 AM)EricBJ Wrote: Administrator recommended that I try a new install, so I am...
I believe I covered all the steps in the README file.
Attempted to access letoDMS gives me this error...
Warning: include(inc/inc.Settings.php) [function.include]: failed to open stream: Permission denied in /var/www/letoDMS-2.0.2/index.php on line 20
Warning: include() [function.include]: Failed opening 'inc/inc.Settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS-2.0.2/index.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /var/www/letoDMS-2.0.2/index.php:20) in /var/www/letoDMS-2.0.2/index.php on line 22
I then looked in the Apache logs and they said this...
(13)Permission denied: /var/www/letoDMS-2.0.2/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Help me understand what it is trying to tell me so I can then go about fixing it...
Thanks,
Eric
hi
if you look at the what php is saying to you you can understand it .
" Warning: include(inc/inc.Settings.php) [function.include]: failed to open stream: Permission denied in /var/www/letoDMS-2.0.2/index.php on line 20"
like this line tells you you don't have permission in /var/www/letodms-2.02 so double check your permission
second one
"Warning: include() [function.include]: Failed opening 'inc/inc.Settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS-2.0.2/index.php on line 20"
this failed to open because it can't open the first one so you would need to double check the permission so letodms can access it
Thanks
LetoDMS team.
p.s please don't create a brand new thread if its the same problem please reply here.
Thanks