Nothing strange there...
At this point, all I can tell you is to check this page:
https://dev.mysql.com/doc/refman/5.0/en/gone-away.html
and check/apply each possibility :-/
Eventually try using socket instead of tcp connection for mysqli extensio…
According to http://lists.mysql.com/eventum-users/5212, this could be related to MySQL configuration.
Since I don't see anything wrong with PHP & Statusnet, please provide your MySQL configuration ?
Another solution could be to use dotdeb repo.
I'm currently using statusnet on an up-to-date Squeeze box with dotdeb (providing last versions of MySQL & PHP) without any issue.
Could you try again starting dameons, with debug log enabled and po…
Interesting part:
2012-07-13 09:29:33 LOG_ERR: [status.fruck.org:synctwitterfriends.php:27908] PEAR Error: DB Error: no database selected (SELECT *
FROM foreign_link
WHERE ( foreign_link.service = 1 )
ORDER BY last_friendsync
LIMIT 0,…
oh, just forget one thing:
please also run /scripts/checkschema.php
TwitterBridge plugin require some specific DB stuff. It could explain why it does not start
Thanks for feedback,
Do you have any output in logs ?
From you config details, I guess log could be in /var/log/debug
Appname should be "statusnet" and script identifies itself as twitterstatusfetcher.php
also,
I checked your main/version page http://status.fruck.org/main/version
You don't seem to have enabled OStatus module. Not sure it's a requirement but maybe that could help.
Hello,
I guess HTML tag in you config file was inserted by forum...
Please check & report your PHP version as well as extensions (native & pear).
You can get pear extension list with: pear list
Also exec /scripts/setconfig -a and check tha…
@Plaxed
If you want to keep your subscription, subscriber and history, this is NOT a good idea.
You'd better to restart from scratch.
I tried to change URL and... has just been a nightmare to fix all stuff.
Here is why: http://status.net/open-sour…
@purge
What's the problem ? ;)
If OStatus does not seems to work, please check it's enable visiting /main/version URL
If not, add addplugin('OStatus') in you config.php file
@fathox
It'll be harder to help you without, at least, the error message and, at most, config infos you can get following this thread: http://forum.status.net/discussion/552/-sticky-how-to-debug-read-this-before-posting-#Item_10 :)
Hello,
Could you check statusnet config with script/setconfig.php located in statusnet install dir.
Exec script/setconfig.php -a | grep avatar
Also need some HTTP logs from Mustard (user-agent for me: "Mustard/0.2.1rc1 (Linux; Android)"
@schiesbn
$config['db']['schemacheck'] set to "script" means that you have to "manually" make changes.
php scripts/checkschema.php execution should have solved the problem.
Please check again your logs and report.
@schiesbn
Seems like you DB schema is not up-to-date.
Please check config param: $config['db']['schemacheck']
and execute scripts/checkschema.php which is located in statusnet installdir
This should update you DB scheme and make your log cleaner.
@schiesbn
Please have a look there: http://status.schiessle.org/main/version
You should see OStatus modules enabled (like on identi.ca: http://identi.ca/main/version).
You should add "addPlugin('OStatus')" in your config.php file
@schiesbn
Just forgot: did you read UPGRADE file, and more specifically last part called "Privacy" ?
statusnet is now private by default, which could prevent notice reception (not sure, but never know)
@jordanc @kchernenko @masha
Think I found the issue in URLMapper.
Please review and test https://gitorious.org/statusnet/mainline/merge_requests/175
Comments welcome,
Regards
JB
@jordanc @purge @alishir @Philippe @zn1p @pyxus
Think I found the issue in URLMapper.
Please review and test https://gitorious.org/statusnet/mainline/merge_requests/175
Comments welcome,
Regards
JB
Hello,
Same here on my test instance :(
My config (same on prod instance):
$config['site']['fancy'] = true;
$config['singleuser']['enabled'] = true;
$config['singleuser']['nickname'] = 'jbfavre';
Also restarted all cache and daemons without effec…