Skip to content

Controller Time not defined  #2

@sankaranand

Description

@sankaranand

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

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