Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Some errors on nginx server
Hello, I have vanilla installed on local (apache) and remote (nginx) servers.
On local server all seems fine, but i have some bad errors on nginx server.
I can't find, what i need to configure in nginx server (or maybe php settings in server).
First error - at login popup screen i have this http://i51.tinypic.com/10h6epy.png - as you can see, full header included and it looks very bad. At local version login popup looks fine.
Second error - when i try add global message nothing happens - http://i51.tinypic.com/k18a5d.png
in firebug console i have this errors
And the last error - i can't login with my google account or with any openid provider. Popup message appears but when I click on "GO" nothing happens (form just refresh)
# Browser & version - Firefox 3.6.12
# PHP version -
# MySQL version
On local server all seems fine, but i have some bad errors on nginx server.
I can't find, what i need to configure in nginx server (or maybe php settings in server).
First error - at login popup screen i have this http://i51.tinypic.com/10h6epy.png - as you can see, full header included and it looks very bad. At local version login popup looks fine.
Second error - when i try add global message nothing happens - http://i51.tinypic.com/k18a5d.png
in firebug console i have this errors
jQuery.easing[jQuery.easing.def] is not a function jQuery.fn.extend({tableDnD:jQuery.tabl...d/message?DeliveryType=VIEW'));}});});
min?f=...=2.0.14 (string 36)
jQuery.tableDnD is undefined left+=e.offsetLeft;top+=e.offsetTop;re...y.tableDnD.dragObject==null){return;}
And the last error - i can't login with my google account or with any openid provider. Popup message appears but when I click on "GO" nothing happens (form just refresh)
# Browser & version - Firefox 3.6.12
# PHP version -
# php -v
PHP 5.2.11 (cli) (built: Sep 19 2009 14:38:47)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
# MySQL version
# mysql -V
mysql Ver 14.14 Distrib 5.1.50, for unknown-linux-gnu (x86_64) using readline 5.1
0
Comments
Correct "rewrite rules" for nginx is
location / { try_files $uri $uri/ /index.php?p=$uri&$args; }