micromvc
micromvc copied to clipboard
Error ID: Issue
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"
}
}
}