You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: