<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Undefined index: ...../fa/includes/session.inc at line 158]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3475&amp;type=atom" />
	<updated>2012-10-28T03:18:56Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3475</id>
		<entry>
			<title type="html"><![CDATA[Re: Undefined index: ...../fa/includes/session.inc at line 158]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14014#p14014" />
			<content type="html"><![CDATA[<p>Fixed in v2.3.12+ Mercurial Changeset <a href="https://frontaccounting.hg.sourceforge.net/hgweb/frontaccounting/frontaccounting/diff/e444c6cb6959/includes/session.inc"><strong>3066</strong></a> on Sep 17th 2012.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-28T03:18:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14014#p14014</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Undefined index: ...../fa/includes/session.inc at line 158]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14004#p14004" />
			<content type="html"><![CDATA[<p>This issue will be fixed in next minor FA version. Before that you can change respective fragment to:<br /></p><div class="codebox"><pre><code>if (@$login_delay &amp;&amp; (@$login_faillog[$user][$_SERVER[&#039;REMOTE_ADDR&#039;]] &gt;= @$login_max_attempts) &amp;&amp; (time() &lt; $login_faillog[$user][&#039;last&#039;] + $login_delay))
        return true;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-27T12:23:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14004#p14004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Undefined index: ...../fa/includes/session.inc at line 158]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=13994#p13994" />
			<content type="html"><![CDATA[<p>Hello,</p><p>i don&#039;t know if it is a real problem or just a warning ...</p><p>every time i open the login page to access FA i get the login form but i also get a pink bow on the top with a message</p><p>see <a href="http://www.lifestyleandmore.it/test/undefined_index.jpg">here</a></p><br /><p>i have check the file the message refers to:<br /></p><div class="codebox"><pre><code>function check_faillog()
{
    global $login_delay, $login_faillog, $login_max_attempts;

    $user = $_SESSION[&quot;wa_current_user&quot;]-&gt;user;

(line 158)    if (@$login_delay &amp;&amp; ($login_faillog[$user][$_SERVER[&#039;REMOTE_ADDR&#039;]] &gt;= @$login_max_attempts) &amp;&amp; (time() &lt; $login_faillog[$user][&#039;last&#039;] + $login_delay))
        return true;

    return false;
}</code></pre></div><p>anything i could do to fix or i just ignore it</p><p>many thanks</p>]]></content>
			<author>
				<name><![CDATA[Vdonatiello]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13692</uri>
			</author>
			<updated>2012-10-26T04:39:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=13994#p13994</id>
		</entry>
</feed>
