-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Error:
exception 'AppException' with message 'Controller Time not defined in C:\xampp\htdocs\time\app/controller/, C:\xampp\htdocs\time\lib/class/' in C:\xampp\htdocs\time\lib\class\front.php:205
Stack trace:
#0 C:\xampp\htdocs\time\index.php(18): FrontController->run()
#1 {main}
AppException
Temporary Solution:
Resolve: In core.php, if installed in a localhost, you have to set the path of your folder
for example,
line:87
define('APP_WWW_URI', $uri);
change that to
define('APP_WWW_URI', '/installedfolder/');
Metadata
Metadata
Assignees
Labels
No labels