<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Error thrown php 8.4.10 compatibility?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10686</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10686&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error thrown php 8.4.10 compatibility?.]]></description>
		<lastBuildDate>Sat, 18 Apr 2026 13:50:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43862#p43862</link>
			<description><![CDATA[<p>This has been fixed and committed to stable repo.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 18 Apr 2026 13:50:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43862#p43862</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43810#p43810</link>
			<description><![CDATA[<p>I am getting this:</p><p>grn_db.inc:157: Creation of dynamic property purch_order::$trans_no is deprecated</p>]]></description>
			<author><![CDATA[null@example.com (HN)]]></author>
			<pubDate>Tue, 13 Jan 2026 12:30:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43810#p43810</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43767#p43767</link>
			<description><![CDATA[<p>Hope there is no other instance of such a change needed.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 08 Oct 2025 03:24:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43767#p43767</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43766#p43766</link>
			<description><![CDATA[<p>This item has been fixed and committed to repository.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 07 Oct 2025 14:21:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43766#p43766</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43765#p43765</link>
			<description><![CDATA[<p>I will have a look into these problems with missing declarations of members in some classes.<br />We will have to declare them inside the classes.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 05 Oct 2025 19:15:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43765#p43765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43764#p43764</link>
			<description><![CDATA[<p>https://wiki.php.net/rfc/deprecate_dynamic_properties<br />Declare property before usage in PHP 8.2 and above.<br /></p><div class="codebox"><pre><code>// PHP &lt;= 8.1: Silently creates dynamic undeclared property
// PHP    8.2: Raises deprecation warning, still creates dynamic property if undeclared.
// PHP    9.0: Throws Error exception.</code></pre></div><p>Hence if you are using PHP &gt;= 8.2 then at Line 211 of <strong>reporting/includes/tcpdf.php</strong> insert the following:<br /></p><div class="codebox"><pre><code>        /**
        * @var cell binary padding
        * @access protected
        */
        var $padding;</code></pre></div><p>@joe: is this necessary to be in the core for all such instances of undeclared properties?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 04 Oct 2025 05:49:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43764#p43764</guid>
		</item>
		<item>
			<title><![CDATA[Error thrown php 8.4.10 compatibility?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43763#p43763</link>
			<description><![CDATA[<p>When adding a new image to an item, I got this error:</p><p>Creation of dynamic property TCPDF::$padding is deprecated in file: /home/pelham10/public_html/fa/<a href="https://github.com/FrontAccountingERP/FA/blob/master/reporting/includes/tcpdf.php#L1172">reporting/includes/tcpdf.php at line 1172</a><br />/home/pelham10/public_html/fa/reporting/includes/tcpdf.php:185:&nbsp; &nbsp; (TCPDF Object)-&gt;__construct()<br />/home/pelham10/public_html/fa/inventory/manage/items.php:173: check_image_file(&#039;../../company/0/images/Coin_2025_Town_Hall.jpg&#039;)</p>]]></description>
			<author><![CDATA[null@example.com (brucek@pelhamhs.org)]]></author>
			<pubDate>Fri, 03 Oct 2025 16:45:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43763#p43763</guid>
		</item>
	</channel>
</rss>
