<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — PHP 8 Error]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9569&amp;type=atom" />
	<updated>2021-11-23T05:17:31Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9569</id>
		<entry>
			<title type="html"><![CDATA[Re: PHP 8 Error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40278#p40278" />
			<content type="html"><![CDATA[<p>Ok good.<br />But it&#039;s undefined variable in php 8. May be we need to set whether the array exist to proceed.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2021-11-23T05:17:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40278#p40278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: PHP 8 Error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40276#p40276" />
			<content type="html"><![CDATA[<p>This helper function was implemented for additional fine grained access control. Current access scheme allows only constraints on access to application page. As far as I know it was never fully implemented in core FA code, maybe some extensions use it.<br />J.</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2021-11-22T23:16:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40276#p40276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PHP 8 Error]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40271#p40271" />
			<content type="html"><![CDATA[<p>Here i dont know the reason with <strong>check_edit_access</strong>. </p><div class="codebox"><pre><code>function check_edit_access($name)
{
    global $input_security;

    $access = @$input_security[$name];

    if (!$access)
        $access = @$input_security[&#039;&#039;]; // default access level

    if (!$access)
        return true; // if constraint is not defined edit access is allowed

    return  user_check_access($access);
}</code></pre></div><br /><p>Here the <strong>$input_security</strong>, this variable never used anywhere inside the system. @joe, @itronics, Looking your feedback</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2021-11-22T14:25:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40271#p40271</id>
		</entry>
</feed>
