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: localhost development server after edit the content not updated or reloaded #2363

Closed
senthilmca90 opened this issue Oct 25, 2019 · 4 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Milestone

Comments

@senthilmca90
Copy link

Localhost development server
Hi, I am using the spark localhost server. In the very first php spark serve when hitting the comment line and checking the browser http://localhost:8080 it's working fine. After just open the welcome_message.php and edit the content it is not restarted the development server and not updated the browser. it loading... loading... loading... full day gone.

I attached the screenshot.

image

Context

  • OS: [e.g. Windows 10]
  • Web server [e.g. Apache 1.2.3]
  • PHP version [e.g. 7.2.4]
@senthilmca90 senthilmca90 added the bug Verified issues on the current code behavior or pull requests that will fix them label Oct 25, 2019
@dafriend
Copy link
Contributor

Without seeing what was done to "edit the content" it is impossible to determine where the bug might be.

@jim-parry jim-parry added this to the 4.0.0 milestone Oct 29, 2019
@senthilmca90
Copy link
Author

@dafriend I have edited the content like <title>Welcome to CodeIgniter</title> to <title>Welcome to CodeIgniter1</title> for app/Views/welcome_message.php. I couldn't find the error. it takes hug time, I didn't get any output, it keeps on loading...

@greg713
Copy link

greg713 commented Nov 17, 2019

@senthilmca90 I see you have XAMPP running as well; for troubleshooting can you exit out of that since spark uses the built in PHP web server? I would hate to see that XAMPP somehow bound Apache to port 8080 as well (although I expect Spark would have failed to start the server at all). Can you also test this in another browser like Chrome or Firefox?

@lonnieezell
Copy link
Member

Cannot replicate this and no further word from OP. Closing.

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

No branches or pull requests

5 participants