<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Error reporting functionality doesnt seem to be working]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10476&amp;type=atom" />
	<updated>2024-03-27T04:54:56Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10476</id>
		<entry>
			<title type="html"><![CDATA[Re: Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42975#p42975" />
			<content type="html"><![CDATA[<p>Fa 2.4.4 doesnt work on PHP 8. Either you update your FA to recent 2.4.17 or you keep the 2.4.4. with PHP 5.6 </p><p>suppose if you are running wordpress on the same server, create a sub domain for the FA and for that sub domain keep the version of php in 5.6 and run it there. </p><p>Seems like you are trying the same version on 2.4.4 on php 8. it wont work.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2024-03-27T04:54:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42975#p42975</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42974#p42974" />
			<content type="html"><![CDATA[<p>Okay - so this should be the final outcome that has managed to get the import functionality working in v2.4.17 using PHP version 7.4<br />The following worked:<br />Firstly: <br />You need to comment out error_reporting(E_ALL) in import_transactions.php<br />As per this link:<br />https://frontaccounting.com/punbb/viewtopic.php?pid=40378#p40378</p><p>Then in order to get the direct invoicing functionality to work you need to initialise the double for prep_amount -&gt; 0.0<br />As per this link:<br />https://frontaccounting.com/punbb/viewtopic.php?pid=40515#p40515</p>]]></content>
			<author>
				<name><![CDATA[Xeimen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21057</uri>
			</author>
			<updated>2024-03-26T19:48:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42974#p42974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42973#p42973" />
			<content type="html"><![CDATA[<p>So having performed further research:<br />https://frontaccounting.com/punbb/viewtopic.php?pid=40378#p40378</p><p>This exact step seems to help. <br />I was able to get 2.4.12 to work.<br />V 2.4.17 does not work as yet. I am going to do some more back testing to see which version this works for</p>]]></content>
			<author>
				<name><![CDATA[Xeimen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21057</uri>
			</author>
			<updated>2024-03-26T19:35:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42973#p42973</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42972#p42972" />
			<content type="html"><![CDATA[<p>So i have performed some further testing as follows:<br />1) Opened up a new remote hosting account and connected from the hosting account to the already installed database<br />2) I was able to then isolate when the reporting bar disappears showing the errors on the import_trransactions module. <br />3) The last version that I was able to get it working in was: V 2.4.9<br />It somehow appears that the embedded error handler trigger is not fired to present on screen.</p><p>This worked under php 7.4.<br />As soon as it moves to php 8, the functionality stops working or the version of FrontAccounting is moved higher than v2.4.9.<br />Any ideas why this may be happening?</p>]]></content>
			<author>
				<name><![CDATA[Xeimen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21057</uri>
			</author>
			<updated>2024-03-26T18:47:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42972#p42972</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42947#p42947" />
			<content type="html"><![CDATA[<p>I wanted to check if anyone else has experienced issues similar to the above, or am I the only one.</p>]]></content>
			<author>
				<name><![CDATA[Xeimen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21057</uri>
			</author>
			<updated>2024-03-17T15:17:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42947#p42947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Error reporting functionality doesnt seem to be working]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42910#p42910" />
			<content type="html"><![CDATA[<p>I have been using Front Accounting for some time.<br />I rely on the import transactions functionality quite extensively. <br />However, I held off on upgrading from 2.4.4 for a long time, as it seemed that once I did an upgrade, I started to encounter a number of issues. </p><p>For context, my frontaccounting instances are installed on a shared hosting site, so I am high dependent on the php version as the service provider does not permit a different php version per installation.<br />On the same shared hosting site, I run a wordpress site that requires PHP 8.<br />I have used the .htaccess file to try and manage the php version, version 7.4. This seems to work. If I use the native version 8.2, frontaccounting it fails.<br />However, using 7.4 via .htaccess does seem to work. <br />The above is important as it provides context of the environment. </p><p>So, the issue I am experiencing is that when I try and use the import functionality, the functionality works as expected:<br />- The invoices import if the file is prepared correctly<br />- The import stops (when trial is not selected) when there is an error in the file<br />- THe file (bank payments and bank deposits) will import if the file is completed correctly</p><p>However, none of the notification functionality works. In other words:<br />- It does not tell me when I select the trial option is selected:<br />- Warning Asset and Liability with tax<br />- The &quot;number&quot; of invoices would have been successfully imported</p><p>So some how it does not seem to trigger the notification - I am not sure if this is a php issue or not<br />I have tried a clean install and have the same issue.</p>]]></content>
			<author>
				<name><![CDATA[Xeimen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21057</uri>
			</author>
			<updated>2024-02-24T22:16:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42910#p42910</id>
		</entry>
</feed>
