<?xml-stylesheet type="text/xsl" href="http://eduspaces.net/support/rss/rssstyles.xsl"?>
<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
    <channel xml:base='http://eduspaces.net/support/'>
        <title><![CDATA[Elgg Installation Support : Activity]]></title>
        <description><![CDATA[Activity for Elgg Installation Support, hosted on EduSpaces.]]></description>
        <generator>Elgg</generator>
        <link>http://eduspaces.net/support/</link>        
        <item>
            <title><![CDATA[Moodle-ELGG 0.7 integration]]></title>
            <link>http://eduspaces.net/support/weblog/163299.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/163299.html</guid>
            <pubDate>Thu, 05 Apr 2007 13:41:38 GMT</pubDate>
		<dc:subject><![CDATA[moodle]]></dc:subject>
		<dc:subject><![CDATA[upgrade]]></dc:subject>
		<dc:subject><![CDATA[elgg]]></dc:subject>
            <description><![CDATA[<p>I have already made my posting in the <a href="http://moodle.org"  target="_blank"  title="moodle.org">Moodle.org</a> site and wanted to make it known in the ELGG (sorry, Eduspaces) site as well that you can indeed install the Moodle/ELGG e-portfolio block for ELGG v0.7 and have it work in Moodle versions 1.7.x and 1.8.</p><p>Our production <a href="http://moodle.chatham-nj.org/"  target="_blank"  title="CHSMOODLE">server</a> is running Moodle 1.7+ and will be upgraded to 1.7.2 in the near future.&nbsp; Our test server is running Moodle 1.8 and with the help of the particpants in this <a href="http://moodle.org/mod/forum/discuss.php?d=65446&amp;parent=306090"  target="_blank"  title="Moodle/ELGG 0.7 block">forum</a>, I found all the answers and files I needed to make the e-portfolio block work.&nbsp; This is very exciting for us, as our teachers (especially in the Arts Dept) are using the portfolio feature to show off the students artwork, almost like a virtual gallery.</p><p>Good luck to all who use this integration feature and I hope this helps!&nbsp;</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[no Polish language to choose to :)]]></title>
            <link>http://eduspaces.net/support/weblog/152291.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/152291.html</guid>
            <pubDate>Thu, 08 Feb 2007 20:37:11 GMT</pubDate>
            <description><![CDATA[<p>I&#39;d like to run elgg in Polish :)</p><p>Can you tell me what I should do?</p><p>Regards,</p><p>Greg&nbsp;</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[0.7 RC1 correction]]></title>
            <link>http://eduspaces.net/support/weblog/151976.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151976.html</guid>
            <pubDate>Wed, 07 Feb 2007 16:32:11 GMT</pubDate>
		<dc:subject><![CDATA[0.7]]></dc:subject>
		<dc:subject><![CDATA[bugs]]></dc:subject>
            <description><![CDATA[If you downloaded Elgg 0.7 RC1 before this post was made, you'll need to replace /lib/db/mysql.sql with <a href="http://elgg.net/support/files/-1/15294/mysql.sql">this version</a>. Unfortunately a typo made it into the release, causing some database errors on install.<br />
<br />
I have now corrected the release, so if you haven't downloaded it yet, all should be well :)]]></description>
        </item>
                
        <item>
            <title><![CDATA[error while setting up mysql tables]]></title>
            <link>http://eduspaces.net/support/weblog/151939.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151939.html</guid>
            <pubDate>Wed, 07 Feb 2007 13:19:14 GMT</pubDate>
            <description><![CDATA[<p>(mysql): CREATE TABLE `elggusers` ( `ident` int(10) unsigned NOT NULL auto_increment, `username` varchar(128) NOT NULL default &#39;&#39; COMMENT &#39;login name&#39;, `password` varchar(32) NOT NULL default &#39;&#39;, `email` varchar(128) NOT NULL default &#39;&#39;, `name` varchar(128) NOT NULL default &#39;&#39; COMMENT &#39;descriptive name&#39;, `icon` int(11) NOT NULL default &#39;-1&#39; COMMENT &#39;-&gt; icons.ident&#39;, `active` enum(&#39;yes&#39;,&#39;no&#39;) NOT NULL default &#39;yes&#39;, `alias` varchar(128) NOT NULL default &#39;&#39;, `code` varchar(32) NOT NULL default &#39;&#39; COMMENT &#39;auth value for cookied login&#39;, `icon_quota` int(11) NOT NULL default &#39;10&#39; COMMENT &#39;number of icons&#39;, `file_quota` int(11) NOT NULL default &#39;1000000000&#39; COMMENT &#39;bytes&#39;, `template_id` int(11) NOT NULL default &#39;-1&#39; COMMENT &#39;-&gt; templates.ident&#39;, `owner` int(11) NOT NULL default &#39;-1&#39; COMMENT &#39;-&gt; users.ident, community owner&#39;, `user_type` varchar(128) NOT NULL default &#39;person&#39; COMMENT &#39;person, community, etc&#39;, `moderation` varchar(4) NOT NULL default &#39;no&#39; COMMENT &#39;friendship moderation setting&#39;, `last_action` int(10) unsigned NOT NULL default &#39;0&#39; COMMENT &#39;unix timestamp&#39;, `template_name` varchar(128) NOT NULL default &#39;Default_Template&#39; COMMENT &#39;-&gt; templates.shortname&#39; PRIMARY KEY (`ident`), KEY `username` (`username`,`password`,`name`,`active`), KEY `code` (`code`), KEY `icon` (`icon`), KEY `icon_quota` (`icon_quota`), KEY `file_quota` (`file_quota`), KEY `email` (`email`), KEY `template_id` (`template_id`), KEY `community` (`owner`), KEY `user_type` (`user_type`), KEY `moderation` (`moderation`), KEY `last_action` (`last_action`), FULLTEXT KEY `name` (`name`)) TYPE=MyISAM &nbsp; </p><hr /> 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;(`ident`), KEY `username` (`username`,`password`,`name`,`active`), KEY `code` &#39; at line 1<br /> <pre align="left"> &nbsp;  &nbsp;  &nbsp;  &nbsp; adodb_mysql._execute(CREATE TABLE `elggusers` (  `ident` int(10) unsigned NOT NULL auto_increment,  `username` varchar(128) NOT NULL default &#39;&#39; COMME..., false) % line  889, file: <a href="//home/enauka/ftp/przestrzenie/lib/adodb/adodb.inc.php">adodb.inc.php</a><br /> &nbsp;  &nbsp;  &nbsp; adodb_mysql.execute(CREATE TABLE `elggusers` (  `ident` int(10) unsigned NOT NULL auto_increment,  `username` varchar(128) NOT NULL default &#39;&#39; COMME...) % line   38, file: <a href="//home/enauka/ftp/przestrzenie/lib/datalib.php">datalib.php</a><br /> &nbsp;  &nbsp; execute_sql(CREATE TABLE `elggusers` (  `ident` int(10) unsigned NOT NULL auto_increment,  `username` varchar(128) NOT NULL default &#39;&#39; COMME...) % line  188, file: <a href="//home/enauka/ftp/przestrzenie/lib/datalib.php">datalib.php</a><br /> &nbsp; modify_database(/home/enauka/ftp/przestrzenie/lib/db/mysql.sql) % line   27, file: <a href="//home/enauka/ftp/przestrzenie/lib/dbsetup.php">dbsetup.php</a><br />require_once(/home/enauka/ftp/przestrzenie/lib/dbsetup.php) % line   50, file: <a href="//home/enauka/ftp/przestrzenie/includes.php">includes.php</a> </pre><p><span class="error">Error</span></p><hr /> (mysql): INSERT INTO `elggusers` VALUES (0, &#39;news&#39;, &#39;5f4dcc3b5aa765d61d8327deb882cf99&#39;, &#39;&#39;, &#39;News&#39;, -1, &#39;yes&#39;, &#39;&#39;, &#39;&#39;, 10, 10000000, -1, -1, &#39;person&#39;, &#39;no&#39;, 0) &nbsp; <hr /> 1146: Table &#39;enauka_3.elggusers&#39; doesn&#39;t exist<br /> <pre align="left"> &nbsp;  &nbsp;  &nbsp;  &nbsp; adodb_mysql._execute(INSERT INTO `elggusers` VALUES (0, &#39;news&#39;, &#39;5f4dcc3b5aa765d61d8327deb882cf99&#39;, &#39;&#39;, &#39;News&#39;, -1, &#39;yes&#39;, &#39;&#39;, &#39;&#39;, 10, 10000000, -1, ..., false) % line  889, file: <a href="//home/enauka/ftp/przestrzenie/lib/adodb/adodb.inc.php">adodb.inc.php</a><br /> &nbsp;  &nbsp;  &nbsp; adodb_mysql.execute(INSERT INTO `elggusers` VALUES (0, &#39;news&#39;, &#39;5f4dcc3b5aa765d61d8327deb882cf99&#39;, &#39;&#39;, &#39;News&#39;, -1, &#39;yes&#39;, &#39;&#39;, &#39;&#39;, 10, 10000000, -1, ...) % line   38, file: <a href="//home/enauka/ftp/przestrzenie/lib/datalib.php">datalib.php</a><br /> &nbsp;  &nbsp; execute_sql(INSERT INTO `elggusers` VALUES (0, &#39;news&#39;, &#39;5f4dcc3b5aa765d61d8327deb882cf99&#39;, &#39;&#39;, &#39;News&#39;, -1, &#39;yes&#39;, &#39;&#39;, &#39;&#39;, 10, 10000000, -1, ...) % line  188, file: <a href="//home/enauka/ftp/przestrzenie/lib/datalib.php">datalib.php</a><br /> &nbsp; modify_database(/home/enauka/ftp/przestrzenie/lib/db/mysql.sql) % line   27, file: <a href="//home/enauka/ftp/przestrzenie/lib/dbsetup.php">dbsetup.php</a><br />require_once(/home/enauka/ftp/przestrzenie/lib/dbsetup.php) % line   50, file: <a href="//home/enauka/ftp/przestrzenie/includes.php">includes.php</a> </pre><p><span class="error">Error</span></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p> (mysql): SHOW TABLES &nbsp;  </p><hr /> Error<p>&nbsp;</p><p>Error: Main databases NOT set up successfully</p><p>What can I do to get this round?</p><p>Regards</p><p>Greg&nbsp;</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[mod_rewrite]]></title>
            <link>http://eduspaces.net/support/weblog/151901.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151901.html</guid>
            <pubDate>Wed, 07 Feb 2007 10:36:13 GMT</pubDate>
		<dc:subject><![CDATA[elgg installation]]></dc:subject>
		<dc:subject><![CDATA[mod_rewrite]]></dc:subject>
            <description><![CDATA[<a href="http://www.kuro5hin.org/story/2003/7/31/2335/08552#setup">Click here for a mod_rewrite primer.</a> The #1 cause of Elgg installation problems is mod_rewrite, which is a part of Apache rather than Elgg. Hopefully this page should help you with any issues you might have. I'll also roll this URL into the INSTALL file for the next Elgg release.]]></description>
        </item>
                
        <item>
            <title><![CDATA[Default friends and default communities?]]></title>
            <link>http://eduspaces.net/support/weblog/151711.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151711.html</guid>
            <pubDate>Tue, 06 Feb 2007 16:38:17 GMT</pubDate>
		<dc:subject><![CDATA[communities]]></dc:subject>
		<dc:subject><![CDATA[community membership]]></dc:subject>
		<dc:subject><![CDATA[default community]]></dc:subject>
		<dc:subject><![CDATA[default friend]]></dc:subject>
            <description><![CDATA[<p>Is there a way to set default friends and default communities for all newly registered members?&nbsp; It would be nice to include the system admin and all my help communities automatically on new accounts.&nbsp; This is done here with Ben as a friend.</p><p>Can someone point me to directions on how to do this?</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Friendly URL feature confused instruction on elgg.net and not working at all on installation elsewhere]]></title>
            <link>http://eduspaces.net/support/weblog/151707.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151707.html</guid>
            <pubDate>Tue, 06 Feb 2007 16:17:31 GMT</pubDate>
		<dc:subject><![CDATA[friendly url]]></dc:subject>
		<dc:subject><![CDATA[error]]></dc:subject>
		<dc:subject><![CDATA[bugs]]></dc:subject>
            <description><![CDATA[<p>I reported the instruction confusion in the features community, but thought I would post my error here:</p><p>Friendly URLs do not work on my installation.&nbsp; There are confused instructions as to where the friendly URL actually is here on ellg.net and on all installs.&nbsp; On the Account settings page, it says friendly URL is located:</p><p><em><a href="http://elgg.net/home/[yourfriendlyname]/">http://elgg.net/home/[yourfriendlyname]/</a> (this is correct on elgg.net)</em></p><p>But on the submission results page, you get a message that says:</p><p><em><a href="http://elgg.net/~[yourfriendlyname]/">http://elgg.net/~[yourfriendlyname]/</a>&nbsp;(this is incorrect on elgg.net)</em></p><p><em>On my installation, neither of these works and both result in a 404.</em></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Friend Icon in Sidebar Associates with Wrong User]]></title>
            <link>http://eduspaces.net/support/weblog/151700.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151700.html</guid>
            <pubDate>Tue, 06 Feb 2007 15:38:30 GMT</pubDate>
		<dc:subject><![CDATA[friend icon]]></dc:subject>
		<dc:subject><![CDATA[icon display]]></dc:subject>
		<dc:subject><![CDATA[sidebar]]></dc:subject>
            <description><![CDATA[<p>This is a weird one.&nbsp; I updated to the latest SVN&nbsp;to hopefully clear up some issues I was having with .673.&nbsp; Happy to report that it did.&nbsp; I also love the new look and features.&nbsp; One issue that remains, it was there when I added the friend icons to the sidebar in .673, is that the friends icons in the sidebar show the wrong person.&nbsp; Icons everywhere else show up associated properly, but the sidebar images show different people than they should.</p><p>Anyone else see this?&nbsp; Any ideas how to correct?</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Post Installation questions - 0.673]]></title>
            <link>http://eduspaces.net/support/weblog/151363.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151363.html</guid>
            <pubDate>Mon, 05 Feb 2007 05:07:43 GMT</pubDate>
		<dc:subject><![CDATA[upload]]></dc:subject>
		<dc:subject><![CDATA[storage limit]]></dc:subject>
		<dc:subject><![CDATA[language files]]></dc:subject>
		<dc:subject><![CDATA[icons]]></dc:subject>
		<dc:subject><![CDATA[installation]]></dc:subject>
		<dc:subject><![CDATA[customization]]></dc:subject>
		<dc:subject><![CDATA[files]]></dc:subject>
		<dc:subject><![CDATA[icon]]></dc:subject>
		<dc:subject><![CDATA[broken link]]></dc:subject>
		<dc:subject><![CDATA[broken image]]></dc:subject>
		<dc:subject><![CDATA[blank page]]></dc:subject>
		<dc:subject><![CDATA[admin]]></dc:subject>
            <description><![CDATA[<p>I have some questions I haven&#39;t been able to find answers to by searching this site.&nbsp; One regarding getting translations to work or removing the option to change languages is the next entry below this one.&nbsp; Here are some others from a newbie to elgg.</p><p>My site is:&nbsp; <a href="http://doggybloggy.com/">http://doggybloggy.com</a></p><p><strong>White page when saving template in _elggadmin/&nbsp;</strong></p><p>1.&nbsp; when logging into the admin area, I can see the templates, but when I click save, I get a white page and my changes to the default templates are not saved.&nbsp; I thought this might be a permissions issue but I tried changing permissions on those files to no effect.&nbsp; I&#39;m just making changes offline and FTP&#39;ing, which is easier, but maybe the error impacts other functions. </p><p><strong>Icons for file uploads don&#39;t display and link to picture display results in white page:&nbsp;</strong></p><p>2.&nbsp; I can upload icons that display but uploads to the file folders do not display.&nbsp; photos show blank box but are uploaded successfully to the /data folder I have outside my root.&nbsp; I assume this is a mod_rewrite issue. <a href="http://doggybloggy.com/Sassyspace/files/">http://doggybloggy.com/Sassyspace/files/</a> Clicking on the image or file leads to a blank page.&nbsp; Interestingly, files other than pictures (ex. text) upload and can be downloaded, though icon doesn&#39;t display.&nbsp; Pictures on the other hand cannot be accessed at all. </p><p><strong>How to modify english language definitions:&nbsp;</strong></p><p>3.&nbsp; Where are the english language files in elgg?&nbsp; I want to change some of the links around the site, like &quot;resources&quot; which is not appropriate for my userbase.</p><p><strong>How to change default icon display size:&nbsp;</strong></p><p>4.&nbsp; How does one change the default size of the icons that show up by blog posts and in the &quot;me&quot; box?&nbsp; I&#39;d like to make these a little bigger.&nbsp;</p><p><strong>Tag cloud formatting issue in IE:&nbsp;</strong></p><p>5.&nbsp; Any ideas why the tag cloud page displays strangely in IE but normally in Firefox?&nbsp; By strangely, i mean the spacing between the lines is not set in IE at the largest font size in the cloud on that line and thus the lines run over each other.&nbsp; This is default .673 out of the box.&nbsp; <a href="http://doggybloggy.com/search/tags.php">http://doggybloggy.com/search/tags.php</a> on IE.&nbsp;</p><p>Thanks for any and all assistance.&nbsp; This system is excellent.</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Gettext issue after new install]]></title>
            <link>http://eduspaces.net/support/weblog/151308.html</link>
            <guid isPermaLink="true">http://eduspaces.net/support/weblog/151308.html</guid>
            <pubDate>Sun, 04 Feb 2007 21:13:40 GMT</pubDate>
		<dc:subject><![CDATA[array_key_exists]]></dc:subject>
		<dc:subject><![CDATA[gettext.php]]></dc:subject>
		<dc:subject><![CDATA[gettext]]></dc:subject>
            <description><![CDATA[<p>Hi there.&nbsp; I&#39;m so glad I found this wonderful software.&nbsp; I did a fresh install on <a href="http://doggybloggy.com/">http://doggybloggy.com</a> and receive the following error when I change languages:</p><p>&nbsp;<strong>Warning</strong>: array_key_exists() [<a href="http://doggybloggy.com/function.array-key-exists">function.array-key-exists</a>]: The second argument should be either an array or an object in <strong>/home/doggyblo/public_html/lib/php-getttext/gettext.php</strong> on line <strong>252</strong></p><p>Very new to elgg so sorry if this is a newbie questions, like maybe gettext isn&#39;t enabled on my server.&nbsp; I searched here and couldn&#39;t find it.</p>]]></description>
        </item>
        
        <item>
            <title><![CDATA[Corrected MySQL schema for Elgg 0.7 RC1]]></title>
            <link>http://eduspaces.net/support/files/-1/15294/mysql.sql</link>
            <enclosure url="http://eduspaces.net/support/files/-1/15294/mysql.sql" length="16424" type="document/unknown" />
            <pubDate>Wed, 07 Feb 2007 16:21:46 GMT</pubDate>
		<dc:subject><![CDATA[elgg]]></dc:subject>
		<dc:subject><![CDATA[0.7]]></dc:subject>
            <description><![CDATA[Elgg 0.7 RC1 contained an error in mysql.sql. This is the fix.]]></description>
        </item>
    </channel>
</rss>