Page 1 of 1

installation help

Posted: Tue Dec 27, 2005 12:31 pm
by mb
hello ppl

im trying to instal CMS Made Simple on a windows platform.

However as the auto install proceedure cant seem to get past the point of writing/editing a new config file i thought it might be best if this be done manually.

To do this i need to translate some code and seeing as though im not much of a php programmer, i was wondering if someone here could please help out and translate the following code from the install file:


if ($file != 0) {
#Follow fix suggested by sig in the forums
        #$cwd = getcwd();
$cwd = str_replace("\\","/",dirname(__FILE__));
        fwrite($file,"\n");
        fclose($file);
    } else

I would also appreciate if someone could let me know what else i could do to install the CMS if manually creaitng a config file is not likely to resolve the issue.


thanks in advance.

mb