<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Dashboard Install info and Screenshots in Wiki]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5476&amp;type=atom" />
	<updated>2015-02-17T20:07:58Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5476</id>
		<entry>
			<title type="html"><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22616#p22616" />
			<content type="html"><![CDATA[<p>The proper way would be to correct the offending line in the dashboard theme / extension where the $result originated - not to call the function if it was false!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-17T20:07:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22616#p22616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22612#p22612" />
			<content type="html"><![CDATA[<p>@apmuthu</p><p>that fixed it, thank you.&nbsp; had to do similar on line 92.</p><p>gotta say wow, this is awesome sauce...</p>]]></content>
			<author>
				<name><![CDATA[bobloblian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19664</uri>
			</author>
			<updated>2015-02-17T19:46:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22612#p22612</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22610#p22610" />
			<content type="html"><![CDATA[<p>The said Line 98 in <strong>includes/db/connect_db.inc</strong> is:<br /></p><div class="codebox"><pre><code>return mysql_fetch_array($result);</code></pre></div><p>When the <strong>$result</strong> is <strong>false</strong>, ie., no rows from the source SELECT statement, this error results in some PHP versions. There are quite a few functions in the same file that have the same issue. They can be overcome with:</p><div class="codebox"><pre><code>if ($result !== false) return mysql_fetch_array($result);
else return false;</code></pre></div><p>The actual <em>function <strong>mysql_fetch_array()</strong></em> above can be replaced with the appropriate function in each of the affected functions in the said file.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-17T19:22:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22610#p22610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22607#p22607" />
			<content type="html"><![CDATA[<p>I enabled the dashboard extension and theme.&nbsp; </p><p>Selecting one of the tabs along the top results in this error:</p><p>mysql_fetch_array() expects parameter 1 to be resource, boolean given in file: includes/db/connect_db.inc at line 98</p><p>However, once under a tab, all of the side-menu items work.</p><p>Not looking for a fix, just reporting a problem.</p>]]></content>
			<author>
				<name><![CDATA[bobloblian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19664</uri>
			</author>
			<updated>2015-02-17T18:43:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22607#p22607</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Dashboard Install info and Screenshots in Wiki]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22176#p22176" />
			<content type="html"><![CDATA[<p>I have just uploaded the Dashboard theme and extension&#039;s install procedure and screenshots in deployment into the <a href="https://frontaccounting.com/fawiki/index.php?n=Main.Extension-CompanyDashboard">wiki</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-01-14T15:58:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22176#p22176</id>
		</entry>
</feed>
