<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ejs &#187; Uncategorized</title>
	<atom:link href="http://ejs.seniejitrakai.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://ejs.seniejitrakai.net</link>
	<description>a snaphot of time</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:10:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unknown column &#8216;tplname&#8217; in &#8216;order clause&#8217;</title>
		<link>http://ejs.seniejitrakai.net/2009/12/21/unknown-column-tplname-in-order-clause/</link>
		<comments>http://ejs.seniejitrakai.net/2009/12/21/unknown-column-tplname-in-order-clause/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:31:13 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=136</guid>
		<description><![CDATA[Found an error when deploying GLPI plugin &#8220;Generic Objects Management&#8221; v 1.1.3 from https://forge.indepnet.net/projects/show/genericobject/ I could add and modify object types, but was unable to add objects. Clicking &#8220;Add&#8221; button did nothing. Uh. Switched GLPI to debug mode and found &#8220;SELECT * FROM `glpi_plugin_genericobject_&#8230;` WHERE is_template = &#8217;1&#8242; AND FK_entities=&#8217;0&#8242; ORDER BY tplname 0.001 Unknown [...]]]></description>
			<content:encoded><![CDATA[<p>Found an error when deploying <a href="http://www.glpi-project.org/">GLPI</a> plugin &#8220;Generic Objects Management&#8221; v 1.1.3 from <a href="https://forge.indepnet.net/projects/show/genericobject/">https://forge.indepnet.net/projects/show/genericobject/</a></p>
<p>I could add and modify object types, but was unable to add objects. Clicking &#8220;Add&#8221; button did nothing.</p>
<p>Uh.</p>
<p>Switched GLPI to debug mode and found &#8220;SELECT * FROM `glpi_plugin_genericobject_&#8230;` WHERE is_template = &#8217;1&#8242; AND FK_entities=&#8217;0&#8242; ORDER BY tplname    0.001    Unknown column &#8216;tplname&#8217; in &#8216;order clause&#8217; &#8221; near the bottom.<br />
 Of course, the was no &#8216;tplname&#8217; field in the DB.</p>
<p>A quick search in the sourse revealed:<br />
 the apropriate database is created when object&#8217;s type is created;<br />
 the function &#8220;plugin_genericobject_addTable($name)&#8221; resides in &#8220;inc/plugin_genericobject.objecttype.function.php&#8221; </p>
<blockquote><p>
$diff -u plugin_genericobject.objecttype.function.php.orig plugin_genericobject.objecttype.function.php</p>
<p>&#8212; plugin_genericobject.objecttype.function.php.orig   2009-12-21 00:01:19.000000000 +0200<br />
+++ plugin_genericobject.objecttype.function.php        2009-12-21 00:06:34.000000000 +0200<br />
@@ -251,6 +251,7 @@<br />
                `is_template` INT ( 1 ) NOT NULL DEFAULT 0,<br />
                                        `comments` TEXT NULL  ,<br />
                                        `notes` TEXT NULL  ,<br />
+                                       `tplname` VARCHAR( 255 ) NULL ,<br />
                                        PRIMARY KEY ( `ID` )<br />
                                        ) ENGINE = MYISAM COMMENT = &#8216;$name table&#8217;;&#8221;;</p></blockquote>
<p>&#8216;tplname&#8217; field should be altered in &#8220;plugin_genericobject_enableTemplateManagement&#8221; function, but for some reason it isn&#8217;t.<br />
That&#8217;s all.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2009/12/21/unknown-column-tplname-in-order-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The site was down. Why?</title>
		<link>http://ejs.seniejitrakai.net/2009/07/01/the-site-was-down-why/</link>
		<comments>http://ejs.seniejitrakai.net/2009/07/01/the-site-was-down-why/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:15:05 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/2009/07/01/the-site-was-down-why/</guid>
		<description><![CDATA[Actually, it wasn&#8217;t down. Just the information was not displayed. The reason is simple &#8211; after a prolonged migration to Atom MoBo, data crash in one of physical discs, loss of some MySQL databases, a new WordPress installation was missing the theme i&#8217;ve used. So, quick edit in &#8216;options&#8217; table, replacing &#8216;option_name&#8217; &#8216;template&#8217; and &#8216;stylesheet&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, it wasn&#8217;t down. Just the information was not displayed.</p>
<p>The reason is simple &#8211; after a prolonged migration to Atom MoBo, data crash in one of physical discs, loss of some MySQL databases, a new WordPress installation was missing the theme i&#8217;ve used. So, quick edit in &#8216;options&#8217; table, replacing &#8216;option_name&#8217; &#8216;template&#8217; and &#8216;stylesheet&#8217; with walue &#8216;default&#8217; made the trick.<br />
As you see, the blog is up and running again.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2009/07/01/the-site-was-down-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It happens</title>
		<link>http://ejs.seniejitrakai.net/2009/06/22/it-happens/</link>
		<comments>http://ejs.seniejitrakai.net/2009/06/22/it-happens/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:35:06 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=102</guid>
		<description><![CDATA[Meet the Junior]]></description>
			<content:encoded><![CDATA[<p>Meet the Junior <img src='http://ejs.seniejitrakai.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<div class="wp-caption aligncenter" style="width: 510px"><img alt="Junior" src="/misc/junior.png" title="Junior" width="500" height="600" /><p class="wp-caption-text">Junior</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2009/06/22/it-happens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why?</title>
		<link>http://ejs.seniejitrakai.net/1970/01/01/why/</link>
		<comments>http://ejs.seniejitrakai.net/1970/01/01/why/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 21:00:08 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=2</guid>
		<description><![CDATA[History is just what happens to us. Now. I hope this blog will be a cosy place to find some totally useless crap.]]></description>
			<content:encoded><![CDATA[<p>History is just what happens to us.<br />
Now. </p>
<p>I hope this blog will be a cosy place to find some totally useless crap.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/1970/01/01/why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publication in Informatica</title>
		<link>http://ejs.seniejitrakai.net/1970/01/01/publication-in-informatica/</link>
		<comments>http://ejs.seniejitrakai.net/1970/01/01/publication-in-informatica/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 20:59:59 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=9</guid>
		<description><![CDATA[More than a year to get this article published. Yet it should be rewritte to make it shorter&#8230;]]></description>
			<content:encoded><![CDATA[<p>More than a year to get <a href="http://www.vtex.lt/informatica/htm/INFO587.htm">this article</a> published. Yet it should be rewritte to make it shorter&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/1970/01/01/publication-in-informatica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

