<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Sales Tab - PHP8.2]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10390&amp;type=atom" />
	<updated>2024-01-17T15:34:35Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10390</id>
		<entry>
			<title type="html"><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42827#p42827" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2024-01-17T15:34:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42827#p42827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42820#p42820" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2024-01-15T13:57:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42820#p42820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42811#p42811" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2024-01-11T11:19:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42811#p42811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42810#p42810" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2024-01-10T14:40:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42810#p42810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42809#p42809" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2024-01-10T14:34:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42809#p42809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sales Tab - PHP8.2]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42609#p42609" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[seahawk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=544</uri>
			</author>
			<updated>2023-10-19T14:35:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42609#p42609</id>
		</entry>
</feed>
