<?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>Absolutely Tech &#187; error</title>
	<atom:link href="http://www.absolutelytech.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 28 Sep 2011 10:31:26 +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>[SOLVED] &#8216;Error at offset&#8217; error in unserialize()</title>
		<link>http://www.absolutelytech.com/2010/12/20/solved-error-at-offset-error-in-unserialize/</link>
		<comments>http://www.absolutelytech.com/2010/12/20/solved-error-at-offset-error-in-unserialize/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 19:32:30 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[unserialize]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=974</guid>
		<description><![CDATA[I came across this weird error in unserialize() where it refused to unserialize the serialized data. After hours of trying different things to solve it, finally converting the encoding worked. The solution to the problem is to use the following function instead of unserialize(): function safe_unserialize&#40;$str&#41;&#123; return unserialize&#40; trim&#40; mb_convert_encoding&#40; $str,'auto','UTF-8' &#41; &#41; &#41;; &#125; [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/' rel='bookmark' title='[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress'>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li>
<li><a href='http://www.absolutelytech.com/2010/12/06/solved-error-undefined-reference-to-libiconv_open-while-compiling/' rel='bookmark' title='[SOLVED] Error &#8220;undefined reference to `libiconv_open&#8217;&#8221; while compiling'>[SOLVED] Error &#8220;undefined reference to `libiconv_open&#8217;&#8221; while compiling</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/12/20/solved-error-at-offset-error-in-unserialize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solved] apt-get &#8220;is to be installed&#8221; errors in Ubuntu</title>
		<link>http://www.absolutelytech.com/2010/10/17/solved-apt-get-is-to-be-installed-errors-in-ubuntu/</link>
		<comments>http://www.absolutelytech.com/2010/10/17/solved-apt-get-is-to-be-installed-errors-in-ubuntu/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 18:27:28 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=946</guid>
		<description><![CDATA[This class of error means the dependency is of different version than required. I tried to install deluge-console but it gave me the following error: deluge-console : Depends: deluge-common (= 1.3.0-0ubuntu1) but 1.3.0-1~getdeb1 is to be installed The error is not that self-explanatory. Here the deluge-common version required by deluge-console is 1.3.0-0 but 1.3.0-1 is [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/' rel='bookmark' title='[Solved] &#8220;is not co-installable with&#8221; errors on Ubuntu'>[Solved] &#8220;is not co-installable with&#8221; errors on Ubuntu</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/' rel='bookmark' title='[SOLVED] No module named gtkhtml2'>[SOLVED] No module named gtkhtml2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/10/17/solved-apt-get-is-to-be-installed-errors-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;</title>
		<link>http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/</link>
		<comments>http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:08:11 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[--force-overwrite]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[dpkg: error processing]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Maverick]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=442</guid>
		<description><![CDATA[Recently I got this error after installing VLC on Ubuntu 10.10 Maverick Meerkat. Not really remembering what caused the error to be triggered in the first place, it became very difficult to find a solution for it. When I executed sudo apt-get upgrade to upgrade my packages, it told me there was some issues and [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/' rel='bookmark' title='[Solved] &#8220;is not co-installable with&#8221; errors on Ubuntu'>[Solved] &#8220;is not co-installable with&#8221; errors on Ubuntu</a></li>
<li><a href='http://www.absolutelytech.com/2010/04/13/solved-unable-to-boot-due-to-gnome-power-manager-error/' rel='bookmark' title='[SOLVED] Unable to boot due to GNOME Power Manager error'>[SOLVED] Unable to boot due to GNOME Power Manager error</a></li>
<li><a href='http://www.absolutelytech.com/2010/08/27/solved-ignoring-file-distupgrade-save-in-directory-etcaptsources-list-d-as-it-has-an-invalid-filename-extension-on-ubuntu-10-10/' rel='bookmark' title='[SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10'>[SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Media Playing issues in VLC in Ubuntu 10.10 Maverick Meerkat</title>
		<link>http://www.absolutelytech.com/2010/06/08/solved-media-playing-issues-in-vlc-in-ubuntu-10-10-maverick-meerkat/</link>
		<comments>http://www.absolutelytech.com/2010/06/08/solved-media-playing-issues-in-vlc-in-ubuntu-10-10-maverick-meerkat/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:30:35 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[Maverick]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=409</guid>
		<description><![CDATA[I had problems with playing media files in VLC in Maverick Meerkat. Other players (SMPlayer) seemed to work fine. VLC gave errors like: “No suitable decoder module: VLC does not support the audio or video format “XVID”. VLC Unfortunately there is no way for you to fix this.” And “No suitable decoder module: VLC does [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/' rel='bookmark' title='[SOLVED] VLC does not support the audio or video format &#8220;h.264&#8243; on Ubuntu'>[SOLVED] VLC does not support the audio or video format &#8220;h.264&#8243; on Ubuntu</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/27/solved-vlc-missing-mandatory-argument-user-agentvlc-media-player/' rel='bookmark' title='[Solved] vlc: missing mandatory argument `&#8211;user-agent=&#8221;VLC media player&#8221;&#8216;'>[Solved] vlc: missing mandatory argument `&#8211;user-agent=&#8221;VLC media player&#8221;&#8216;</a></li>
<li><a href='http://www.absolutelytech.com/2009/10/02/playing-wmv-files-in-ubuntu/' rel='bookmark' title='[HowTo] Playing wmv files in Ubuntu'>[HowTo] Playing wmv files in Ubuntu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/08/solved-media-playing-issues-in-vlc-in-ubuntu-10-10-maverick-meerkat/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Unable to boot due to GNOME Power Manager error</title>
		<link>http://www.absolutelytech.com/2010/04/13/solved-unable-to-boot-due-to-gnome-power-manager-error/</link>
		<comments>http://www.absolutelytech.com/2010/04/13/solved-unable-to-boot-due-to-gnome-power-manager-error/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:55:16 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=361</guid>
		<description><![CDATA[If you are getting the following error while booting into ubuntu, its most likely due to low disk space in root drive: &#8220;The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator.&#8221; Behavior: After you enter the password on login screen, it takes you back to login screen [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#045;&#045;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li>
<li><a href='http://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/' rel='bookmark' title='[SOLVED] &#8220;undefined symbol: menu_proxy_module_load&#8221; error in GNOME applications'>[SOLVED] &#8220;undefined symbol: menu_proxy_module_load&#8221; error in GNOME applications</a></li>
<li><a href='http://www.absolutelytech.com/2010/01/27/solved-unable-to-update-iceauthority-on-booting/' rel='bookmark' title='[Solved] Unable to update .ICEauthority error on booting'>[Solved] Unable to update .ICEauthority error on booting</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/04/13/solved-unable-to-boot-due-to-gnome-power-manager-error/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		</item>
		<item>
		<title>[Solved] &#8220;Error saving media attachment.&#8221; error in WordPress</title>
		<link>http://www.absolutelytech.com/2010/02/13/solved-error-saving-media-attachment-error-in-wordpress/</link>
		<comments>http://www.absolutelytech.com/2010/02/13/solved-error-saving-media-attachment-error-in-wordpress/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 07:12:03 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Error saving media attachment]]></category>
		<category><![CDATA[media-library]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress Error saving media attachment]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=313</guid>
		<description><![CDATA[WordPress might give this error on uploading an image from media library. It means that wordpress isn&#8217;t able to save your file. It is really easy to fix. However, this may not work for all: Go to Settings->Media. Change the path in &#8216;Store uploads in this folder&#8217; option to &#8216;wp-content/uploads&#8217; (without the quotes). If this [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/02/13/how-to-changing-directory-permissions-from-cpanel/' rel='bookmark' title='[How-To] Changing directory permissions from cPanel'>[How-To] Changing directory permissions from cPanel</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/27/solved-vlc-missing-mandatory-argument-user-agentvlc-media-player/' rel='bookmark' title='[Solved] vlc: missing mandatory argument `&#8211;user-agent=&#8221;VLC media player&#8221;&#8216;'>[Solved] vlc: missing mandatory argument `&#8211;user-agent=&#8221;VLC media player&#8221;&#8216;</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/' rel='bookmark' title='[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress'>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/02/13/solved-error-saving-media-attachment-error-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 22/79 queries in 0.618 seconds using apc
Object Caching 2566/2614 objects using apc

Served from: www.absolutelytech.com @ 2012-02-05 23:58:36 -->
