micromvc icon indicating copy to clipboard operation
micromvc copied to clipboard

Error ID: Issue

Open nitinprakash opened this issue 11 years ago • 0 comments

After installation and configuring MicroMVC in a subfolder it is giving following message

Error ID:

Here is my config.json

{ "DB": { "enabled" : "true", "host" : "localhost", "database" : "plu", "username" : "root", "password" : "123456" },

"Core": {
    "routing"   : "true",
    "strictHost": "true",
    "hostname"  : "localhost",
    "rootFolder": "/var/www/html/micromvc/MicroMVC",
    "logErrors" : "true"
},

"Bower": {
    "sample_lib": {
        "override" : "false",
        "css"      : "template1/styles.css",
        "js"       : "template1/functions.js"
    }
}

}

nitinprakash avatar Jun 18 '14 06:06 nitinprakash