<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Bug in includes\ui\ui_controls.inc]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7002&amp;type=atom" />
	<updated>2017-10-02T10:53:43Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7002</id>
		<entry>
			<title type="html"><![CDATA[Re: Bug in includes\ui\ui_controls.inc]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28811#p28811" />
			<content type="html"><![CDATA[<p>This happened on <a href="https://github.com/FrontAccountingERP/FA/commit/3b431d909abc53e4a4d712cbafa39ca556409d0e#diff-0aba6665c22e9f826e7160525631feaaR242">2015-02-18</a> when the file was edited.</p><p>@joe: can fix this.<br /><a href="https://github.com/FrontAccountingERP/FA/commit/4acd1f93d4d8b7f86a6ca6560c22b387ec66e82a">Committed</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-02T10:53:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28811#p28811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Bug in includes\ui\ui_controls.inc]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28809#p28809" />
			<content type="html"><![CDATA[<p>Hi,</p><p>Testing with debugging on I found I was getting a lot of these messages:</p><p>A non-numeric value encountered in file: C:\Users\Paul\htdocs\fa24\includes\ui\ui_controls.inc at line 258<br />C:\Users\Paul\htdocs\fa24\includes\ui\ui_view.inc:213: &nbsp; &nbsp; viewer_link(&#039;Asset register&#039;,&#039;admin/view/view_package.php?id=asset_register&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;)<br />C:\Users\Paul\htdocs\fa24\admin\inst_module.php:121: &nbsp; &nbsp; get_package_view_str(&#039;asset_register&#039;,&#039;Asset register&#039;)<br />C:\Users\Paul\htdocs\fa24\admin\inst_module.php:269: &nbsp; &nbsp; display_extensions((Array[22]))</p><p>Problem was due to an extra &#039;-&#039; at the start of line 258 in&nbsp; includes\ui\ui_controls.inc</p><p>-&nbsp; &nbsp; &nbsp; &nbsp; $preview_str = &quot;&lt;a target=&#039;_blank&#039; $class $id href=&#039;$path_to_root/$url&#039; onclick=\&quot;javascript:openWindow(this.href,this.target); return false;\&quot;$pars[1]&gt;$pars[0]&lt;/a&gt;&quot;;</p><p>Removing the extra &#039;-&#039; fixed the issue</p><p>&nbsp; &nbsp; &nbsp; &nbsp; $preview_str = &quot;&lt;a target=&#039;_blank&#039; $class $id href=&#039;$path_to_root/$url&#039; onclick=\&quot;javascript:openWindow(this.href,this.target); return false;\&quot;$pars[1]&gt;$pars[0]&lt;/a&gt;&quot;;</p><p>Hope this helps.</p>]]></content>
			<author>
				<name><![CDATA[PaulShipley]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20029</uri>
			</author>
			<updated>2017-10-02T09:55:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28809#p28809</id>
		</entry>
</feed>
