<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — fronthr]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7879&amp;type=atom" />
	<updated>2018-12-15T04:28:31Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7879</id>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33586#p33586" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-15T04:28:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33586#p33586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33581#p33581" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2018-12-14T14:09:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33581#p33581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33579#p33579" />
			<content type="html"><![CDATA[<p>There may be other constructs needing PHP array inline syntax.<br />Which version of PHP are you using?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-14T05:05:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33579#p33579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33576#p33576" />
			<content type="html"><![CDATA[<p>Muthu sir,<br /> I have replaced ,blanks screen coming.</p><p>Regads<br />Santhosh</p>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-12-13T19:15:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33576#p33576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33569#p33569" />
			<content type="html"><![CDATA[<p>Let me try sir,Thanks for your advice....<br />Santhosh</p>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-12-12T18:58:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33569#p33569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33567#p33567" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-12-12T13:28:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33567#p33567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[fronthr]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33566#p33566" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[akshaya1972]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42657</uri>
			</author>
			<updated>2018-12-11T15:57:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33566#p33566</id>
		</entry>
</feed>
