[SOLVED] New installation, login view invalid #456
Answered
by
kenjis
mauriceb77
asked this question in
Q&A
-
I just installed shield on my existing CI4 app, I used composer and spark and all files look OK. I setup "session" in my global filter as I want the entire site protected but I am receiving the following error. I tried a reinstall to overwrite the config files as this was a solution in CI forum but it did not resolve the issue. Invalid file: \CodeIgniter\Shield\Views\login.php Global config: public $globals = [
'before' => [
'csrf',
'session' => ['except' => ['login*', 'register*']],
],
'after' => [
'toolbar',
// 'honeypot',
],
]; |
Beta Was this translation helpful? Give feedback.
Answered by
kenjis
Sep 26, 2022
Replies: 1 comment 8 replies
-
Can you show the all back trace? |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
datamweb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you show the all back trace?
Do you have
vendor/codeigniter4/shield/src/Views/login.php
?