This is a discussion on problem accesing localconf.php installing Typo3 within the PHP General forums, part of the PHP Programming Forums category; Hi all, I have tried installing Typo3 (a CMS written in PHP) at the Apache 2.2 server at my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I have tried installing Typo3 (a CMS written in PHP) at the Apache 2.2 server at my SuSE 10.1 box, but when I get to the process where I use the web browser I get the massage 'localconf.php is not found!'. The script calling and localconf.php itself both belongs to user 'root' and group 'root', but are in separate directories. And though I have managed to alter the permissions of the directory making it readable and writable, the file itself (i.e. localconf.php) still is neither when tested by the calling script - even though it's been given the permissions of reading and writing for all (i.e. chmod a+rw). (Actually, I have modified the calling script to show the permissions of the file and all the directories in its path. It shows that the file is neither writable nor readable but the directory containing it and the directory containing the directory are both, and then all the directories below are only readable.) What might be the problem? Thanks in advance, Chris |