<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — fronthr]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7879</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7879&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in fronthr.]]></description>
		<lastBuildDate>Sat, 15 Dec 2018 04:28:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33586#p33586</link>
			<description><![CDATA[<p>@notrinos: It would be better to specify the minimum PHP version your extension supports or make them free of PHP version dependencies by using common constructs.</p><p>@akshaya1972: Provide all version numbers for software (PHP/MySQL versions, Platform, etc.,) used so that the developer can provide support / debug. Take up further posting on the developer&#039;s <a href="https://frontaccounting.com/punbb/viewtopic.php?id=6860">preferred thread</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 15 Dec 2018 04:28:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33586#p33586</guid>
		</item>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33581#p33581</link>
			<description><![CDATA[<p>Hello @akshaya1972</p><p>I installed FrontHrm in both FA 2.4.4 and 2.4.5 but couldn&#039;t reappear the error message<br />Please describe your problem on <a href="https://frontaccounting.com/punbb/viewtopic.php?id=6860">THIS TOPIC</a> so that people who encountered the same problem can get their help also.</p><br /><p>Thank you</p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Fri, 14 Dec 2018 14:09:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33581#p33581</guid>
		</item>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33579#p33579</link>
			<description><![CDATA[<p>There may be other constructs needing PHP array inline syntax.<br />Which version of PHP are you using?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 14 Dec 2018 05:05:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33579#p33579</guid>
		</item>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33576#p33576</link>
			<description><![CDATA[<p>Muthu sir,<br /> I have replaced ,blanks screen coming.</p><p>Regads<br />Santhosh</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Thu, 13 Dec 2018 19:15:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33576#p33576</guid>
		</item>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33569#p33569</link>
			<description><![CDATA[<p>Let me try sir,Thanks for your advice....<br />Santhosh</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Wed, 12 Dec 2018 18:58:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33569#p33569</guid>
		</item>
		<item>
			<title><![CDATA[Re: fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33567#p33567</link>
			<description><![CDATA[<p>FrontHRM is a third party module by <a href="https://github.com/notrinos/FrontHrm">@notrinos</a>. Please contact the author at his support site with necessary platform and version info. The program uses an inline array element addressing found in later PHP versions. Try replacing the <a href="https://github.com/notrinos/FrontHrm/blob/master/manage/employee.php">line 193</a>:<br /></p><div class="codebox"><pre><code>return get_departments($row[&#039;department_id&#039;])[&#039;dept_name&#039;];</code></pre></div><p>with <br /></p><div class="codebox"><pre><code>{ $xx = get_departments($row[&#039;department_id&#039;]); return $xx[&#039;dept_name&#039;]; }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 12 Dec 2018 13:28:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33567#p33567</guid>
		</item>
		<item>
			<title><![CDATA[fronthr]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33566#p33566</link>
			<description><![CDATA[<p>I have installed ,everything showing and acivated,But not working ..this is the error mesage</p><br /><p>&quot;Parse error: syntax error, unexpected &#039;[&#039; in C:\wamp\www\FA2.4.5\frontaccounting\modules\FrontHrm\manage\employee.php on line 193&quot;</p><p>This is the message I have found.<br />Pls guide me what I have to do ??</p>]]></description>
			<author><![CDATA[null@example.com (akshaya1972)]]></author>
			<pubDate>Tue, 11 Dec 2018 15:57:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33566#p33566</guid>
		</item>
	</channel>
</rss>
