Skip to content

Application not working #2

@ferrycode

Description

@ferrycode

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions