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
Lts 20.0.0
Loading homepage
pages loads without fatal error
PHP Fatal error: Uncaught Error: Call to undefined function char() in /var/www/html/lib/Varien/Io/File.php:490
@damien-biasotto
I'm trying to understand where this char() function is defined? Maybe it was intended to be chr()?
The text was updated successfully, but these errors were encountered:
#1084 I've created a PR with proposed modification
Sorry, something went wrong.
Fixed in #1084.
Successfully merging a pull request may close this issue.
Preconditions (*)
Lts 20.0.0
Steps to reproduce (*)
Loading homepage
Expected result (*)
pages loads without fatal error
Actual result (*)
PHP Fatal error: Uncaught Error: Call to undefined function char() in /var/www/html/lib/Varien/Io/File.php:490
@damien-biasotto
I'm trying to understand where this char() function is defined? Maybe it was intended to be chr()?
The text was updated successfully, but these errors were encountered: