<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — GL Accounts not working]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1748</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1748&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in GL Accounts not working.]]></description>
		<lastBuildDate>Wed, 29 Dec 2010 12:33:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7854#p7854</link>
			<description><![CDATA[<p>Good luck <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 29 Dec 2010 12:33:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7854#p7854</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7845#p7845</link>
			<description><![CDATA[<p>maybe something happened with the updates thru Fedora .. anyway .. many thanks ... have a great new year and thanx for your patience</p>]]></description>
			<author><![CDATA[null@example.com (bradchaus)]]></author>
			<pubDate>Tue, 28 Dec 2010 11:14:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7845#p7845</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7844#p7844</link>
			<description><![CDATA[<p>There are more things in Heaven and Earth, than are dreamt of in your philosophy.<br />William Shakespeare</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 28 Dec 2010 10:05:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7844#p7844</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7841#p7841</link>
			<description><![CDATA[<p>well well, I went away for a few days and just came back. nothing has changed since I last played with FA.</p><p>now its working.</p><p>go figure</p><p>sorry for giving you a headache</p>]]></description>
			<author><![CDATA[null@example.com (bradchaus)]]></author>
			<pubDate>Mon, 27 Dec 2010 22:18:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7841#p7841</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7789#p7789</link>
			<description><![CDATA[<p>Brian,<br />Ok, we will try to locate the problem with debugging utilities built in FA. <br /></p><div class="quotebox"><blockquote><p>When an account is selected, the details are not retrieved.</p></blockquote></div><p>Let&#039;s try following procedue:<br />* Logout from FA<br />* Switch off javascript in your browser<br />* Login into FA - you will see slightly different user interface - this is fallback (non-javasript) ui mode.<br />* set $go_Debug=1&nbsp; and $show_sql=1 in your config.php file.<br />* Go to GL Accounts, select any account and press tick button after account list.</p><p>Now you should see GL accounts details. When you do not see them - this is javascript related issue. At the bottom of the page you will see all SQL quries made during page generation. This one is responsible for account details retreival:<br /></p><div class="codebox"><pre><code>SELECT * FROM 0_chart_master WHERE account_code=&#039;xxxx&#039;</code></pre></div><p>where xxx is account code number.<br />Now you copy-paste the sql query and try it in phpmyadmin, to check whether this is mysql related problem or not.</p><p>Janusz</p><p>PS to leave fallback ui mode you will have to logout, and switch javascript in your browser on.<br />J</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 20 Dec 2010 11:15:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7789#p7789</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7782#p7782</link>
			<description><![CDATA[<p>ok, well I have located the file that is different between RC2 and RC3 which causes my problem.</p><p>its includes/ui/ui_lists.inc (using the file from RC2 corrects the behaviour)</p><p>since the Changelog says this file was modified to improve SQLI resistance, would I be correct in assuming there may be a difference between your setup and my setup in terms of the MySQL config?</p><p>I have to say I am not a php programmer so I am a bit lost looking at that code.</p><p>Perhaps you could tell me which Linux distribution you use and/or we could compare MySQL config</p><p>I dont know if this is the right track to take but am preparde to explore it further with a little help from you if possible.</p><p>Regards</p><p>Brian</p>]]></description>
			<author><![CDATA[null@example.com (bradchaus)]]></author>
			<pubDate>Sun, 19 Dec 2010 22:34:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7782#p7782</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7779#p7779</link>
			<description><![CDATA[<p>All the changes between RC2 and RC3 you will find in Changelog.txt file. Sorry, I cannot reproduce the problem with GL accounts edition. Moreover there is nothing special on this screen comparing to other edition interfaces.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 19 Dec 2010 17:08:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7779#p7779</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7772#p7772</link>
			<description><![CDATA[<p>well, interestingly, I have done clean installs each of 2.3RC, 2.3RC1, 2.3RC2, 2.3RC3 and the 2.3.0 release and 2.3.0a releases.</p><p>No changes have been made to my system (Fedora 14) for any of the tested installations. The behaviour I have explained occurs only in 2.3RC3 and later. The earlier RC releases work fine. So, something must have changed in Frontaccounting 2.3RC3 thats leading to this behaviour.</p><p>I have tried a different browser, (Firefox, Epiphany, Internet Explorer). So, seems to me the browser is not the issue since the behaviour is identical.</p><p>That only leaves the php setup and the web server.</p><p>FA System Diagnostics reports no setup errors.</p><p>So I guess my question is what has changed between RC2 and RC3 that requires me to alter some other setting.</p><p>Cheers</p><p>Brian</p>]]></description>
			<author><![CDATA[null@example.com (bradchaus)]]></author>
			<pubDate>Sat, 18 Dec 2010 03:47:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7772#p7772</guid>
		</item>
		<item>
			<title><![CDATA[Re: GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7763#p7763</link>
			<description><![CDATA[<p>Probably you have some local problem with installed files. All works right in 2.3.0 - you can check on next.frontaccounting.eu demo. Please download and install latest tarball from sourceforge.net to be sure.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 17 Dec 2010 12:59:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7763#p7763</guid>
		</item>
		<item>
			<title><![CDATA[GL Accounts not working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7725#p7725</link>
			<description><![CDATA[<p>hi,</p><p>I am trying to add and/or modify accounts. When an account is selected, the details are not retrieved. When an account is added, one addition works, but when selecting new account after that I cant add another account.</p><p>This worked in previous version, but I think it hasn&#039;t worked in Beta 3 either.</p><p>Version 2.3.0 Build 09.12.2010</p><p>Cheers</p><p>Brian</p><p>PS .. This worked ok up to RC2</p>]]></description>
			<author><![CDATA[null@example.com (bradchaus)]]></author>
			<pubDate>Tue, 14 Dec 2010 10:58:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7725#p7725</guid>
		</item>
	</channel>
</rss>
