laravel-gitscrum
laravel-gitscrum copied to clipboard
Error when trying to sync repos
Hello guys,
Having this error:
htmlspecialchars() expects parameter 1 to be string, array given (View: /home/vagrant/Code/laravel-gitscrum/resources/views/wizard/step1.blade.php)
In this route:http://scrum.app/wizard/step1
First time using this adorable app so any ideas why is this happening to me?
Thanks.
@ElioMS Hi! I have the same error! have you find a solution to solve it?
Thanks
Not yet mate, still waiting for response :(
Hi, I did a fix for that. Please check again.
Hi, I did a git pull but still not working!
@ElioMS @Xipotera
In step1.blade.php and step2.blade.php change trans('GitScrum') to config('app.name').
@jeremykenedy man i f**** love you!!! but now i having this error htmlspecialchars() expects parameter 1 to be string, object given (View: /home/vagrant/Code/laravel-gitscrum/resources/views/sprints/show.blade.php)
@ElioMS The error is caused by carbon freaking out when it receives a null value.
This can be fixed easily by updating the calls to the methods.
Example:
$list->weeks() would change to $list->scopeWeeks(date('Y-m-d'))
The methods are in SprintScope.php.
still same error