installation help

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
mb

installation help

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”