I am running Cherokee.
The problem is due to the function isHTTP in statusnet.php :
--
/**
* Are we running from the web with HTTPS?
*
* @return boolean true if we're running with HTTPS; else false
*/
static function isHTT…
Hi,
Same problem when I have tried to update to 0.9.6 :
---
# ./setconfig.php -a | grep ssl
site ssllogo ''
site ssl 'never'
site sslserver ''
avatar …
It seems that the problem is due to the class body.user_in which is not written into the page.
I think that there is a problem with the code below :
---
line 365 in lib/action.php
$this->elementStart('body', (common_current_user()) ? array('id'…
@jordanc Thanks for your answer. I don't have Apache on my server. I think it will run on Apache ;-) It used to be working (I can't tell you when and with which version).
Hi,
It seems that I have the same problem (http://microblog.....net).
Javascript is loaded but the JS is not executed.
I am running StatusNet on cherokee (http://www.cherokee-project.com/). I have tried to debug JS with firebug with no success.
I…
I have got a redirection which is like
Regular expression : ^(.*)$
substitution : /index.php?p=$1
I think it is the problem but I don't know how to correct it.
Thanks,