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

ini_set() expects parameter 2 to be string, integer given #2235

Closed
John-Betong opened this issue Sep 20, 2019 · 3 comments
Closed

ini_set() expects parameter 2 to be string, integer given #2235

John-Betong opened this issue Sep 20, 2019 · 3 comments

Comments

@John-Betong
Copy link

John-Betong commented Sep 20, 2019

Latest commit 957d674 19 hours ago

file: CodeIgniter4/app/Config/Boot/production.php

Statement conflicts with recommended ini_set(...) parameters

// line: #10
- ini_set('display_errors', 1);
+ ini_set('display_errors', '1');

Edit:

Final line was truncated, added missing text.

@MGatner
Copy link
Member

MGatner commented Sep 20, 2019

Probably as simple as ini_set(‘display_errors’, ‘1’)

@John-Betong
Copy link
Author

@MGatner
Is the submitted issue in the correct format to be easily merged?

If not please supply a sample.

@jim-parry
Copy link
Contributor

Sample provided, just above :)

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

No branches or pull requests

3 participants