<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Instal/Update]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2711</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2711&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Instal/Update.]]></description>
		<lastBuildDate>Mon, 23 Apr 2012 16:12:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12321#p12321</link>
			<description><![CDATA[<p>Hi Janusz and the users above,</p><p>The openssl_verify() call is specifically to the OpenSSL library, so if this is not installed correctly, or is not enabled as an extension in php (i.e. extension=php_openssl.dll ) then &#039;includes/packages.inc&#039; will fail at the function call.</p><p>Also, I&#039;ve had lots of trouble getting OpenSLL running with IIS - basically down to version conflicts.&nbsp; If the OpenSSL dll&#039;s and php-cgi conflict, or are not found in the right path/environment settings, this will also cause php errors and you get the type of &#039;webpage not available&#039; errors mentioned in the first couple of posts of this topic.&nbsp; If the windows application event log shows php-cgi errors once &#039;extension=php_openssl.dll&#039; has been added to php.ini, following a &#039;web page not available&#039; error, then openSSL is definitely not set up correctly. </p><p>I&#039;d suggest to the users above to go through OpenSSL setup with a fine toothcombe, and ensure that a call to phpinfo() lists openSSL as enabled - if not FA will fail due to the explicit function call.</p><p>For those not familiar with openSSL, I&#039;d recommend starting at openSSL.org and following the binaries link for the windows install - if you&#039;ve done this and are having problems with the latest version then revert to 0_9_8v .&nbsp; Also if on a Windows platform ensure that the enviroment variable OPENSSL_CONF points to a valid cfg file and that the PATH has &#039;drive:openssl\bin\&#039; directory in it correctly.&nbsp; Always restart IIS/ reboot, to ensure environment variable changes have an affect.</p><p>Hope that helps :-)</p>]]></description>
			<author><![CDATA[null@example.com (Gav)]]></author>
			<pubDate>Mon, 23 Apr 2012 16:12:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12321#p12321</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12189#p12189</link>
			<description><![CDATA[<p>Remove /modules/_cache/Release.gz file and try again. Probably it has bad permission rights and FA cannot remove it.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 08 Apr 2012 16:26:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12189#p12189</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12131#p12131</link>
			<description><![CDATA[<p>Hmm, the script seems to freeze on includes/packages.inc , function get_pkg_or_list , on the following row:</p><p>if (!openssl_verify($data, $sig, $cert)) {<br />...</p>]]></description>
			<author><![CDATA[null@example.com (svetoslav80)]]></author>
			<pubDate>Sat, 31 Mar 2012 15:08:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12131#p12131</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12130#p12130</link>
			<description><![CDATA[<p>I have the same problem. It&#039;s obviously an issue with FA.</p>]]></description>
			<author><![CDATA[null@example.com (svetoslav80)]]></author>
			<pubDate>Sat, 31 Mar 2012 14:03:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12130#p12130</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11541#p11541</link>
			<description><![CDATA[<p>My PHP.ini files settings like this:</p><p>allow_call_time_pass_reference<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: Off<br />;&nbsp; &nbsp;Production Value: Off</p><p>; display_errors<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: On<br />;&nbsp; &nbsp;Production Value: Off</p><p>; display_startup_errors<br />;&nbsp; &nbsp;Default Value: Off<br />;&nbsp; &nbsp;Development Value: On<br />;&nbsp; &nbsp;Production Value: Off</p><p>; error_reporting<br />;&nbsp; &nbsp;Default Value: E_ALL &amp; ~E_NOTICE<br />;&nbsp; &nbsp;Development Value: E_ALL | E_STRICT<br />;&nbsp; &nbsp;Production Value: E_ALL &amp; ~E_DEPRECATED</p><p>; html_errors<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: On<br />;&nbsp; &nbsp;Production value: Off</p><p>; log_errors<br />;&nbsp; &nbsp;Default Value: Off<br />;&nbsp; &nbsp;Development Value: On<br />;&nbsp; &nbsp;Production Value: On</p><p>; magic_quotes_gpc<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: Off<br />;&nbsp; &nbsp;Production Value: Off</p><p>; max_input_time<br />;&nbsp; &nbsp;Default Value: -1 (Unlimited)<br />;&nbsp; &nbsp;Development Value: 60 (60 seconds)<br />;&nbsp; &nbsp;Production Value: 60 (60 seconds)</p><p>; output_buffering<br />;&nbsp; &nbsp;Default Value: Off<br />;&nbsp; &nbsp;Development Value: 4096<br />;&nbsp; &nbsp;Production Value: 4096</p><p>; register_argc_argv<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: Off<br />;&nbsp; &nbsp;Production Value: Off</p><p>; register_long_arrays<br />;&nbsp; &nbsp;Default Value: On<br />;&nbsp; &nbsp;Development Value: Off<br />;&nbsp; &nbsp;Production Value: Off</p><p>; request_order<br />;&nbsp; &nbsp;Default Value: None<br />;&nbsp; &nbsp;Development Value:</p>]]></description>
			<author><![CDATA[null@example.com (omeng)]]></author>
			<pubDate>Sun, 15 Jan 2012 17:20:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11541#p11541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11478#p11478</link>
			<description><![CDATA[<p>I see nothing suspicious in your setup. What about php.ini file?</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 08 Jan 2012 16:46:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11478#p11478</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11464#p11464</link>
			<description><![CDATA[<p>This is my system diagnostic:<br />Test&nbsp; &nbsp; Test type&nbsp; &nbsp; Value&nbsp; &nbsp; Comments<br />MySQL version &gt;=4.1&nbsp; &nbsp; Required&nbsp; &nbsp; 5.5.16&nbsp; &nbsp; Ok<br />PHP version &gt;=4.3.3&nbsp; &nbsp; Required&nbsp; &nbsp; 5.3.8&nbsp; &nbsp; Ok<br />Http server type&nbsp; &nbsp; Info&nbsp; &nbsp; Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1&nbsp; &nbsp; Ok<br />Server system&nbsp; &nbsp; Info&nbsp; &nbsp; WINNT&nbsp; &nbsp; Ok<br />Browser type&nbsp; &nbsp; Info&nbsp; &nbsp; Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2&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&gt;0 in config.php file<br />Error logging&nbsp; &nbsp; Recommended&nbsp; &nbsp; C:\xampp\htdocs\frontaccounting/tmp/errors.log&nbsp; &nbsp; Ok<br />Current database version&nbsp; &nbsp; Required&nbsp; &nbsp; 2.3rc&nbsp; &nbsp; Ok<br />Company subdirectories consistency&nbsp; &nbsp; Required&nbsp; &nbsp; ../company/0/*<br />../company/0/*/images<br />../company/0/*/pdf_files<br />../company/0/*/backup<br />../company/0/*/js_cache&nbsp; &nbsp; Ok<br />Language configuration consistency&nbsp; &nbsp; Required&nbsp; &nbsp; &nbsp; &nbsp; Ok<br />Temporary directory&nbsp; &nbsp; Required&nbsp; &nbsp; ../tmp&nbsp; &nbsp; Ok<br />Session save path&nbsp; &nbsp; Info&nbsp; &nbsp; C:\xampp\tmp&nbsp; &nbsp; Ok<br />Removed install wizard folder&nbsp; &nbsp; Recommended&nbsp; &nbsp; Not removed&nbsp; &nbsp; Ok<br />Database auth file&nbsp; &nbsp; Recommended&nbsp; &nbsp; ../config_db.php&nbsp; &nbsp; Ok<br />Main config file&nbsp; &nbsp; Recommended&nbsp; &nbsp; ../config.php&nbsp; &nbsp; Ok<br />Extensions system&nbsp; &nbsp; Required&nbsp; &nbsp; ../installed_extensions.php<br />../company/0/*/installed_extensions.php<br />../modules<br />../modules/_cache<br />../themes<br />../sql<br />OpenSSL PHP extension&nbsp; &nbsp; Ok</p>]]></description>
			<author><![CDATA[null@example.com (omeng)]]></author>
			<pubDate>Fri, 06 Jan 2012 17:17:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11464#p11464</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11435#p11435</link>
			<description><![CDATA[<p>We have to see at least your php.ini file and System Diagnostics info to have a chance to help you, howevere this is not message displayed by FA&nbsp; so most probably also the problem is somewhere outside the FA source code.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 04 Jan 2012 10:17:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11435#p11435</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11428#p11428</link>
			<description><![CDATA[<p>You guys need match the versions to install language and addon</p>]]></description>
			<author><![CDATA[null@example.com (ifi)]]></author>
			<pubDate>Wed, 04 Jan 2012 08:21:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11428#p11428</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11380#p11380</link>
			<description><![CDATA[<p>I have the same problem</p>]]></description>
			<author><![CDATA[null@example.com (rgfahouse)]]></author>
			<pubDate>Thu, 29 Dec 2011 20:44:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11380#p11380</guid>
		</item>
		<item>
			<title><![CDATA[Re: Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11379#p11379</link>
			<description><![CDATA[<p>I ALSO HAVE SAME PROBLEM.Can you please Help US<br />Why I can&#039;t use Instal/update Language, Instal/update Extension, Instal/update Themes, and instal/update chart of account.? I used/instaled Frontaccounting V 2.3.9 in local computer, of course I have internet connection. When I try to click all of Instal/update show message error like this :<br />This webpage is not available<br />The connection to localhost was interrupted.<br />Here are some suggestions:<br />Reload this webpage later.<br />Check your Internet connection. Restart any router, modem, or other network devices you may be using.<br />Add Google Chrome as a permitted program in your firewall&#039;s or antivirus software&#039;s settings. If it is already a permitted program, try deleting it from the list of permitted programs and adding it again.<br />If you use a proxy server, check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don&#039;t believe you should be using a proxy server, adjust your proxy settings: Go to the wrench menu &gt; Options &gt; Under the Hood &gt; Change proxy settings... &gt; LAN Settings and deselect the</p>]]></description>
			<author><![CDATA[null@example.com (lena)]]></author>
			<pubDate>Thu, 29 Dec 2011 16:15:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11379#p11379</guid>
		</item>
		<item>
			<title><![CDATA[Instal/Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11376#p11376</link>
			<description><![CDATA[<p>Why I can&#039;t use Instal/update Language, Instal/update Extension, Instal/update Themes, and instal/update chart of account.? I used/instaled Frontaccounting V 2.3.9 in local computer, of course I have internet connection. When I try to click all of Instal/update show message error like this :</p><p>This webpage is not available<br />The connection to localhost was interrupted.<br />Here are some suggestions:<br />Reload this webpage later.<br />Check your Internet connection. Restart any router, modem, or other network devices you may be using.<br />Add Google Chrome as a permitted program in your firewall&#039;s or antivirus software&#039;s settings. If it is already a permitted program, try deleting it from the list of permitted programs and adding it again.<br />If you use a proxy server, check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don&#039;t believe you should be using a proxy server, adjust your proxy settings: Go to the wrench menu &gt; Options &gt; Under the Hood &gt; Change proxy settings... &gt; LAN Settings and deselect the</p>]]></description>
			<author><![CDATA[null@example.com (omeng)]]></author>
			<pubDate>Thu, 29 Dec 2011 13:45:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11376#p11376</guid>
		</item>
	</channel>
</rss>
