<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945</title>
			<lastBuildDate>Wed, 09 Sep 2026 22:56:22 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10148#Comment_10148</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10148#Comment_10148</guid>
		<pubDate>Mon, 16 Mar 2009 09:57:13 +0000</pubDate>
		<author>protyne</author>
		<description>
			<![CDATA[Hi, I just uploaded my plogger to my web host after successful testing on my local WAMP.<br /><br />Getting this error when I login to admin - Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945<br /><br />Please advise.<br /><br />Thanks!]]>
		</description>
	</item>
	<item>
		<title>Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10150#Comment_10150</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10150#Comment_10150</guid>
		<pubDate>Mon, 16 Mar 2009 11:55:43 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[That's a bit odd that your webhost would not have an operating system listed in it's $_SERVER['SERVER_SOFTWARE'] variable (which is what offset 2 is in the $arg array in that function). <br />However, to fix this, you can open plog-admin/plog-admin-functions.php and change line 1945 from this:<br /><code >$software_distro = $arg[2];</code><br />to this:<br /><code >$software_distro = isset($arg[2]) ? $arg[2] : '';</code><br /><br />That should clear up the notice for you.]]>
		</description>
	</item>
	<item>
		<title>Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10153#Comment_10153</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=10153#Comment_10153</guid>
		<pubDate>Mon, 16 Mar 2009 19:18:36 +0000</pubDate>
		<author>protyne</author>
		<description>
			<![CDATA[Thank you very much sid! Problem solved!<br /><br />Cheers!]]>
		</description>
	</item>
	<item>
		<title>Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=14047#Comment_14047</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2567&amp;Focus=14047#Comment_14047</guid>
		<pubDate>Tue, 04 Oct 2011 23:59:21 +0000</pubDate>
		<author>inters0911</author>
		<description>
			<![CDATA[Hey , Me uploading plogger successfully,all the issues are solved.Thank you so much for your immediate reply.<a href="http://www.intersalto.com" >diseņo web navarra</a>]]>
		</description>
	</item>
	
		</channel>
	</rss>