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

Ugly PHP Error for 404 Pages #13

Closed
jazzsequence opened this issue Mar 12, 2013 · 4 comments
Closed

Ugly PHP Error for 404 Pages #13

jazzsequence opened this issue Mar 12, 2013 · 4 comments

Comments

@jazzsequence
Copy link
Contributor

minor issue but would be nice to see this handled more gracefully. If I go to mydroppletssite.com/posts, I get:

Warning: file(../posts/posts/.txt): failed to open stream: No such file or directory in /home/myusername/mydroppletssite.com/dropplets/index.php on line 189

Update Looks like this happens pretty much whenever a 404 page is displayed since it's trying to find the txt markdown file for that post (which doesn't exist)

@jptksc
Copy link
Contributor

jptksc commented Mar 12, 2013

This didn't used to be an issue. I'll have a look.

@devinhalladay
Copy link
Contributor

+1, this is happening for me as well

@jazzsequence
Copy link
Contributor Author

@circa75 It happens on your site, too, e.g. http://jason.sc/404
Noticed that the other day.

@devinhalladay
Copy link
Contributor

Set $display_errors = false; on line 9 of dropplets/index.php. That should fix it.

@jptksc jptksc closed this as completed Mar 17, 2013
johnroper100 pushed a commit that referenced this issue Feb 1, 2022
…t-26.4.3

chore(deps-dev): bump ts-jest from 26.4.2 to 26.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants