Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Pages: 1
Just throwing this out here in case someone sees it, but I'm trying to set up an install of Wacintaki on an Ubuntu 16.04 server, apache2 2.4.18, mysql 5.7.18, and php 7.0.18.
I got the site running, but when I try to log in, I get the following message:
"No mode! Some security policies or advertisements on shared servers may interfere with comments and picture data. This is a technical problem. Ask your admin for help."
I saw the comment in functions.php about it being because there's no POST data, even though it looks as if it's coming through.
I added the following lines to dump the header info and any post variables and I am getting data:
foreach (getallheaders() as $name => $value) {
echo "$name: $value\n";
}
print_r($_REQUEST);
Host: oekaki.pewpewroo.net X-Real-IP: 54.240.196.171 X-Forwarded-For: 54.240.196.171 X-Forwarded-Proto: http Connection: close Content-Length: 51 Content-Type: application/x-www-form-urlencoded Origin: http://oekaki.pewpewroo.net Accept-Encoding: gzip, deflate Upgrade-Insecure-Requests: 1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30 Referer: http://oekaki.pewpewroo.net/ Accept-Language: en-us X-IMForwards: 20 Array ( [action] => login [username] => Roosky [pass] => casdf [login] => Login )
So, you can see it's getting an action, but the script isn't finding it for some reason.
Anyone have any insight?
Last edited by roosky (06-05-2017 17:57:43)
Offline
Having the same exact issue.
Pages: 1