-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Fresh install - Invalid File #33
Comments
Looks like it is trying to load a View file that isn’t there. The actual file should be farther down than your screenshot shows (maybe revealed by clicking “arguments”), and would help a lot for troubleshooting. |
CI4 is trying to load: he is adding one more 'Views' in path for no reason a better workaround that should not break the function: to |
I don't see the actual view path in your screenshot but the one you pasted seems to have translated incorrectly from namespace to path. I'm not sure if this is an issue with Windows, but the namespace View is correct ( |
hmm i see. seems to be a problem with CI, my login view is default, it's a fresh install |
I cannot replicate. I did the same thing:
|
Using current CodeIgniter version:
https://github.com/codeigniter4/CodeIgniter4
cloned myth-auth to
app/ThirdParty/auth
added to Autoload.php $psr4:
added to Validations.php
and migrated
when i try
localhost:8080/login
result:
i not checked if is a issue with this system or with CI4
a workaround that worked to me:
CI4\system\Autoloader\FileLocator.php
commented line 135:
//$filename = $folder . '/' . $filename;
result:
The text was updated successfully, but these errors were encountered: