<?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>smottt</title>
	<atom:link href="http://www.metod.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metod.si</link>
	<description>my piece of the internet</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Random vulnerability disected</title>
		<link>http://www.metod.si/random-vulnerability-disected/</link>
		<comments>http://www.metod.si/random-vulnerability-disected/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 10:51:05 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rfi]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=903</guid>
		<description><![CDATA[Recently, I received a 404 notification for the following url: http://www.metod.si/wp-content/themes/myweblog/thumb.php?src=http://picasa.com.jcibuenosaires.com.ar/2.php Apparently the myweblog wordpress theme had (maybe still has) a RFI vulnerability. Fortunately I do not use that theme. But I had to wonder what was inside the &#8220;2.php&#8221; file. So I downloaded it. What was inside? The file first tries to disguise itself [...]]]></description>
		<wfw:commentRss>http://www.metod.si/random-vulnerability-disected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serialization of UploadedFile is not allowed fix</title>
		<link>http://www.metod.si/serialization-of-uploadedfile-is-not-allowed-fix/</link>
		<comments>http://www.metod.si/serialization-of-uploadedfile-is-not-allowed-fix/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:10:51 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[symfony2]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=897</guid>
		<description><![CDATA[If you are doing file uploads in Symfony2 with help from the cookbook tutorial you might have ran into the following error: Serialization of &#8216;Symfony\Component\HttpFoundation\File\UploadedFile&#8217; is not allowed. The solution I came up with involves excluding the public $file field from serialization. That way we bypass the exception. One catch, though: this will exclude all [...]]]></description>
		<wfw:commentRss>http://www.metod.si/serialization-of-uploadedfile-is-not-allowed-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if symfony2 form has errors in a twig template</title>
		<link>http://www.metod.si/check-if-symfony2-form-has-errors-in-a-twig-template/</link>
		<comments>http://www.metod.si/check-if-symfony2-form-has-errors-in-a-twig-template/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:13:10 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[symfony2]]></category>
		<category><![CDATA[twig]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=891</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.metod.si/check-if-symfony2-form-has-errors-in-a-twig-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql CHAR_LENGTH function for Doctrine2</title>
		<link>http://www.metod.si/mysql-char_length-function-for-doctrine2/</link>
		<comments>http://www.metod.si/mysql-char_length-function-for-doctrine2/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:15:28 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[char_length]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[dql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=884</guid>
		<description><![CDATA[Today I needed the CHAR_LENGTH function for use in DQL in Doctrine2 project. So I wrote one myself and sent a pull request to DoctrineExtensions so as to contribute to OS community. You can get the file on github: CharLength.php And a quick tip on how to activate it in Symfony2:]]></description>
		<wfw:commentRss>http://www.metod.si/mysql-char_length-function-for-doctrine2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install igbinary serializer for PHP</title>
		<link>http://www.metod.si/how-to-install-igbinary-serializer-for-php/</link>
		<comments>http://www.metod.si/how-to-install-igbinary-serializer-for-php/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:27:36 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=879</guid>
		<description><![CDATA[This is few simple step tutorial on how to install igbinary for PHP when you have multiple versions of PHP installed. First off, you have to use proper binary versions of the PHP version you wish to install the extension to. 1. Go to github and download/unzip the files. 2. Go into the folder you [...]]]></description>
		<wfw:commentRss>http://www.metod.si/how-to-install-igbinary-serializer-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2 Error: UsernamePasswordToken::serialize() must return a string or NULL</title>
		<link>http://www.metod.si/symfony2-error-usernamepasswordtokenserialize-must-return-a-string-or-null/</link>
		<comments>http://www.metod.si/symfony2-error-usernamepasswordtokenserialize-must-return-a-string-or-null/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:11:45 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=873</guid>
		<description><![CDATA[Getting the following error? Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken::serialize() must return a string or NULL I was getting it while trying to login a user. The thing was, in my Role entity, all properties were private. class Role implements RoleInterface &#123; &#160; &#160; private $id; &#160; &#160; &#160; &#160; private $name; &#160; &#160; &#160; &#160; private $created_at; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.metod.si/symfony2-error-usernamepasswordtokenserialize-must-return-a-string-or-null/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Symfony2 tip: Get current route name in twig template</title>
		<link>http://www.metod.si/symfony2-tip-get-current-route-name-in-twig-template/</link>
		<comments>http://www.metod.si/symfony2-tip-get-current-route-name-in-twig-template/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:54:53 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=869</guid>
		<description><![CDATA[{{ app.request.attributes.get(&#8216;_route&#8217;) }} Enjoy!]]></description>
		<wfw:commentRss>http://www.metod.si/symfony2-tip-get-current-route-name-in-twig-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; Adding Files to Git Index problem</title>
		<link>http://www.metod.si/eclipse-adding-files-to-git-index-problem/</link>
		<comments>http://www.metod.si/eclipse-adding-files-to-git-index-problem/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 17:30:07 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Zanimivosti]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=864</guid>
		<description><![CDATA[Encountering the following error in Eclipse/Zend Studio while trying to add files in Git? Check if a file &#8216;index.lock&#8217; exists in the .git folder located in the root folder of your project. If so, remove it and you can continue working! rm .git/index.lock]]></description>
		<wfw:commentRss>http://www.metod.si/eclipse-adding-files-to-git-index-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Pagerfanta with Symfony2 and Doctrine2</title>
		<link>http://www.metod.si/how-to-use-pagerfanta-with-symfony2-and-doctrine2/</link>
		<comments>http://www.metod.si/how-to-use-pagerfanta-with-symfony2-and-doctrine2/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 17:29:47 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Tehnikalije]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[pagerfanta]]></category>
		<category><![CDATA[symfony2]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=855</guid>
		<description><![CDATA[So let&#8217;s assume you want to use a pager with your Symfony2 application. If you are like me, you type it in google and get a link to KnpPaginatorBundle. Start using it and everything goes well, until you hit an error telling you something is wrong. That something is something in the lines of: SELECT [...]]]></description>
		<wfw:commentRss>http://www.metod.si/how-to-use-pagerfanta-with-symfony2-and-doctrine2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error:  Call to undefined function get_option()</title>
		<link>http://www.metod.si/php-fatal-error-call-to-undefined-function-get_option/</link>
		<comments>http://www.metod.si/php-fatal-error-call-to-undefined-function-get_option/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 14:35:27 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=852</guid>
		<description><![CDATA[Getting the following error when trying to access your wp-admin/ panel in WordPress? I had the same. I reuploaded all files, nothing changed. Then it slipped my mind &#8211; what if APC is doing some weird stuff? Turns out it did! So, if you are getting this error and you have APC installed, turn the [...]]]></description>
		<wfw:commentRss>http://www.metod.si/php-fatal-error-call-to-undefined-function-get_option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

