Ah...I should have searched better before posting.
New server and all, I hadn't edited my php.ini
Turning mysqli.reconnet = On (was Off) seems to have it working, now.
Somewhere something is supposed to tell it which DB to connect to, clearly, and it's failing, although the installation is working, otherwise, and properly with the DB created for it. I'm receiving from identi.ca and other feds, fine, and posting to…
Well...I finally have everything working as it should (knock on wood, hold breath, sacrifice goat). It took tearing down and doing another fresh install on a new domain (http://stat.tonyb.us).
Oh, my log shows something like this when I try to join a group on identi.ca (was !gnu group, in this case):
2012-11-05 02:10:01 LOG_ERR: [status.tonybaldwin.me:19670.1718b213 POST /main/ostatusgroup] HTTPClient: HTTP POST http://identi.ca/main/sal…
I'm having the same problem, can't join remote groups (from status.tonybaldwin.me, updated from gitorious mainline today, 4 Nov. 2012).
there is no fixup_shadow.php in my ../scripts/ directory.
Or maybe this stuff IS significant in the log:
2012-11-05 02:10:01 LOG_ERR: [status.tonybaldwin.me:19670.1718b213 POST /main/ostatusgroup] HTTPClient: HTTP POST http://identi.ca/main/salmon/group/33 - 500 Internal Server Error
2012-11-05 02:10:01…
Hey, JC!
I'm getting errors, too, but just "Remote group join failed!" after Confirm page.
No relevant errors in my logs. Same thing when trying identi.ca groups or parlementum.net groups, etc.
My code is uptodate from gitorious mainline repo as of…
At this juncture, my twitter connection seems to be working correctly in both directions, but at random intervals, I get an e-mail saying it's been disabled. I log in and see that my user acct. connection has, indeed, been disabled, for no apparent …
Okay, I found checkschema.php in scripts. I was seeing this DB Error: no such table, when trying to add contacts to a new install, and, indeed, running this script fixed it.
For the uninitiated: if you see this error, cd into {yourstatusnetinstall…
I'm having this issue (DB Error: no such table) when trying to add contacts to a new installation (cloned from gitorious and up2date). Should the tables not have been generated with install.php?
I have another installation (older, but also cloned fr…
I'm currently having this problem on a new install, cloned the gitorious repo, so all up2date code. I've checked all the consumer key secret key, blah blah.
Ha! Well this cleared up why I was having difficulty with openid on my SN and friendica installations on my linode.
As you've noted, I get similar PearDB errors, and my twitterfetcher randomly dies and has to be restarted.
I added the two twitter…
I know in another discussion, a purported solution to this above is to put mysqli.reconnect = On in /etc/php5/cli/php.ini or apache2/php.ini, or both, or something,
but it's already configured thus in both, so that is not solving this issue for me.
I get tonso this, too
PHP Fatal error: Uncaught PEAR_Exception: DB Error: connect failed in unknown on line unknown
#0 [internal function]: PEAR_ErrorToPEAR_Exception(Object(DB_Error))
#1 /var/www/status/extlib/PEAR.php(890): call_user_func('PEAR_…
server runs debian stable.
my SN is running current code from gitorious, pulled today, but I've been seeing this error for at least a week. I pull a couple of times/week.
It seems to give up and die, randomly, and I go back in an restart it.
Lately it is constantly giving this error:
PHP Fatal error: Function name must be a string in /var/www/status/plugins/TwitterBridge/twitterimport.php on line 436
line 436 of s…
I don't think I could be spam-trapped, since identi.ca folks can follow me without issue, and I mirror my own sn to tonybaldwin@identi.ca
My stuff shows up there.
It's just getting identi.ca stuff to show up on my instance that's the problem.
Yeah, @JPope straightened me out on friendica.
While startdaemons will start queudaemon and imdaemon, stopdeamons.sh was not including those two. I added them.