Closed Mikaela closed 9 years ago
Hi, do you have access to error logs?
Comment out those lines in vhost config so at end it looks like:
access_log /var/log/nginx/localhost.access_log combined;
error_log /var/log/nginx/localhost.error_log info;
Save, restart nginx:
# sudo service nginx restart
Try to load affected pages on Stikked, and then submit both of your log files:
/var/log/nginx/localhost.access_log
/var/log/nginx/localhost.error_log
To view those files you can use:
# cat file_name_from_box_above
Log files will show us what happens in moment of Stikked execution, and where it fails so we can provide help to you, and others who experienced this issue.
Sorry, I am stupid and didn't thought that that is why I don't find error logs anywhere.
The error logs say nothing useful looing though:
2015/08/23 14:40:02 [info] 25409#0: *272 client 127.0.0.1 closed keepalive connection
2015/08/23 14:45:01 [info] 25516#0: *5 client 127.0.0.1 closed keepalive connection
and access log:
filtered - - [23/Aug/2015:14:40:59 +0300] "GET /lists HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:41:02 +0300] "GET /recent HTTP/1.1" 404 562 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:41:09 +0300] "GET / HTTP/1.1" 200 4944 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:41:11 +0300] "GET /main/get_cm_js/text?_=1440330071474 HTTP/1.1" 200 31 "https://paste.mikaela.info/" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:41:13 +0300] "GET /lists HTTP/1.1" 200 31 "https://paste.mikaela.info/" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:41:19 +0300] "GET /trends HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:44:56 +0300] "GET /trends HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
filtered - - [23/Aug/2015:14:44:58 +0300] "GET /trends HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"
127.0.0.1 - - [23/Aug/2015:14:45:01 +0300] "GET /cron/FILTEREDCRONKEY HTTP/1.1" 200 5 "-" "curl/7.38.0"
Well, not su useful log, but error logs says at least something which can point to possible issue with nginx configuration. I'll look through it.
I believe this is duplicate of https://github.com/claudehohl/Stikked/issues/292.
I can get to the front page, but the screen goes blank when I paste, and the 'recent' and 'trending' links lead to blank pages as well.
As there is no contributing.md I am not sure what information exactly I should provide, but hopefully this is enough.