<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Warning issues</title>
	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Warning issues</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1333</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1333</guid>
        	        	<description><![CDATA[<p>Hi Greg,</p>
<p>My code needs to be a bit stricter.  That error might appear on some installs on the login page only.  You should be able to make it go away by replacing line 146 in update.php with:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit6951" value="Select Code" onclick="spjSelectCode('sfcode6951');" /></p>
<div class="sfcode" id="sfcode6951">if( isset($_GET[&#39;action&#39;]) ) {<br />
    $action = $_GET[&#39;action&#39;];<br />
}<br />
else {<br />
    $action = &#39;default&#39;;<br />
}</div>
]]></description>
        	        	<pubDate>Thu, 30 Apr 2009 15:29:17 +0000</pubDate>
        </item>
        <item>
        	<title>Greg on Warning issues</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1332</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1332</guid>
        	        	<description><![CDATA[<p>Hey Peter,</p>
<p>Just gotta say fabulous job you have done here. I’m havin’ a bit of trouble getting something to work and im not sure why. Here is one example, lots of undefined index’ (like 6 or 7 in total i’ve found)</p>
<p>Notice: Undefined index: action in O:\\standings\\update.php on line 147</p>
<p>Does this have to do with my host? Is there a way to prevent this.</p>
<p>Thanks a lot dude,<br />
Greg</p>
<p>edit: if anyone else has the problem you need to edit your php.ini file for the error reporting level<br />
if this doesn't work just add<br />
$ebits = ini_get('error_reporting');<br />
error_reporting($ebits ^ E_NOTICE);<br />
to the top of the code.</p>
]]></description>
        	        	<pubDate>Thu, 30 Apr 2009 14:17:24 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Warning issues</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1321</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1321</guid>
        	        	<description><![CDATA[<p>You should definitely talk to your web host about that one.  PHP uses a particular setting to see where to store information about logged in users.  That setting is either incorrect, or the place that it points to does not have the proper permissions.</p>
<p>Good luck!</p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 17:13:07 +0000</pubDate>
        </item>
        <item>
        	<title>webby on Warning issues</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1320</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/warning-issues#p1320</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I've installed your script, which looks great!  I'm using it for a clients' ball hockey association.</p>
<p>I've got everything up and running, but at the top of the screen it says this;</p>
<p>Warning: session_start() [function.session-start]: open(/tmp/sess_9ac2e75e00b27b62c5affd73d48b58ef, O_RDWR) failed: Permission denied (13) in /home/powerpla/public_html/secure.php on line 2</p>
<p>Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/powerpla/public_html/secure.php:2) in /home/powerpla/public_html/secure.php on line 2</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/powerpla/public_html/secure.php:2) in /home/powerpla/public_html/secure.php on line 3</p>
<p>and at the bottom, it says this;</p>
<p>Warning: Unknown: open(/tmp/sess_9ac2e75e00b27b62c5affd73d48b58ef, O_RDWR) failed: Permission denied (13) in Unknown on line 0</p>
<p>Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0</p>
<p>What do I need to change and how?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Fri, 24 Apr 2009 10:58:50 +0000</pubDate>
        </item>
</channel>
</rss>