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: Nothing work with minimal config (DIRECTORY SEPARATOR) #2370

Closed
subhan-cabbarov opened this issue Oct 28, 2019 · 10 comments
Closed

Bug: Nothing work with minimal config (DIRECTORY SEPARATOR) #2370

subhan-cabbarov opened this issue Oct 28, 2019 · 10 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them waiting for info Issues or pull requests that need further clarification from the author
Milestone

Comments

@subhan-cabbarov
Copy link

subhan-cabbarov commented Oct 28, 2019

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

  • OS: Windows 10
  • Web server : Apache/2.4.41 (Win64)
  • PHP version : 7.3.9
@subhan-cabbarov subhan-cabbarov added the bug Verified issues on the current code behavior or pull requests that will fix them label Oct 28, 2019
@subhan-cabbarov subhan-cabbarov changed the title Bug: Bug: Nothing work with minimal config (DIRECTORY SEPARATOR) Oct 28, 2019
@InsiteFX
Copy link
Contributor

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?

@jim-parry jim-parry added this to the rfHomedo milestone Oct 28, 2019
@subhan-cabbarov
Copy link
Author

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/

@jim-parry jim-parry modified the milestones: rfHomedo, 4.0.0 Oct 29, 2019
@lonnieezell
Copy link
Member

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.

@subhan-cabbarov
Copy link
Author

"nothing" means nothing. i use zero setup only install XAMPP and install codeigniter with composer.
There is no log, no error even no any html source code

@subhan-cabbarov
Copy link
Author

4.0.0 Beta 1 version is work all default config. But 4.0.0-rc.3 version only show white blank page.
also i check it with php spark nothing changed

@lonnieezell
Copy link
Member

Did you set your environment to development the .env file? Sounds like errors are hidden because it's in production mode by default.

@cijagani
Copy link
Contributor

cijagani commented Nov 19, 2019

Rename env file to .env file and then test it.

@lonnieezell
Copy link
Member

@Qarakom any news on this? Were you able to figure anything out?

@lonnieezell lonnieezell added the waiting for info Issues or pull requests that need further clarification from the author label Nov 26, 2019
@subhan-cabbarov
Copy link
Author

@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.

@muh-ramadhan
Copy link

muh-ramadhan commented Nov 27, 2019

@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();

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 waiting for info Issues or pull requests that need further clarification from the author
Projects
None yet
Development

No branches or pull requests

6 participants