Skip to content

Controller Time not defined  #2

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/');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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