We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small project with queue and laravel composer:
"php": ">=5.6.4", "aws/aws-sdk-php": "^3.36", "doctrine/common": "2.7.0", "doctrine/dbal": "^2.5.13", "guzzlehttp/psr7": "^1.5", "laravel/framework": "5.4.*", "laravel/tinker": "~1.0", "php-http/curl-client": "^1.7", "predis/predis": "^1.1", "quickbooks/v3-php-sdk": "^5.0", "sentry/sdk": "^2.0", "sentry/sentry-laravel": "^1.2"
Catch ErrorException: Error: Uncaught ErrorException: Non-static method App\Services\Sage\SagePayment::createPayments() should not be called statically in /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php:214 Stack trace: #0 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(214): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Non-static meth...', '/var/www/vendor...', 214, Array) getsentry/sentry#1 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(106): Sentry\Serializer\AbstractSerializer->serializeCallable('App\Services\Sa...') getsentry/sentry#2 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(113): Sentry\Serializer\AbstractSerializer->serializeRecursively('App\Services\Sa...', 1) getsentry/sentry#3 /var/www/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php(18): Sentry\Serializer\AbstractSerializer->serializeRecursively(Array) getsentry/sentry#4 /var/www/vendor/sentry/sentry/src/Stacktrace.php(168): Sentry\Serializer\RepresentationSerializer->representationSerialize(A {clipped} getsentry/sentry#1 vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(214): Sentry\ErrorHandler::handleFatalError #0 internal: null
But this method didn't calling static around all the project, fully searched;
The text was updated successfully, but these errors were encountered:
This seems a duplicate of #821
Sorry, something went wrong.
Closing as this has been solved in the linked PR and the fix will be part of the next patch release
No branches or pull requests
Small project with queue and laravel
composer:
Catch
ErrorException: Error: Uncaught ErrorException: Non-static method App\Services\Sage\SagePayment::createPayments() should not be called statically in /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php:214
Stack trace:
#0 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(214): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Non-static meth...', '/var/www/vendor...', 214, Array)
getsentry/sentry#1 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(106): Sentry\Serializer\AbstractSerializer->serializeCallable('App\Services\Sa...')
getsentry/sentry#2 /var/www/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(113): Sentry\Serializer\AbstractSerializer->serializeRecursively('App\Services\Sa...', 1)
getsentry/sentry#3 /var/www/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php(18): Sentry\Serializer\AbstractSerializer->serializeRecursively(Array)
getsentry/sentry#4 /var/www/vendor/sentry/sentry/src/Stacktrace.php(168): Sentry\Serializer\RepresentationSerializer->representationSerialize(A {clipped}
getsentry/sentry#1 vendor/sentry/sentry/src/Serializer/AbstractSerializer.php(214): Sentry\ErrorHandler::handleFatalError
#0 internal: null
But this method didn't calling static around all the project, fully searched;
The text was updated successfully, but these errors were encountered: