<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Sales Tab - PHP8.2]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10390</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10390&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Sales Tab - PHP8.2.]]></description>
		<lastBuildDate>Wed, 17 Jan 2024 15:34:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42827#p42827</link>
			<description><![CDATA[<p>This is a dublicate of another topic.</p><p>Please go to this topic.</p><p>.https://frontaccounting.com/punbb/viewtopic.php?id=10451</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 17 Jan 2024 15:34:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42827#p42827</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42820#p42820</link>
			<description><![CDATA[<p>Another PHP8.2 Error when you do a trial balance in Exel</p><p>Creation of dynamic property Spreadsheet_Excel_Writer_Parser::$ptg is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/Workbook.php at line 2412</p><p>There are 26 lines of errors in workbook.php</p><p>Creation of dynamic property FrontReport::$formatRight is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/excel_report.inc at line 127</p><p>6 lines of errors in excel_report.inc</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Mon, 15 Jan 2024 13:57:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42820#p42820</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42811#p42811</link>
			<description><![CDATA[<p>Another error on PHP 8.2 when you want to add a new direct invoice for a client:</p><p>Unhandled exception [0]: Attempt to assign property &quot;reference&quot; on null. in file: /home/mysite/public_html/accounts/sales/sales_order_entry.php at line 267</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Thu, 11 Jan 2024 11:19:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42811#p42811</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42810#p42810</link>
			<description><![CDATA[<p>This is the content before and after line 66 in the frontaccounting.php file.</p><p>function display()<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; global $path_to_root;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; include_once($path_to_root . &quot;/themes/&quot;.user_theme().&quot;/renderer.php&quot;);</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;init();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rend = new renderer();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rend-&gt;wa_header();</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rend-&gt;display_applications($this);</p><p>65&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rend-&gt;wa_footer();<br />66&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;renderer =&amp; $rend;<br />67&nbsp; &nbsp; &nbsp; &nbsp; }</p><p>When I refresh the page it goes away. Do not know what is the issue?</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Wed, 10 Jan 2024 14:40:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42810#p42810</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42809#p42809</link>
			<description><![CDATA[<p>Has this issue been resolved?</p><p>It seems that The warning message I am seeing is related to the use of a feature in PHP called “dynamic properties”. Dynamic properties allow you to set and get object properties by using variable names, like you are doing in the __construct method of your database class. They indicate that this feature has been deprecated in PHP 8.2 and later versions.</p><br /><p>How do we fix this in the frontaccounting.php?</p><p>I am using FA 2.4.17 and PHP 8.2</p><p>See the lines in the comment below.</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Wed, 10 Jan 2024 14:34:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42809#p42809</guid>
		</item>
		<item>
			<title><![CDATA[Sales Tab - PHP8.2]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42609#p42609</link>
			<description><![CDATA[<p>When I set my PHP to 8.2 with FA 2.4.17 the following error shows:</p><p>Creation of dynamic property front_accounting::$renderer is deprecated in file: /home/mydomain/public_html/accounts/frontaccounting.php at line 66</p><p>When I switch back to php 8.1 it goes away.</p>]]></description>
			<author><![CDATA[null@example.com (seahawk)]]></author>
			<pubDate>Thu, 19 Oct 2023 14:35:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42609#p42609</guid>
		</item>
	</channel>
</rss>
