Hello,
I installed the master branch from github and configured everything correctly to run it. However if I create a new issue I run into an "Unhandled Exception". I'm not yet familiar with this code nor with this framework so I want to ask if anybody can share his knowledge with me and show me what is wrong.
I believe that the view doesn't include an input field for "duration", but the model expects it.
But how can I change the code accordingly?
Any help is appreciated.
Unhandled Exception
Message:
Undefined index: duration
Location:
/var/www/bugs/app/application/models/project/issue.php on line 558
Stack Trace:
#0 /var/www/bugs/app/laravel/laravel.php(42): Laravel\Error::native(8, 'Undefined index...', '/var/www/bugs/a...', 558)
#1 /var/www/bugs/app/application/models/project/issue.php(558): Laravel{closure}(8, 'Undefined index...', '/var/www/bugs/a...', 558, Array)
#2 /var/www/bugs/app/application/controllers/project/issue.php(36): Project\Issue::create_issue(Array, Object(Project))
#3 [internal function]: Project_Issue_Controller->post_new('1')
#4 /var/www/bugs/app/laravel/routing/controller.php(325): call_user_func_array(Array, Array)
#5 /var/www/bugs/app/laravel/routing/controller.php(285): Laravel\Routing\Controller->response('new', Array)
#6 /var/www/bugs/app/laravel/routing/controller.php(165): Laravel\Routing\Controller->execute('new', Array)
#7 /var/www/bugs/app/laravel/routing/route.php(153): Laravel\Routing\Controller::call('project.issue@n...', Array)
#8 /var/www/bugs/app/laravel/routing/route.php(124): Laravel\Routing\Route->response()
#9 /var/www/bugs/app/laravel/laravel.php(164): Laravel\Routing\Route->call()
#10 /var/www/bugs/index.php(20): require('/var/www/bugs/a...')
#11 {main}
Hello,
I installed the master branch from github and configured everything correctly to run it. However if I create a new issue I run into an "Unhandled Exception". I'm not yet familiar with this code nor with this framework so I want to ask if anybody can share his knowledge with me and show me what is wrong.
I believe that the view doesn't include an input field for "duration", but the model expects it.
But how can I change the code accordingly?
Any help is appreciated.
Unhandled Exception
Message:
Undefined index: duration
Location:
/var/www/bugs/app/application/models/project/issue.php on line 558
Stack Trace:
#0 /var/www/bugs/app/laravel/laravel.php(42): Laravel\Error::native(8, 'Undefined index...', '/var/www/bugs/a...', 558)
#1 /var/www/bugs/app/application/models/project/issue.php(558): Laravel{closure}(8, 'Undefined index...', '/var/www/bugs/a...', 558, Array)
#2 /var/www/bugs/app/application/controllers/project/issue.php(36): Project\Issue::create_issue(Array, Object(Project))
#3 [internal function]: Project_Issue_Controller->post_new('1')
#4 /var/www/bugs/app/laravel/routing/controller.php(325): call_user_func_array(Array, Array)
#5 /var/www/bugs/app/laravel/routing/controller.php(285): Laravel\Routing\Controller->response('new', Array)
#6 /var/www/bugs/app/laravel/routing/controller.php(165): Laravel\Routing\Controller->execute('new', Array)
#7 /var/www/bugs/app/laravel/routing/route.php(153): Laravel\Routing\Controller::call('project.issue@n...', Array)
#8 /var/www/bugs/app/laravel/routing/route.php(124): Laravel\Routing\Route->response()
#9 /var/www/bugs/app/laravel/laravel.php(164): Laravel\Routing\Route->call()
#10 /var/www/bugs/index.php(20): require('/var/www/bugs/a...')
#11 {main}