Menu

Install problem

For those trying the installation and not being able to figure out what's wrong; the configuration file needs to be writeable, so you will need to change the permissions on your documentroot for ODD to allow your webserver to write there.

Alternatively, open up php-bin/clsConfig.php, scroll all the way down and change this line:

$GoConfig = new clsConfig();

to something like:
$GoConfig = new clsConfig("/tmp/odd.conf");
where /tmp/ can be any directory that's r/w accessible to your webserver.

Documentation will be amended.

Posted by Gabri van Lee 2006-05-16

Log in to post a comment.