<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Yellow warning sign & certain aspects of application cease functioning]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6516</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6516&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Yellow warning sign & certain aspects of application cease functioning.]]></description>
		<lastBuildDate>Fri, 11 Nov 2016 14:58:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26839#p26839</link>
			<description><![CDATA[<p>There was an issue with mod-security, hosting company refuse to tell me exactly what the issue was; so I think it&#039;s time to find a new hosting company, maybe semi dedicated to..</p><p>Many thanks to apmuthu and cambell for your help, time and suggestions.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 11 Nov 2016 14:58:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26839#p26839</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26830#p26830</link>
			<description><![CDATA[<p>Hi cambell, I tried changing / deleting .htaccess - no change</p><p>Temporary disabled mod-security this cured the problem...!!!!</p><p>I now have something to give to hosting techs....</p><p>Will let you know how this ends.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Wed, 09 Nov 2016 14:47:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26830#p26830</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26810#p26810</link>
			<description><![CDATA[<p>I had a look at your test site.&nbsp; The ajax request does result in a 302 redirect to the root &#039;/&#039; which returns a standard apache indexes page. This isn&#039;t javascript, so causes the error.</p><p>Do you have a .htaccess somewhere in the tree / or /apmuthu or /apmuthu/sales?</p><p>Do you or your host have a misconfigured location or directory directive in your apache config.</p><p>Does your host use mod-security or something similar?</p><p>I can&#039;t be sure without actually investigating your server, but I think this is a server configuration issue.</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Fri, 04 Nov 2016 18:08:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26810#p26810</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26791#p26791</link>
			<description><![CDATA[<p>I cannot print anything either, with or without java similar to this post https://frontaccounting.com/punbb/viewtopic.php?id=6199 I have tried V2.3.24 but this does not work for me.</p><p>Just to eliminate this I rolled back to 2.3.15 and still it has the same problem</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Tue, 01 Nov 2016 17:43:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26791#p26791</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26790#p26790</link>
			<description><![CDATA[<p>Hi Apmuthu, thanks for your time in looking at the problem.<br />In same order as your posts</p><p>I confirm that the mysql user had full permissions, I have noticed that turning java off in the browser allows the restore function to work. </p><p>I&#039;m a bit confused by this one, (i think...) To run win xp would require me to set up a VM and I do not have a copy of SP3 (or even XP..I have to look) .. How does this help the diagnosis? The same issue is seen on multiple pc, win 7, 8 &amp; 10. If you could explain the reasoning behind this please.</p><p>MySQL version 5.6.33<br />PHP version 5.6.27</p><p>You had accessibility problems? Do have this intermittently as is shared hosted, but not had recently.</p><p>Updated mysql with above values, no change in problem.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Tue, 01 Nov 2016 16:50:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26790#p26790</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26752#p26752</link>
			<description><![CDATA[<p>Site accessible only intermittently.<br />The sql dump works okay on both my Debian 6 public IP and XAMPP v1.7.3 on localhost as expected.</p><p>Try to make the following changes to your sql and see if on a fresh login the problem persists:<br /></p><div class="codebox"><pre><code>UPDATE `cafcolom_apmu`.`0_users` SET `language`=&#039;C&#039; WHERE `id`=&#039;1&#039;;
UPDATE `cafcolom_apmu`.`0_sys_prefs` SET `value`=&#039;3600&#039; WHERE `name`=&#039;login_tout&#039;;
INSERT INTO `cafcolom_apmu`.`0_sys_prefs`(`name`,`category`,`type`,`length`,`value`) VALUES ( &#039;default_quote_valid_days&#039;,&#039;glsetup.sales&#039;,&#039;smallint&#039;,&#039;6&#039;,&#039;30&#039;); 

-- Check the 0_security_roles table&#039;s records</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Oct 2016 08:16:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26752#p26752</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26701#p26701</link>
			<description><![CDATA[<p>Tested a db backup and then restore which failed possibly due to lack of sufficient db permissions for the mysql user used by FA.</p><p>Can confirm your yellow triangle on Ajax change of customer in new direct invoice in WinXPSP3 / FF 37.0.2. This is specific to your install and you would need to access your apache error log and php error log in FA to see what gives.</p><p>Even changing to the current fiscal year and attempting the above results in the same error.</p><p>What is the version of PHP / MySQL you are using?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Oct 2016 06:58:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26701#p26701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26659#p26659</link>
			<description><![CDATA[<p>Hi apmuthu, I&#039;ve set up a new installation for you here.. http://www.colombiaonline.net.co/apmuthu/index.php</p><p>login <br />apmuthu</p><p>password<br />12345678</p><p>I confirm I used FA git master code. The previous installations I have used softaculous apps installer.</p><p>The problem still occurs in the FA git master code as you will see.</p><p>Hope you can diagnose this for me.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 28 Oct 2016 20:07:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26659#p26659</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26657#p26657</link>
			<description><![CDATA[<p>Place a link to a demo install and let us see what breaks. </p><p>Hope you are using the <a href="https://github.com/FrontAccountingERP/FA/archive/master.zip">FA git master code</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 28 Oct 2016 04:25:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26657#p26657</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26645#p26645</link>
			<description><![CDATA[<p>Try an older version of FireFox from the <a href="http://portableapps.com/support/firefox_portable">portable Apps</a> site. The <a href="https://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./">SF site</a> too has them.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 24 Oct 2016 13:25:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26645#p26645</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26627#p26627</link>
			<description><![CDATA[<p>Hi cambell, the problem occurs on latest versions of chrome, firefox and opera, also ie 11.<br />I have disabled all plug-ins / extensions as you have suggested, no change.<br />The problem also occurs on 3 other pc&#039;s and laptops / phones.</p><p>I still think its something serverside, but finding it very hard to diagnose as shared hosting.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Wed, 19 Oct 2016 15:13:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26627#p26627</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26624#p26624</link>
			<description><![CDATA[<p>You could check your chrome plugins.&nbsp; Disable them all then re-enable one by one.&nbsp; Maybe you have a plugin that is interfering with the Javascript on the page.</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Wed, 19 Oct 2016 07:10:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26624#p26624</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26621#p26621</link>
			<description><![CDATA[<p>After turning javascript off in chrome everything works. </p><p>Apmuthu, any more details on apache config? </p><p>Could it be anything in php.ini?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Tue, 18 Oct 2016 19:30:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26621#p26621</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26605#p26605</link>
			<description><![CDATA[<p>Thanks for replying cambell...</p><p>Yes the session timed out after approx 10 secs...which corresponds with js/utils line I think its 39 =10000.</p><p>I am not redirected to login, please read 1st post...the installation has been running perfectly since march, so seems unlikely to be installation + I have done done 2 clean installations with v2.3.25 and have exactly the same issue.</p><p>Ctrl-R just takes the page back to original custom (1st customer in list). The part I find strange is that i can add/ change in items &amp; inventory</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sat, 15 Oct 2016 15:44:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26605#p26605</guid>
		</item>
		<item>
			<title><![CDATA[Re: Yellow warning sign & certain aspects of application cease functioning]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26604#p26604</link>
			<description><![CDATA[<p>As a bit of a guess, I&#039;d say that your session timed out.&nbsp; i.e. you tried to do something on a page that uses&nbsp; ajax to do the save, however the session was timed out, so you should&#039;ve been redirected to the login.&nbsp; It seems that / on your installation isn&#039;t where FA is, so you got a standard index page which couldn&#039;t be parsed by the JsHTTPRequest javascript code - hence this error.</p><p>Try Ctrl-R to reload the page and see if it comes right from there.</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Sat, 15 Oct 2016 15:14:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26604#p26604</guid>
		</item>
	</channel>
</rss>
