<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Can't make changes on Company Setup]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1029</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1029&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Can't make changes on Company Setup.]]></description>
		<lastBuildDate>Fri, 22 Jan 2010 14:39:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4533#p4533</link>
			<description><![CDATA[<p>Thanks Janusz, we&#039;re getting pretty close here.&nbsp; I have a single static IP address which is why I need to do some port forwarding - WWW at 80, FA at 8082, etc.&nbsp; I use zoneedit.com to handle all my DNS work.&nbsp; They have an option associated to web-forwarding called &quot;cloaking&quot; - you can find details at: http://www.zoneedit.com/doc/faq.html#faq36</p><p>Basically, as it redirects fa.example.com to www.example.com:8082 is &quot;cloaks&quot; the forwarding address and keeps fa.example.com in the browser.&nbsp; Anyways, that seems to be the problem.&nbsp; When I turn the cloaking off, everything works fine.</p><p>So, consider this problem solved as I&#039;ll just leave the cloaking off.&nbsp; I&#039;m not sure if it&#039;s something you want to check into or test, as it seems to work fine in most areas of FA, but seems to struggle on the Company Setup screens.</p><p>Again, thanks for your help.</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Fri, 22 Jan 2010 14:39:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4533#p4533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4526#p4526</link>
			<description><![CDATA[<p>I have just tested FA after restarting apache2 on two my servers with change of listening port to 8082. Both systems work without problems, changes on Company Setup page are updated, no update timeouts.</p><p>I have Debian installed on both systems. As a browser I use Iceweasel (Firefox) 2.0.0.14 and 3.0.6. Could you check another browser like Konqueror? Maybe FF 3.5.7 has some flow regarding ajax updates on non-standard ports.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 22 Jan 2010 10:33:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4526#p4526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4523#p4523</link>
			<description><![CDATA[<p>Thank you very much. Your investigation is very helpful <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />. <br />For ajax calls we use JsHttpRequest library which is very good piece of code, but from the box it has not supported urls containing port number. I have fixed it long time ago, but surely I have missed something. I think it is related to file upload field on company setup page. JsHttpRequest have 3 internal transports, but not all capable for file upload. I will check it later today and will inform you about the effects.</p><p>BTW FrontAccounting uses relative urls only, so you can install it were you wish with the same effect.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 22 Jan 2010 10:01:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4523#p4523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4518#p4518</link>
			<description><![CDATA[<p>Janusz, I believe I have tracked down the problem and it&#039;s related to my setup.</p><p>In our DNS entries, I have a web-forwarding address setup: fa.example.com</p><p>This address forwards to: www.example.com:8082</p><p>The absolute URL being picked up by the system is: www.example.com (which is a web server listening on port 80).</p><p>How I tested this was to simply change the port apache listens on to 80 on my FA server and everything works perfectly.&nbsp; So, it seems that in many parts of your system, the code figures this out.&nbsp; For instance, in my original setup, when I moused over menu items, by browser was reporting the link as: www.example.com:8082 and most of the functionality in the system worked.&nbsp; There is something about changes on the Company Setup screen that seems to have problems with this set, and doesn&#039;t behave like other areas of the system.</p><p>I was thinking about changing my Absolute URL to: www.example.com:8082 (now it&#039;s just at www.example.com) but I&#039;m not sure where to change it at.&nbsp; I grep&#039;ed for it in the frontaccount directory but couldn&#039;t find it, so I assume it&#039;s in the database somewhere.</p><p>I hope this helps - please let me know your thoughts.</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Thu, 21 Jan 2010 23:26:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4518#p4518</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4513#p4513</link>
			<description><![CDATA[<p>Turned on debuging ($go_debug=1 in config.php).</p><p>Forced the error to occur (java script on, tried to add address in Company Setup)</p><p>Checked the ./tmp/error.log file.&nbsp; The file is empty, filesize = 0.</p><p>Checked /var/log/apache2/error.log - no errors reported.</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Thu, 21 Jan 2010 16:06:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4513#p4513</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4511#p4511</link>
			<description><![CDATA[<p>From System Diagnostic:</p><p>Test &nbsp; &nbsp; Test type &nbsp; &nbsp; Value &nbsp; &nbsp; Comments<br />MySQL version &gt;3.23.58 &nbsp; &nbsp; Required &nbsp; &nbsp; 5.0.51a-3ubuntu5.4 &nbsp; &nbsp; Ok<br />PHP version &gt;4.3.2 &nbsp; &nbsp; Required &nbsp; &nbsp; 5.2.4-2ubuntu5.10 &nbsp; &nbsp; Ok<br />Http server type &nbsp; &nbsp; Info &nbsp; &nbsp; Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch &nbsp; &nbsp; Ok<br />Server system &nbsp; &nbsp; Info &nbsp; &nbsp; Linux &nbsp; &nbsp; Ok<br />Browser type &nbsp; &nbsp; Info &nbsp; &nbsp; Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 &nbsp; &nbsp; Ok<br />Native gettext &nbsp; &nbsp; Optional &nbsp; &nbsp; Yes &nbsp; &nbsp; Ok<br />Debugging mode &nbsp; &nbsp; Info &nbsp; &nbsp; No &nbsp; &nbsp; To switch debugging on set $go_debug=1 in config.php file<br />Error logging &nbsp; &nbsp; Recomended &nbsp; &nbsp; /var/www/frontaccount/tmp/errors.log &nbsp; &nbsp; Ok<br />Current database version &nbsp; &nbsp; Required &nbsp; &nbsp; 2.2 &nbsp; &nbsp; Ok<br />Company subdirectories consistency &nbsp; &nbsp; Required &nbsp; &nbsp; ../company/*<br />../company/*/images<br />../company/*/pdf_files<br />../company/*/backup<br />../company/*/js_cache &nbsp; &nbsp; Ok<br />Language configuration consistency &nbsp; &nbsp; Required &nbsp; &nbsp; en_GB &nbsp; &nbsp; Ok<br />Temporary directory &nbsp; &nbsp; Required &nbsp; &nbsp; ../tmp &nbsp; &nbsp; Ok<br />Session save path &nbsp; &nbsp; Info &nbsp; &nbsp; /var/lib/php5 &nbsp; &nbsp; Ok<br />Database auth file &nbsp; &nbsp; Recomended &nbsp; &nbsp; ../config_db.php &nbsp; &nbsp; Ok<br />Main config file &nbsp; &nbsp; Recomended &nbsp; &nbsp; ../config.php &nbsp; &nbsp; Ok<br />Extensions configuration files &nbsp; &nbsp; Required &nbsp; &nbsp; ../installed_extensions.php &nbsp; &nbsp; Ok</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Thu, 21 Jan 2010 14:29:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4511#p4511</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4510#p4510</link>
			<description><![CDATA[<p>Thanks Janusz, I&#039;ll do those checks as you suggest.&nbsp; I&#039;ve installed 2.2.4 and that doesn&#039;t seem to help, but I have tried turning on/off java script with some interesting results.&nbsp; With java script off, most everything works.&nbsp; Obviously, there are some short-comings - calendar pop-ups, buttons missing, etc.&nbsp; With java script on, most all transactions work, but the notable exception is making any change in the Company Setup area.</p><p>If you would like access to my test system, please let me know and I&#039;ll set up an account for you and provide the URL.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Thu, 21 Jan 2010 14:17:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4510#p4510</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4507#p4507</link>
			<description><![CDATA[<p>Yes, of course it is not right. The problem is that I cannot reproduce this error. <br />The exclamation mark means there was no data returned from server and 3-ply timeout occured. This happens when some fatal error interrupts response on ajax call.<br />Have you checked all is right at System Diagnostics page? Have you error logging switched on? Maybe you will find something in FA error log or in www server&#039;s log.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 21 Jan 2010 07:09:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4507#p4507</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4506#p4506</link>
			<description><![CDATA[<p>For what it&#039;s worth - I just installed a fresh copy of 2.2.4 onto a fresh Ubuntu 8.04.1 LTS LAMP install.&nbsp; Logged in, went to Company Setup, tried to enter my address and am getting the orange triangle error.</p><p>Just doesn&#039;t seem right.</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Thu, 21 Jan 2010 00:42:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4506#p4506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4502#p4502</link>
			<description><![CDATA[<p>OK, here&#039;s the deal.&nbsp; I tested this again (Firefox) and I had the same results - simply tried to add an extra digit to my zip code to test, and I received the error triangle.&nbsp; I turned off java and java script as you suggested to get a more detailed message and the changes/edits worked fine with a confirmation &quot;Company setup has been updated&quot; message.&nbsp; I&#039;m running v2.2.1.</p><p>Any suggestions?</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Wed, 20 Jan 2010 22:33:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4502#p4502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4477#p4477</link>
			<description><![CDATA[<p>Sometimes happens that error messages are hidden after fatal error during ajax update, although t was fixed in last 2.2.4 version.To have more messages displayed&nbsp; login into FA with javascript off in your browser, and reply tests.. </p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 20 Jan 2010 07:21:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4477#p4477</guid>
		</item>
		<item>
			<title><![CDATA[Can't make changes on Company Setup]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4476#p4476</link>
			<description><![CDATA[<p>Just started using FrontAccounting today.&nbsp; Setup was a breeze.&nbsp; I started a small company in December.&nbsp; Entered a few transactions and closed the year.&nbsp; I also have set up a new year (2010) with no problem.&nbsp; I closed 2009 and went to activate 2010 and I receive an orange triangle at the top of the page, which I assume is some kind of error code.&nbsp; What I&#039;ve found is if I try to change anything on he company setup page (address, zip, phone, etc.) I receive this error.</p><p>I&#039;m not sure what I&#039;ve done, any help would be appreciated.</p><p>Thanks in advance.</p><p>RLS</p><p>FYI - just tried a backup also - still receiving the triangle error icon.&nbsp; I did change my timezone a couple of hours ago - would that have had an effect?</p>]]></description>
			<author><![CDATA[null@example.com (RLSinOP)]]></author>
			<pubDate>Wed, 20 Jan 2010 04:09:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4476#p4476</guid>
		</item>
	</channel>
</rss>
