i intalled the directory of the application direct under wamp apache server over widows, i pointed the browser to http://localhost/marceditor/ it shows the following message: Valid config file should be specified.", seems it hang up in the following code lines (60,67) in index.php
if ((isset($config) && strlen($config)) ) {
$basedir = dirname($config);
if (! $marceditorTools->parseConfig($config)) {
die("Valid config file should be specified.");
}
} else {
die("Valid config file should be specified.");
}
as well it looking for config file which i can not recognize where is it ... any help ?
i intalled the directory of the application direct under wamp apache server over widows, i pointed the browser to http://localhost/marceditor/ it shows the following message: Valid config file should be specified.", seems it hang up in the following code lines (60,67) in index.php
if ((isset($config) && strlen($config)) ) {
$basedir = dirname($config);
if (! $marceditorTools->parseConfig($config)) {
die("Valid config file should be specified.");
}
} else {
die("Valid config file should be specified.");
}
as well it looking for config file which i can not recognize where is it ... any help ?