<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Direct Invoice not processing]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10643</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10643&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Direct Invoice not processing.]]></description>
		<lastBuildDate>Wed, 05 Mar 2025 13:54:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Direct Invoice not processing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43561#p43561</link>
			<description><![CDATA[<p>@apmuthu Thanks for the response.<br />The issue was when I copied the new FA files to overwrite my older version they were not in fact overwritten.<br />The older version files were still being accessed which of course brought about the errors.<br />So I copied the new files again using rsync,restored my backed up database, and then followed the instructions in the system diagnosis tab.<br />Logged out and back in.<br />Everything works again.<br />Once again, Thanks for all the work you guys put into this project.</p>]]></description>
			<author><![CDATA[null@example.com (bookworm)]]></author>
			<pubDate>Wed, 05 Mar 2025 13:54:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43561#p43561</guid>
		</item>
		<item>
			<title><![CDATA[Re: Direct Invoice not processing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43560#p43560</link>
			<description><![CDATA[<p>Looks like the way NULL is checked in the next line.<br />Try the next line:<br /></p><div class="codebox"><pre><code>if ($type != NULL) {</code></pre></div><p>as<br /></p><div class="codebox"><pre><code>if ($type != NULL || $type != &#039;&#039;) {</code></pre></div><p>Also check if it runs okay with PHP 7.x.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 05 Mar 2025 10:06:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43560#p43560</guid>
		</item>
		<item>
			<title><![CDATA[Direct Invoice not processing]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=43559#p43559</link>
			<description><![CDATA[<p>Recently upgraded my OS which included PHP 8.2.26 and now when I try to place invoice I get an error<br /> &quot;strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in file: /var/www/html/companyname/includes/ui/ui_lists.inc at line 305&quot;.<br />After searching I upgraded FA from 2.4.10 to 2.4.18 which seems to have been succesfull. It shows the correct version number when I log in but my problem with invoicing remains. Nothing happens until I click a second time on the place invoice button, then where I used to get a menu to view or print invoice I get sales order menu with same options but view order is blank.<br />When running debug mode using parameter &quot;2&quot;, I get 5 errors as soon as I click Direct Invoice --- all beginning with the same line 305 error as above.<br />I have only ever used Direct Invoice method.<br />Any help is appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (bookworm)]]></author>
			<pubDate>Tue, 04 Mar 2025 13:22:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=43559#p43559</guid>
		</item>
	</channel>
</rss>
