Closed rashidali1989 closed 7 years ago
Any help in this regard will greatly appreciated.
Thanks for the report, @rashid-ali4u. What version of bugsnag-laravel are you using?
This problem should have been in the v2.3.0
release I think. Specifically, by: https://github.com/bugsnag/bugsnag-laravel/pull/186
That was my thought as well, but wanted to make sure.
I was using 2.2 version , which was working fine with laravel 5.3. when i updated to laravel 5.4 it did not work. I tried updating bugsnag version to 2.4 but it did not work.
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.4.*",
"laracasts/flash": "^1.3",
"lusitanian/oauth": "~0.3",
"proengsoft/laravel-jsvalidation": "^1.2",
"camroncade/timezone": "^0.1.0",
"sendgrid/sendgrid": "^4.0",
"illuminate/html": "^5.0",
"barryvdh/laravel-debugbar": "^2.0",
"nikolajlovenhardt/laravel-google-ads": "dev-master",
"league/oauth2-google": "^1.0",
"pda/pheanstalk": "~3.0",
"goodby/csv": "^1.2",
"google/apiclient": "^2.1.2",
"guzzlehttp/guzzle": "~6.0",
"arcanedev/log-viewer": "^3.9",
"bugsnag/bugsnag-laravel": "2.4",
"salsify/json-streaming-parser": "^6.0",
"flynsarmy/csv-seeder": "1.*",
"league/flysystem-aws-s3-v3": "^1.0",
"dusterio/laravel-aws-worker": "^0.1.9"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"doctrine/dbal": "^2.5"
},
"bugsnag/bugsnag-laravel": "2.4",
That version constraint means exactly 2.4.0.0 when composer resolves it. You should probably use ^2.4
or 2.4.*
.
I just updated it to ^2.4
. But still there is error.
Are you fixing this bug?
Are you fixing this bug?
I can't replicate this. Version 2.4.x does not have code like is shown in your stack trace. It is possible your server is caching an old version of the file.
Thank You , After clearing my cache It is working fine.
Hi I recently update to laravel 5.4 , but bug snag seems to use old function of laravel. I am getting following error.