-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: Nothing work with minimal config (DIRECTORY SEPARATOR) #2370
Comments
It has to be your config because I' am running XAMPP PHP 7.3.11 on Windows 10 Pro 64-bit. Did you add a ending / on to your base_url? |
Yes. my base url is http://agent.lo/ |
So what actually happens? "nothing works" could mean a lot of things. Is it a blank screen? Have you checked the logs? What do they say? Your server logs? I know others are running on Windows just fine, and I've done some testing on a Windows box myself. If there's something specific to your setup that is causing an issue, that's something good for us to know and fix - but we can't do that without details. |
"nothing" means nothing. i use zero setup only install XAMPP and install codeigniter with composer. |
4.0.0 Beta 1 version is work all default config. But 4.0.0-rc.3 version only show white blank page. |
Did you set your environment to |
Rename env file to .env file and then test it. |
@Qarakom any news on this? Were you able to figure anything out? |
i changed env to .env and also set environment to development. Nothing changed. Only show blank white screen. |
can you display your php phpinfo(); |
Describe the bug
With minimal config nothing work on windows. even not show any error.
I think this problem for DIRECTORY_SEPARATOR. i use Windows 10, Apache, PHP 7.3.9
Directory something show like as this "C:\Server\myapp../app/Config
CodeIgniter 4 version
CodeIgniter 4 - 4.0.0-rc.3
Affected module(s)
Maybe path structure
Context
The text was updated successfully, but these errors were encountered: