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

Bug: error_404.php mismatched property value and does not support languages #5976

Closed
szajens opened this issue May 8, 2022 · 1 comment · Fixed by #5978
Closed

Bug: error_404.php mismatched property value and does not support languages #5976

szajens opened this issue May 8, 2022 · 1 comment · Fixed by #5978
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@szajens
Copy link

szajens commented May 8, 2022

PHP Version

8.0

CodeIgniter4 Version

4.1.9 develop

CodeIgniter4 Installation Method

Manual (zip or tar.gz)

Which operating systems have you tested for this bug?

Windows

Which server did you use?

apache

Database

No response

What happened?

mismatched property value: line 27
old: letter-spacing: 0.8; change to: letter-spacing: 0.8px;

does not support languages line 79
old: Sorry! Cannot seem to find the page you were looking for. maybe change to: <?=\Config\Services::language()->getLine('HTTP.pageNotFound')?>

Steps to Reproduce

as above

Expected Output

as above

Anything else?

No response

@szajens szajens added the bug Verified issues on the current code behavior or pull requests that will fix them label May 8, 2022
@kenjis
Copy link
Member

kenjis commented May 8, 2022

I don't know it is a bug that the message does not use lang().
You can change view file contents freely in app/Views/.

At least, "Sorry! Cannot seem to find the page you were looking for." is not the same as "Page Not Found".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants