Invalid request (Unexpected EOF)
Permalink
Hello:)
What is this invalid request?
using the Elemental theme.
Does anybody know what might be causing this "Invalid request (Unexpected EOF)" ?
low tech
What is this invalid request?
using the Elemental theme.
Does anybody know what might be causing this "Invalid request (Unexpected EOF)" ?
Server log: Press Ctrl-C to quit. [Mon Nov 09 11:00:44 2015] ::1:51438 [200]: / [Mon Nov 09 11:00:45 2015] ::1:51442 [200]: /packages/cloneamental/themes/cloneamental/css/bootstrap-modified.css [Mon Nov 09 11:00:45 2015] ::1:51439 Invalid request (Unexpected EOF) [Mon Nov 09 11:00:45 2015] ::1:51443 [200]: /application/files/cache/css/cloneamental/main.css etc
low tech
Hi MrKD
To see that server output I used the php built in web server
I ran from command prompt (windows)
using latest Chrome
I need to read that link to see if same issue
will post back
edit:
yeh looks same issue so I will try Chrome incognito mode and see --- should be ok if same issue
I'm happy if it comes down to "nothing to worry about" :)
FINAL EDIT
yeh I just checked it out through Chrome incognito mode and everything was fine so I guess that is it ---- nothing to concern about there
Thanks for the info and help
LT
To see that server output I used the php built in web server
I ran from command prompt (windows)
php -S localhost:8000
using latest Chrome
I need to read that link to see if same issue
will post back
edit:
yeh looks same issue so I will try Chrome incognito mode and see --- should be ok if same issue
I'm happy if it comes down to "nothing to worry about" :)
FINAL EDIT
yeh I just checked it out through Chrome incognito mode and everything was fine so I guess that is it ---- nothing to concern about there
Thanks for the info and help
LT
Are you using a local server and what browser?
Does this StackOverflow question sound similar to your problem?
http://stackoverflow.com/questions/29141240/php-local-server-invali...