Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Call to undefined function Symfony\Component\Debug\Exception\get_debug_type() #445

Open
jesusjaimetrejo opened this issue Jul 21, 2021 · 1 comment

Comments

@jesusjaimetrejo
Copy link

Hi, i tried to scrap a page but it throws this error.
Screen Shot 2021-07-21 at 10 52 07

My composer file:

{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
"php": "^7.1.3",
"barryvdh/laravel-dompdf": "^0.8.5",
"doctrine/dbal": "^2.9",
"fabpot/goutte": "^4.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"h4cc/wkhtmltoimage-amd64": "0.12.x",
"h4cc/wkhtmltopdf-amd64": "0.12.x",
"intervention/image": "^2.5",
"ixudra/curl": "^6.16",
"laravel-notification-channels/webpush": "^5.0",
"laravel/framework": "5.8.",
"laravel/nexmo-notification-channel": "^2.1",
"laravel/passport": "7.5.1",
"laravel/tinker": "^1.0",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-cached-adapter": "^1.1",
"luecano/numero-a-letras": "^1.4",
"nesbot/carbon": "^2.20",
"nexmo/laravel": "^1.1",
"nicolaslopezj/searchable": "1.
",
"predis/predis": "^1.1",
"pusher/pusher-php-server": "^4.0",
"romanzipp/laravel-queue-monitor": "^2.1",
"swiftmailer/swiftmailer": "^6.0",
"tinify/tinify": "^1.5",
"twilio/sdk": "^6.24"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^7.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"platform-check": false
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": {
"psr-4": {
"App\": "app/"
},
"classmap": [
"database/seeds",
"database/factories"
]
},
"autoload-dev": {
"psr-4": {
"Tests\": "tests/",
"Dotunj\LaraTwilio\":"src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"Illuminate\Foundation\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r "file_exists('.env') || copy('.env.example', '.env');""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
}
}

@stof
Copy link
Member

stof commented Jul 21, 2021

@nicolas-grekas this is related to what you are currently fixing in symfony/symfony#42223, right ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants