Skip to content
New issue

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

Too few arguments to function backtrace_error_handler() #141

Closed
alanmels opened this issue Jul 28, 2022 · 3 comments · Fixed by #143
Closed

Too few arguments to function backtrace_error_handler() #141

alanmels opened this issue Jul 28, 2022 · 3 comments · Fixed by #143

Comments

@alanmels
Copy link
Member

With PHP 8.1.5 it's giving:

ArgumentCountError: Too few arguments to function backtrace_error_handler(), 4 passed in /var/www/html/docroot/modules/contrib/devel/devel.module on line 380 and exactly 5 expected in backtrace_error_handler() (line 586 of /var/www/html/docroot/modules/contrib/devel/devel.module).
@yorkshire-pudding
Copy link
Contributor

I'm getting this also on PHP 8.1.10

ArgumentCountError: Too few arguments to function backtrace_error_handler(), 4 passed in /app/docroot/modules/devel/devel.module on line 379 and exactly 5 expected in backtrace_error_handler() (line 590 of 
 /app/docroot/modules/devel/devel.module).

@yorkshire-pudding
Copy link
Contributor

@jenlampton @quicksketch @alanmels - PR added which fixes this issue.

@quicksketch
Copy link
Member

Thanks @yorkshire-pudding! PR looks trivial. I merged #143. Thanks!

jenlampton pushed a commit to jenlampton/devel that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants