lmtorr
08-25-2006, 03:18 PM
Hi
I am trying to install Oreon 1.3.1-1 on a Centos 4.3 box and get the following error at step 10.
Writable Oreon Configuration File (oreon.conf.php) Critical: Not Writeable
root:root (0)
Should be : (775)
Generate configuration file OK
SELinux is turned off and the apache user:group has R/W rights for "/usr/local/oreon" and all files and dirs off of oreon.
Anyone have any ideas? javascript:emoticon(':?')
Confused
Many thanx
Leroy
DonKiShoot
08-25-2006, 03:36 PM
look your apache error log file and tell us what is the real error.
you are not the only one, it may be a bug on some distro.
lmtorr
08-28-2006, 02:18 PM
Hi DonKiShoot
Here is a copy of my error.log file for apache, FYI.
I have resolved the problem but I am not too sure what it was that fixed it, as I tried a few things after looking at the log file.
----------------------------------------------------------
[Fri Aug 25 14:55:03 2006] [error] [client 192.168.1.61] File does not exist: /usr/local/oreon/www/img/favicon.ico
[client 192.168.1.61] PHP Warning: session_start(): open(/var/lib/php/session/sess_e6276665f4ada3c40f53cd19048a8edf, O_RDWR) failed: Permission denied (13) in /usr/local/oreon/www/class/Session.class.php on line 29, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: oreon_dir_www in /usr/local/oreon/www/install/steps/step10.php on line 38, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: oreon_dir_www in /usr/local/oreon/www/install/steps/step10.php on line 39, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: oreon_dir_www in /usr/local/oreon/www/install/steps/step10.php on line 40, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: apache_user in /usr/local/oreon/www/install/steps/step10.php on line 47, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: apache_group in /usr/local/oreon/www/install/steps/step10.php on line 47, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: oreon_dir_www in /usr/local/oreon/www/install/steps/step10.php on line 53, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: dbLocation in /usr/local/oreon/www/install/steps/step10.php on line 82, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: nameOreonDB in /usr/local/oreon/www/install/steps/step10.php on line 83, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: pwdOreonDB in /usr/local/oreon/www/install/steps/step10.php on line 84, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: nameOreonDB in /usr/local/oreon/www/install/steps/step10.php on line 85, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Notice: Undefined index: oreon_dir_www in /usr/local/oreon/www/install/steps/step10.php on line 90, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Warning: Unknown(): open(/var/lib/php/session/sess_e6276665f4ada3c40f53cd19048a8edf, O_RDWR) failed: Permission denied (13) in Unknown on line 0, referer: http://192.168.1.23/oreon/install/setup.php
[client 192.168.1.61] PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0, referer: http://192.168.1.23/oreon/install/setup.php
-------------------------------------------------------
Many Thanx
Leroy