<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Dashboard Install info and Screenshots in Wiki]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5476</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5476&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Dashboard Install info and Screenshots in Wiki.]]></description>
		<lastBuildDate>Tue, 17 Feb 2015 20:07:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22616#p22616</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 17 Feb 2015 20:07:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22616#p22616</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22612#p22612</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (bobloblian)]]></author>
			<pubDate>Tue, 17 Feb 2015 19:46:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22612#p22612</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22610#p22610</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 17 Feb 2015 19:22:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22610#p22610</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dashboard Install info and Screenshots in Wiki]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22607#p22607</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (bobloblian)]]></author>
			<pubDate>Tue, 17 Feb 2015 18:43:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22607#p22607</guid>
		</item>
		<item>
			<title><![CDATA[Dashboard Install info and Screenshots in Wiki]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22176#p22176</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 14 Jan 2015 15:58:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22176#p22176</guid>
		</item>
	</channel>
</rss>
