<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2699</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2699&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Install/Activate Extension, Themes, Chart of Accounts no working.]]></description>
		<lastBuildDate>Mon, 16 Sep 2013 23:41:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=17840#p17840</link>
			<description><![CDATA[<p>Dear all this issue because windows , you can add language manully in&nbsp; code ,exactly in folder lang :</p><p>1) add your langauge folder in lang folder<br />2) edit&nbsp; installed_languages.inc to add new language as Example :<br />---------------------<br />$installed_languages = array (<br />&nbsp; 0 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;code&#039; =&gt; &#039;C&#039;,<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;English&#039;,<br />&nbsp; &nbsp; &#039;encoding&#039; =&gt; &#039;iso-8859-1&#039;,<br />&nbsp; ),<br />&nbsp; 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;code&#039; =&gt; &#039;ar_EG&#039;,<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Arabic&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;ar_EG&#039;,<br />&nbsp; &nbsp; &#039;encoding&#039; =&gt; &#039;utf-8&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;&#039;,<br />&nbsp; &nbsp; &#039;rtl&#039;&nbsp; &nbsp; &nbsp;=&gt; &#039;right-to-left&#039;,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;install\lang&#039;,<br />&nbsp; ),<br />);</p><p>$dflt_lang = &#039;C&#039;;<br />?&gt;<br />--------------</p><p>the same&nbsp; for modules and so on &gt;&gt;&gt;<br />I hope i help someone for this issue</p>]]></description>
			<author><![CDATA[null@example.com (ahmedgomaa)]]></author>
			<pubDate>Mon, 16 Sep 2013 23:41:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=17840#p17840</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15795#p15795</link>
			<description><![CDATA[<p>Problem here is related to buggy Win packages, not FrontAccountig application.<br />See <a href="https://frontaccounting.com/punbb/viewtopic.php?id=3884">XAMPP bug related thread</a> for more details.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 25 Feb 2013 10:04:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15795#p15795</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15767#p15767</link>
			<description><![CDATA[<p>Same problem on my FA 2.5.3 installation on Xampp 1.8.0, Windows Server 2003.<br />Internet Explorer gave some clue:</p><p><em> Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\akunting\includes\session.inc on line 28 </em></p><p>Below are lines 27 and 28 of session.inc:<br /></p><div class="codebox"><pre><code>// Make sure the session hasn&#039;t expired, and destroy it if it has
if ($this-&gt;validateSession()) </code></pre></div><p>I have experimented changing the max_execution_time from 60 to 120 and even 600, but it didn&#039;t help. The error persists.</p>]]></description>
			<author><![CDATA[null@example.com (juansts)]]></author>
			<pubDate>Sun, 24 Feb 2013 04:09:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15767#p15767</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14353#p14353</link>
			<description><![CDATA[<p>I scrapped all the other attempts and looked for a 3rd version of a MySQL, PHP and Apache install. I used Wamp Server 2 which only runs as a installed service. I believe the other 2 setups i used could alternate between service or runtime program. I installed FrontAccounting without any problems. Install/Activate Page now works with no problems. I believe there are some settings with the other two MySQL, PHP and Apache installers that are just not checking the correct boxes to allow FA to work.</p>]]></description>
			<author><![CDATA[null@example.com (thespud)]]></author>
			<pubDate>Tue, 20 Nov 2012 20:04:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14353#p14353</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14349#p14349</link>
			<description><![CDATA[<p>Unfortunatelly I cannot help you much, as I&#039;m not using Win. Anyway, if you encountered web server crashes, maybe you should look into apache logs? The log file&nbsp; tmp/errors.log stores only messages generated by php interpreter, so it will not show you the logs related to server crash.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 20 Nov 2012 17:40:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14349#p14349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14347#p14347</link>
			<description><![CDATA[<p>C.po</p><p>What happened on browser?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 20 Nov 2012 17:13:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14347#p14347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14344#p14344</link>
			<description><![CDATA[<p>I did as instructed and also placed the faillog.php file in the root. When attempting to click the &quot;install/activate Extensions&quot; link&nbsp; the error does not write anything to the tmp/errors.log folder. All case sensitive words were written verbatim. It did create a C.php file within the directory.</p><p>The server this is installed on is a Window 2003 Server.</p>]]></description>
			<author><![CDATA[null@example.com (thespud)]]></author>
			<pubDate>Tue, 20 Nov 2012 16:20:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14344#p14344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14340#p14340</link>
			<description><![CDATA[<p>lang\new_language_template\LC_MESSAGES\empty.po<br />needs to be copied to<br />lang\C\LC_MESSAGES\C.po</p><p>Beware of case sensitivity and all paths are relative to the FA folder in the webroot.</p><p>This is probably specific to Win7 installs.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 20 Nov 2012 16:02:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14340#p14340</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14337#p14337</link>
			<description><![CDATA[<p>Both installs are the newest versions from their respective websites.</p><p>I believe it is a permission issue as well, but it is one that can crash a web server. That, to me, elevates the issue to something we should note for future installs. In my case I have set up a demo server to show off the product to accounting. The first thing i did was to check the installs to see what check writing tools were available and this issues showed itself.</p><p>Also can you be more clear as to where this and that should be. You stated that i should copy over the empty.po to c.po. Do you mean rename it c.po? Where is this file located? I found empty.po in the FAroot/lang/new_language_template/LC_Messages - but the error log shows a ../lang/C/LC_messages directory that does not exist.</p>]]></description>
			<author><![CDATA[null@example.com (thespud)]]></author>
			<pubDate>Tue, 20 Nov 2012 14:23:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14337#p14337</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14334#p14334</link>
			<description><![CDATA[<p>Copy over the empty.po as C.po.<br />Create a faillog.php file in the webroot.</p><p>It is most certainly a permissions issue on the folders.</p><p>Which versions of XAMPP / Uniform server are you using?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 20 Nov 2012 11:51:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14334#p14334</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14326#p14326</link>
			<description><![CDATA[<p>I&#039;m posting my same post from the other forum as i&#039;m not sure if this is an error with FrontAccounting or apache settings. Please note i have recreated this problem numerous time and with different XAMP installs (XAMPP and UNIFORM SERVER). I have also had this problem occur in versions 2.3.13 and 2.3.12 of FrontAccounting.</p><p>I am getting the exact same error. OpenSSL is open and working. The Diagnostics page reports no errors. I started using a Windows 7 machine and just installed Xampp server and ran FrontAccounting through xampp&#039;s defaults. Everytime i clicked on any of the install links it would crash apache. Xampp would restart the service. I noticed other users stated they used a different computer so i formated the machine i was using and installed Windows 2003 server as another attempt. I setup xampp again and i still received the same problem and apache is crashed and restarted in the process. In fact the xampp install shows multiple ports (main 2 show as 80 and 443). When you click on the install links a bunch of 1000-1300 ports are accessed (i can only assume OpenSSL) while ports 80 and 443 are either dropped or not shown. I decided to see if xampp is the problem so i deleted the entire xampp and installed Uniform Server. Uniform server&#039;s default settings are set for openssl as on for the default. FrontAccounting install listed no problems. On this install Uniform Server does not show any errors, but it performs the same actions when clicking on any of the install links. I don&#039;t seem to lose apache server, but either way i cant use this software if I click a link and it thrashes my webserver. I understand that it could be settings, but this is the equivalent and a self destruct button because FA doesn&#039;t get what it&#039;s looking for or my webserver doesn&#039;t understand it.<br />The only errors appearing in the log file are listed below. I attempted to see if the PEAR directory was a problem and changed various links within the xampp settings, but in the end nothing worked. This is very frustrating as I was going to demo the software, but the errors make it unusable in any enviroment. I am at a point where i will dump FA if i cannot fix this issue. I really would like to give it a try and support the community, so if you have any ideas on where to start, please send them my way.<br />ERROR FILE LISTED BELOW:<br />[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory<br />[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(): Failed opening &#039;./faillog.php&#039; for inclusion (include_path=&#039;.;C:/UniServer/home/us_pear/PEAR&#039;)<br />[19-Nov-2012 17:27:04 Europe/London] 4 Domain file &quot;./lang/C/LC_MESSAGES/C.po&quot; not found.<br />[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory<br />[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(): Failed opening &#039;./faillog.php&#039; for inclusion (include_path=&#039;.;C:/UniServer/home/us_pear/PEAR&#039;)<br />[19-Nov-2012 17:27:12 Europe/London] 4 Domain file &quot;./lang/C/LC_MESSAGES/C.po&quot; not found.</p>]]></description>
			<author><![CDATA[null@example.com (thespud)]]></author>
			<pubDate>Mon, 19 Nov 2012 19:29:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14326#p14326</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=13226#p13226</link>
			<description><![CDATA[<p>Hi,</p><p>I have the same problem, I think this problem is only on windows machine</p><p>I&#039;ve installed FA 2.3.11 on Windows 7 machine running Apache and MySql. Installation without any error, running perfectly fine, no problem at all. Only problem is none of the following options are working under Setup/Maintenance<br />&nbsp; Create/Update Companies<br />&nbsp; Install/Update Languages<br />&nbsp; Install/Activate Extensions<br />&nbsp; Install/Activate Themes<br />&nbsp; Install/Activate Chart of Accounts</p><p>When I click any of the above option I get error: <br />Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.</p><p>I don&#039;t know the reason as everything else is working perfectly fine, except for above. <br />I am able to access internet from the browser and I am logged in as admin.</p><p>Does this require any changes in Apache MOD etc...</p>]]></description>
			<author><![CDATA[null@example.com (paragkenia)]]></author>
			<pubDate>Sun, 02 Sep 2012 17:51:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=13226#p13226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11884#p11884</link>
			<description><![CDATA[<p>Hello,<br />I have same problem - Install/Activate Extension, Themes, Chart of Accounts no working<br />I had read this topic and already change Apache server XAMPP to &quot;uniform server&quot; but result is the same <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />Server 2003, &quot;uniform server&quot;, SSL tested and working...<br />$go_debug changed to 1, but there is no error...</p><p>Please help me</p>]]></description>
			<author><![CDATA[null@example.com (divxrullz)]]></author>
			<pubDate>Sun, 26 Feb 2012 20:22:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11884#p11884</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11725#p11725</link>
			<description><![CDATA[<p>Thank you for fast reply.</p><p>It is something in XAMPP default configuration. I switched to &quot;uniform server&quot; and now every thing works fine. It seems uniform server is more compatible with windows.</p><p>Regards<br />Kelile</p>]]></description>
			<author><![CDATA[null@example.com (KelileDemne)]]></author>
			<pubDate>Sun, 05 Feb 2012 11:23:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11725#p11725</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install/Activate Extension, Themes, Chart of Accounts no working]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11724#p11724</link>
			<description><![CDATA[<p>Let us see if we can trap some more details.<br />Please set the $go_debug flag in config.php to 1 . This should trap some more warnings/errors.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 05 Feb 2012 11:03:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11724#p11724</guid>
		</item>
	</channel>
</rss>
