The problem is related to some misuse of conf/settings.php or some bugs in their installation process.
WHich extensions are you using? And are they up to date?
A simple protection is to set the permissions on the settings.php (and database.php) to 400, 440 or 444 (depending of our server config).
Hmmm I'd hate for it to be the HiddenText addon (or other addon), some people have had issues with it wiping out database/settings.php. Although that particular addon was wiping database.php, befire I made changes, then it hit settings, now it should be all ok (this was recently, like this week).
I have uploaded a file into the root directory of Vanilla with only: echo dirname(__FILE__); Do I need to run something to find out the Application Path ? Sorry for the questions.
Krak, I am not using the HiddenText addon, so the problem didn't arise from that.
eg /somewhere/on/the/server/forum/test.php : <?php echo dirname(__FILE__); ?> Then go to http://your.domain.com/test.php, it will display the path to the forum folder.
Comments
I have uploaded a file into the root directory of Vanilla with only: echo dirname(__FILE__);
Do I need to run something to find out the Application Path ?
Sorry for the questions.
Krak, I am not using the HiddenText addon, so the problem didn't arise from that.
Thanks
<?php echo dirname(__FILE__); ?>
Then go to http://your.domain.com/test.php, it will display the path to the forum folder.
I have uploaded and gone the that URL.
A line appears with echo dirname(__FILE__);
but nothing else.
Am I doing something wrong?
Thanks