<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Installation - statusnet</title>
      <link>http://forum.status.net/categories/installation/feed.rss</link>
      <pubDate>Fri, 24 May 2013 12:46:26 +0000</pubDate>
         <description>Installation - statusnet</description>
   <language>en-CA</language>
   <atom:link href="http://forum.status.net/categories/installation/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>SOLVED: Database error: DB Error: unknown error</title>
      <link>http://forum.status.net/discussion/2247/solved-database-error-db-error-unknown-error</link>
      <pubDate>Tue, 26 Jun 2012 16:11:01 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Freshsite</dc:creator>
      <guid isPermaLink="false">2247@/discussions</guid>
      <description><![CDATA[Hi guys,<br /><br />I found the source of the error.<br /><br /><br />TO THE DEVELOPERS:<br />I guess you never heard of unit tests, or "good database abstraction layer". The error message "unknown error" *is not true*, because the error IS known by the system!<br /><br />First, change this in Classes / User_im_prefs.php:<br /><br />'primary key' =&gt; array('user_id', 'transport(100)'),<br />            'unique keys' =&gt; array(<br />                'transport_screenname_key' =&gt; array('transport(100)', 'screenname(100)'),<br />            ),<br /><br /><br />The error message on some systems (like mine) is (or "would be", if the error would be correct displayed):<br />MySQL Error: 1071, Specified key was too long; max key length is 1000 bytes<br /><br /><br />That's why you have to shorten the index keys, otherwise on some systems it won't work.<br /><br /><br />Second:<br />Change line 589 in plugins / OpenID / OpenIDPlugin.php to:<br /><br />FROM <br /> 'primary key' =&gt; array(array('server_url', 100), 'handle'),<br />TO<br /> 'primary key' =&gt; array(array('server_url', 100), 'handle(100)'),<br /><br /><br />After that, the installation should complete!<br /><br /><br />Anyway: Why the devs did NOT find the error themselves....?]]></description>
   </item>
   <item>
      <title>Database error: DB Error: connect failed</title>
      <link>http://forum.status.net/discussion/2412/database-error-db-error-connect-failed</link>
      <pubDate>Sun, 31 Mar 2013 05:42:53 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>hernancasfo</dc:creator>
      <guid isPermaLink="false">2412@/discussions</guid>
      <description><![CDATA[how I can solve this error?  Install StatusNet<br /><br />Page notice<br />Initializing...<br />Starting installation...<br />Checking database...<br />Database error: DB Error: connect failed ]]></description>
   </item>
   <item>
      <title>Problem in configuring API</title>
      <link>http://forum.status.net/discussion/2396/problem-in-configuring-api</link>
      <pubDate>Mon, 14 Jan 2013 10:12:20 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Awais</dc:creator>
      <guid isPermaLink="false">2396@/discussions</guid>
      <description><![CDATA[I have installed status.net on mac machine. The web app is working fine and I have enabled fancy URL. The problem is that I am getting "HTTP Error 500" when I try to hit API url. here is example url: <br /><a href="http://localhost/doxting/api/statuses/public_timeline.json" target="_blank" rel="nofollow">http://localhost/doxting/api/statuses/public_timeline.json</a><br />Can anyone guide me what I am doing wrong? I have very limited knowledge of php. I need it for iOS app. Thanks.]]></description>
   </item>
   <item>
      <title>enabled fancy urls now 404 error</title>
      <link>http://forum.status.net/discussion/2269/enabled-fancy-urls-now-404-error</link>
      <pubDate>Wed, 11 Jul 2012 19:05:09 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>vaerospace</dc:creator>
      <guid isPermaLink="false">2269@/discussions</guid>
      <description><![CDATA[the main page works but unable to access admin or any other page ..how do i fix this close to giving this a miss<br />$config['site']['fancy'] = true;  (does not fix the problem<br />can it be fixed , cannot reinstall]]></description>
   </item>
   <item>
      <title>Can statusnet run with Oracle?</title>
      <link>http://forum.status.net/discussion/2257/can-statusnet-run-with-oracle</link>
      <pubDate>Wed, 04 Jul 2012 07:45:00 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>kopanda</dc:creator>
      <guid isPermaLink="false">2257@/discussions</guid>
      <description><![CDATA[Hi, any one have ever run statusnet with Oracle? I'm wondering if this is feasible as Oracle have database file encryption which is more suitable for enterprise development.]]></description>
   </item>
   <item>
      <title>[SOLVED] Fancy url - 404 error page</title>
      <link>http://forum.status.net/discussion/2383/solved-fancy-url-404-error-page</link>
      <pubDate>Thu, 03 Jan 2013 03:08:06 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Awkward</dc:creator>
      <guid isPermaLink="false">2383@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I've got a problem with the fancy urls.<br /><br />I'm using IIS7 and i (think) i tried everything to made it work, but it still doesn't.<br />Hope someone could help me.<br /><br />Cause if i enable fancy everything except my homepage is a big 404 error. <br /><br />Greetz]]></description>
   </item>
   <item>
      <title>How does one install  CAPTCHA with E-Mail Registration</title>
      <link>http://forum.status.net/discussion/2381/how-does-one-install-captcha-with-e-mail-registration</link>
      <pubDate>Fri, 28 Dec 2012 14:04:40 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2381@/discussions</guid>
      <description><![CDATA[Can you pls help? How does one install CAPTCHA with E-Mail Registration only? I have installed CAPTCHA  with normal registration, however I now wish to install with E-Mail Registration only. Thank you. ]]></description>
   </item>
   <item>
      <title>File could not be moved to destination directory.</title>
      <link>http://forum.status.net/discussion/2379/file-could-not-be-moved-to-destination-directory</link>
      <pubDate>Fri, 21 Dec 2012 18:29:58 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2379@/discussions</guid>
      <description><![CDATA[I desperately need assistance with my destination directory which is set up, however, I keep receiving the following error message whenever I try to upload an image. "File could not be moved to destination directory." My PATH is set to /local/attachments/  and my Directory is set to /home/flirtyfy/public_html/local/attachments/ from the ADMIN PANEL  I am DESPERATE pls help me. Thank you! ]]></description>
   </item>
   <item>
      <title>Where in the root can I disable MORE DETAILS found Directory. Pls HELP!</title>
      <link>http://forum.status.net/discussion/2378/where-in-the-root-can-i-disable-more-details-found-directory-pls-help</link>
      <pubDate>Fri, 21 Dec 2012 11:30:35 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2378@/discussions</guid>
      <description><![CDATA[<a rel="nofollow" href="/profile/habi">@habi</a> I wish to disable or comment out "MORE DETAILS" which is accessible via Directory sub menu in the Public Timeline, because it breaches European Law on Data Protection. My StatusNet instance is hosted in London, England. The URL is <a href="http://www.flirtyfy.com/" target="_blank" rel="nofollow">http://www.flirtyfy.com/</a> The site currently configured to show the public timeline to anyone not signed in. Thank you!]]></description>
   </item>
   <item>
      <title>How can I hide the Directory from view before a user/someone has logged in?</title>
      <link>http://forum.status.net/discussion/2375/how-can-i-hide-the-directory-from-view-before-a-usersomeone-has-logged-in</link>
      <pubDate>Sun, 16 Dec 2012 17:25:50 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2375@/discussions</guid>
      <description><![CDATA[How can I hide the Directory from view even though My StatusNet instance is set up to allow the public timeline to be viewed without a user signing in. Unfortunately, this site config also displays the Directory to users not signed in. Than…<br />in Installation of StatusNet with Third Party Hosting Company Comment by Flirtyfy December 15]]></description>
   </item>
   <item>
      <title>Installation of StatusNet with Third Party Hosting Company</title>
      <link>http://forum.status.net/discussion/2368/installation-of-statusnet-with-third-party-hosting-company</link>
      <pubDate>Fri, 07 Dec 2012 00:27:56 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Flirtyfy</dc:creator>
      <guid isPermaLink="false">2368@/discussions</guid>
      <description><![CDATA[I am in the process of setting up my own StatusNet Microblog and I would like to hear from any member, who installs StatusNet professionally as I am prepared to at a fee. Whilst I am very PHP literate, I would like whoever takes up this assignment,  to also (a) change the logo to my logo and (b) install two StatusNet Plugins or Apps. Thanks. Posted Dec. 7 2012. ]]></description>
   </item>
   <item>
      <title>Statusnet on multy servers</title>
      <link>http://forum.status.net/discussion/2372/statusnet-on-multy-servers</link>
      <pubDate>Thu, 13 Dec 2012 11:53:11 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Doemela</dc:creator>
      <guid isPermaLink="false">2372@/discussions</guid>
      <description><![CDATA[Hai how can I use statusnet on two or more servers and use the same DB/install?]]></description>
   </item>
   <item>
      <title>SSL woes</title>
      <link>http://forum.status.net/discussion/2365/ssl-woes</link>
      <pubDate>Tue, 04 Dec 2012 21:34:02 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>jla</dc:creator>
      <guid isPermaLink="false">2365@/discussions</guid>
      <description><![CDATA[After installing, I can get to any page by entering it in the address bar, but links go to http instead of https. After setting to SSL Always from config.php, some links like profile pages are still http.]]></description>
   </item>
   <item>
      <title>Cas Authentication</title>
      <link>http://forum.status.net/discussion/2343/cas-authentication</link>
      <pubDate>Mon, 29 Oct 2012 09:41:32 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>GiobPtr</dc:creator>
      <guid isPermaLink="false">2343@/discussions</guid>
      <description><![CDATA[I use Cas to authenticate the users of my service. But when I enable the CasAuthentication plugin and I insert my credentials, status.net shows a white page. <br />Should I do anything else except from initializing the plugin in the config.php file?]]></description>
   </item>
   <item>
      <title>Install process cannot be completed</title>
      <link>http://forum.status.net/discussion/2241/install-process-cannot-be-completed</link>
      <pubDate>Tue, 19 Jun 2012 12:40:24 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>drodriguez</dc:creator>
      <guid isPermaLink="false">2241@/discussions</guid>
      <description><![CDATA[After filling up the installation script info I'm getting stuck on this...<br /><br />Page notice<br />Initializing...<br />Starting installation...<br />Checking database...<br />Creating database tables...<br />Database error: DB Error: no such table<br /><br />... any clue?]]></description>
   </item>
   <item>
      <title>Can't log in anymore</title>
      <link>http://forum.status.net/discussion/2341/cant-log-in-anymore</link>
      <pubDate>Fri, 26 Oct 2012 12:20:46 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>miles</dc:creator>
      <guid isPermaLink="false">2341@/discussions</guid>
      <description><![CDATA[Hi, for some reason my StatusNet install won't let me sign in anymore. I've tried even doing a password reset, but when I click the password reset link in the email it just comes up with the login form again. It's like when the login form is submitted it just redirects to the same login page. To make matters worse I tried creating a new database and re-installing StatusNet and I get exactly the same issue. Any suggestions?<br /><br />nginx config:<br /><br />server {<br />	root /usr/share/nginx/www;<br />	index index.php index.html;<br /><br />	server_name localhost;<br /><br />	try_files $uri $uri/ index.php;<br /><br />        location /status {<br />		rewrite ^/status/(.+) /status/index.php?p=$1 last;<br />        }<br /><br />	location ~ \.php$ {<br />		try_files $uri =404;<br />		fastcgi_pass unix:/var/run/php5-fpm.sock;<br />		fastcgi_split_path_info ^(.+\.php)(/.+)$;<br />		fastcgi_index index.php;<br />		fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;<br />		include fastcgi_params;<br />	}<br />}<br /><br />]]></description>
   </item>
   <item>
      <title>Using SSL with statusnet domain.</title>
      <link>http://forum.status.net/discussion/2337/using-ssl-with-statusnet-domain</link>
      <pubDate>Mon, 22 Oct 2012 12:53:35 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>MATIR</dc:creator>
      <guid isPermaLink="false">2337@/discussions</guid>
      <description><![CDATA[Hi all<br /><br />I am trying to install statusnet with ssl. The SSL certificate is issued for the same domain as I use for statusnet. Is it ok or I should've made an other sub domain?<br /><br />Thanks,<br />Mat]]></description>
   </item>
   <item>
      <title>Nginx SSL 404 error page not...</title>
      <link>http://forum.status.net/discussion/2340/nginx-ssl-404-error-page-not</link>
      <pubDate>Wed, 24 Oct 2012 08:27:30 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>MATIR</dc:creator>
      <guid isPermaLink="false">2340@/discussions</guid>
      <description><![CDATA[I am trying to use SSL "always" and nginx gives me "404 page not found".<br /><br />Nginx log:<br /><br />"/var/www/domain.com/tags/index.php" is not found (2: No such file or directory), client: 1.2.3.4, server: domain.com, request: "GET /tags/ HTTP/1.1", host: "domain.com", referrer: "<a href="https://domain.com/" target="_blank" rel="nofollow">https://domain.com/</a>"<br /><br />or<br /><br />"open() "/var/www/domain.com/main/login" failed (2: No such file or directory), client: 1.2.3.4, server: domain.com, request: "GET /main/login HTTP/1.1", host: "domain.com", referrer: "<a href="https://domain.com/" target="_blank" rel="nofollow">https://domain.com/</a>""<br /><br />here is the rewrite ruleif (!-e $request_filename){<br />rewrite  ^(.*)$  /index.php?p=$1  last;<br />break;}<br /><br />I don't use any rewrite rule for ssl requests. Please help me with this Problem.<br /><br />Thanks, <br /><br />Mat]]></description>
   </item>
   <item>
      <title>Problem with NGINX</title>
      <link>http://forum.status.net/discussion/591/problem-with-nginx</link>
      <pubDate>Fri, 14 May 2010 00:36:55 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Eckhard</dc:creator>
      <guid isPermaLink="false">591@/discussions</guid>
      <description><![CDATA[I have switched to using nginx for several reasons.<br />However I have also big trouble to get status running on the Dreamhost account.<br />Is there anyone out there that is familiar enough with dreamhost and nginx to get Status running.<br />If required we can talk about a "service fee" for the job done.<br />]]></description>
   </item>
   <item>
      <title>Ldap Authentication with OpenLDAP on StatusNet 1.0.1</title>
      <link>http://forum.status.net/discussion/2021/ldap-authentication-with-openldap-on-statusnet-1-0-1</link>
      <pubDate>Fri, 30 Dec 2011 13:27:33 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>jorgesuarez</dc:creator>
      <guid isPermaLink="false">2021@/discussions</guid>
      <description><![CDATA[I've been trying to setup LDAP Authentication with StatusNet 1.0.1 for a while with no dice. I don't seem to be able to login after putting this on my config.php (I've hidden sensible information):<br /><br />addPlugin('ldapAuthentication', array(<br />    'provider_name'=&gt;'LDAP SERVER',<br />    'authoritative'=&gt;false,<br />    'autoregistration'=&gt;true,<br />    'binddn'=&gt;'uid=statusnet,ou=Applications,dc=ORGANIZATION-HIDDEN',<br />    'bindpw'=&gt;'PASSWORD-HIDEEN',<br />    'basedn'=&gt;'ou=People,dc=ORGANIZATION-HIDDEN',<br />    'host'=&gt;array('ldap'),<br />    'password_changeable'=&gt;false,<br />    'email_changeable'=&gt;false,<br />    'attributes'=&gt;array(<br />        'username'=&gt;'uid',<br />        'nickname'=&gt;'uid',<br />        'email'=&gt;'mail',<br />        'fullname'=&gt;'cn'<br />    )<br />));<br /><br />All I get on login is a blank screen.<br /><br />The ldap server is not reached, based on ldap server logs. However, an XMPP server on the same machine is able to reach it, so there's not firewall/connection problem. <br /><br />I've successfully setup StatusNet 0.9.7 with a not binding server on the past (only copypasted from there, added the binding lines). I've also tried to comment the binding lines (that would not succeed, but I'm still trying to reach the server! something goes very wrong somewhere!).<br /><br />Commenting out all that lines (that is, not adding the plugin) makes login work again for admin user.<br /><br />Some ideas on how can I proceed from here? How to make StatusNet more verbose? Logs somewhere?<br /><br />Thank you.]]></description>
   </item>
   <item>
      <title>i take an error!!</title>
      <link>http://forum.status.net/discussion/2324/i-take-an-error</link>
      <pubDate>Mon, 03 Sep 2012 02:52:08 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>yarkinsakuc</dc:creator>
      <guid isPermaLink="false">2324@/discussions</guid>
      <description><![CDATA[hi <br />i upload the script to my ftp and i install but i get this error please help me than you:<br />Warning: getmypid() has been disabled for security reasons in /home/blogast.com/httpdocs/lib/util.php on line 1639<br />Database error: DB Error: unknown error]]></description>
   </item>
   <item>
      <title>How do I edit status net default header and footer ?</title>
      <link>http://forum.status.net/discussion/937/how-do-i-edit-status-net-default-header-and-footer</link>
      <pubDate>Fri, 17 Sep 2010 06:15:19 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>titomc</dc:creator>
      <guid isPermaLink="false">937@/discussions</guid>
      <description><![CDATA[How can I edit this header and this footer ? . Is it against TOS if I edit it ?<br /><br />header<br />-------<br />This is www.xxxxxxxx.com, a micro-blogging service based on the Free Software StatusNet tool.<br /><br /><br />footer<br />-------<br />    www.xxxxxxx.com is a microblogging service brought to you by gulftwitter. It runs the StatusNet microblogging software, version 0.9.5, available under the GNU Affero General Public License.<br />Site content license<br /><br />    Creative Commons Attribution 3.0 All www.gulftwitter.com content and data are available under the Creative Commons Attribution 3.0 license.<br />]]></description>
   </item>
   <item>
      <title>installation error on static functions</title>
      <link>http://forum.status.net/discussion/2303/installation-error-on-static-functions</link>
      <pubDate>Thu, 16 Aug 2012 12:07:26 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>yohn</dc:creator>
      <guid isPermaLink="false">2303@/discussions</guid>
      <description><![CDATA[Strict Standards: Non-static method PEAR::setErrorHandling() should not be called statically in C:\xampp\htdocs\mysites\testing\statusnet\lib\framework.php on line 178<br />^^ I get a whole bunch of these kinds of errors after installing status.net on my local machine running the newest version on Xampp.<br /><br />I saw the following discussion but it didnt help any..<br /><a href="http://forum.status.net/discussion/2243/installation-problem-on-freebsd/p1" target="_blank" rel="nofollow">http://forum.status.net/discussion/2243/installation-problem-on-freebsd/p1</a><br /><br />I was wondering if someone else could help me out with getting this fixed? I wanted to test it all out before I would make any decisions on using it or not, and I cant get anything working with these errors popping up on all the pages.]]></description>
   </item>
   <item>
      <title>TimeLine doesn't refresh automatically</title>
      <link>http://forum.status.net/discussion/2297/timeline-doesnt-refresh-automatically</link>
      <pubDate>Tue, 07 Aug 2012 00:17:41 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Marcos</dc:creator>
      <guid isPermaLink="false">2297@/discussions</guid>
      <description><![CDATA[Can anyone help-me please]]></description>
   </item>
   <item>
      <title>Upgrade 0.9.1 to 0.9.2 failed</title>
      <link>http://forum.status.net/discussion/566/upgrade-0-9-1-to-0-9-2-failed</link>
      <pubDate>Wed, 05 May 2010 15:31:05 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>Ralph</dc:creator>
      <guid isPermaLink="false">566@/discussions</guid>
      <description><![CDATA[I upgraded to 0.9.1 and it seemed to work.  Then upgraded to 0.9.2 and now get a blank page.<br />I upgraded "in place" which I assume means overwrite all files, using FileZilla ftp.<br />The program does not get passed the head tag when I look at source file.<br />Left the old config.php in place.]]></description>
   </item>
   <item>
      <title>translation</title>
      <link>http://forum.status.net/discussion/2291/translation</link>
      <pubDate>Thu, 02 Aug 2012 07:23:52 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>GiobPtr</dc:creator>
      <guid isPermaLink="false">2291@/discussions</guid>
      <description><![CDATA[How do I use the .po files in order to translate the status.net???<br />I edited the .po file of the language I want, and I built the .mo file!! <br />What do I have to do next? I put the directory with the files in local and it doesn't work...]]></description>
   </item>
   <item>
      <title>Error!</title>
      <link>http://forum.status.net/discussion/2286/error</link>
      <pubDate>Sun, 29 Jul 2012 11:31:20 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>the_toxic</dc:creator>
      <guid isPermaLink="false">2286@/discussions</guid>
      <description><![CDATA[Page notice<br />Initializing...<br />Starting installation...<br />Checking database...<br />Creating database tables...<br /><br />Notice: Undefined variable: keyTypes in /home/admin/domain.com/lib/mysqlschema.php on line 186<br /><br />Warning: Invalid argument supplied for foreach() in /home/admin/domain.com/lib/mysqlschema.php on line 186<br /><br />Notice: Undefined variable: keyTypes in /home/admin/domain.com/lib/mysqlschema.php on line 186<br /><br />Warning: Invalid argument supplied for foreach() in /home/admin/domain.com/lib/mysqlschema.php on line 186<br />Database error: DB Error: unknown error<br /><br /><br />---------------------------------------------------------------------------------------------<br />how to solve this problem? for me works nothing;(]]></description>
   </item>
   <item>
      <title>Problem with StatusNet 1.1.0-release and twitter daemons</title>
      <link>http://forum.status.net/discussion/2262/problem-with-statusnet-1-1-0-release-and-twitter-daemons</link>
      <pubDate>Mon, 09 Jul 2012 03:01:32 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>j_richer</dc:creator>
      <guid isPermaLink="false">2262@/discussions</guid>
      <description><![CDATA[I'm having trouble getting a new install of StatusNet 1.1.0-release to work with Twitter.<br /><br />Currently: <br />  Sign-in with Twitter works perfectly.<br />  Local posts are pushed upstream correctly<br />  Timeline and friend info downloads are not working<br /><br />I'm using the following config.php:<br /><br />------------- cut here -----------<br />&lt;?php&lt;br /&gt;if (!defined('STATUSNET') &amp;&amp; !defined('LACONICA')) { exit(1); }<br />$config['site']['name'] = 'Fruck Status';<br />$config['site']['server'] = 'status.fruck.org';<br />$config['site']['path'] = '';<br />$config['site']['fancy'] = true;<br />$config['site']['broughtby'] = 'Jacques Richer';<br />$config['site']['broughtbyurl'] = '<a href="http://jacquesricher.com'" target="_blank" rel="nofollow">http://jacquesricher.com'</a>;<br />#$config['site']['profile'] = 'private';                                                                            <br /><br />$config['db']['database'] = 'mysqli://statusnet:badpassword@localhost/statusnet';<br />$config['db']['type'] = 'mysql';<br />$config['db']['schemacheck'] = 'script';<br /><br />$config['queue']['enabled'] = true;<br />$config['queue']['subsystem'] = 'db';<br /><br />$config['daemon']['user'] = 'www-data';<br />$config['daemon']['group'] = 'www-data';<br /><br />addPlugin(<br />        'TwitterBridge',<br />        array(<br />            'consumer_key'    =&gt; 'mysecretconsumerkey',<br />            'consumer_secret' =&gt; 'myreallysecretconsumersecret'<br />        )<br />);<br />$config['twitterimport']['enabled'] = true;<br />$config['integration']['source'] = 'FruckStatus';<br />------------- cut here -----------<br /><br />I'm running the db back-end to the queue system. The queue daemons are running from scripts/startdaemons.sh and seem to stay running. The twitter daemons show up as starting from the same script, but do not show up when I do 'ps ax | grep php'. I didn't see anything whatever from the twitter daemons in my syslog, or I'd have posted it. <br />]]></description>
   </item>
   <item>
      <title>syslog() has been disabled for security reasons</title>
      <link>http://forum.status.net/discussion/2265/syslog-has-been-disabled-for-security-reasons</link>
      <pubDate>Tue, 10 Jul 2012 10:54:57 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>vaerospace</dc:creator>
      <guid isPermaLink="false">2265@/discussions</guid>
      <description><![CDATA[fixed !!!]]></description>
   </item>
   <item>
      <title>Unable to install status.net. "Database error: DB Error: unknown error" during installation.</title>
      <link>http://forum.status.net/discussion/2076/unable-to-install-status-net-database-error-db-error-unknown-error-during-installation</link>
      <pubDate>Sun, 29 Jan 2012 12:59:05 +0000</pubDate>
      <category>Installation</category>
      <dc:creator>adlr0</dc:creator>
      <guid isPermaLink="false">2076@/discussions</guid>
      <description><![CDATA[I have uploaded the last stable version of status.net to three different servers, and in all of them I get the same result, this screen: <a href="http://img443.imageshack.us/img443/5254/installstatusnet.png" target="_blank" rel="nofollow">http://img443.imageshack.us/img443/5254/installstatusnet.png</a><br />I haven't been able to finish the installation. <br />¿Can you help me? Thanks.]]></description>
   </item>
   </channel>
</rss>