<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Instal/Update]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2711&amp;type=atom" />
	<updated>2012-04-23T16:12:00Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2711</id>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12321#p12321" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Gav]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13926</uri>
			</author>
			<updated>2012-04-23T16:12:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12321#p12321</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12189#p12189" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-04-08T16:26:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12189#p12189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12131#p12131" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[svetoslav80]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13803</uri>
			</author>
			<updated>2012-03-31T15:08:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12131#p12131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12130#p12130" />
			<content type="html"><![CDATA[<p>I have the same problem. It&#039;s obviously an issue with FA.</p>]]></content>
			<author>
				<name><![CDATA[svetoslav80]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13803</uri>
			</author>
			<updated>2012-03-31T14:03:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12130#p12130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11541#p11541" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[omeng]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12850</uri>
			</author>
			<updated>2012-01-15T17:20:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11541#p11541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11478#p11478" />
			<content type="html"><![CDATA[<p>I see nothing suspicious in your setup. What about php.ini file?</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-01-08T16:46:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11478#p11478</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11464#p11464" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[omeng]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12850</uri>
			</author>
			<updated>2012-01-06T17:17:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11464#p11464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11435#p11435" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-01-04T10:17:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11435#p11435</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11428#p11428" />
			<content type="html"><![CDATA[<p>You guys need match the versions to install language and addon</p>]]></content>
			<author>
				<name><![CDATA[ifi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=339</uri>
			</author>
			<updated>2012-01-04T08:21:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11428#p11428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11380#p11380" />
			<content type="html"><![CDATA[<p>I have the same problem</p>]]></content>
			<author>
				<name><![CDATA[rgfahouse]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12884</uri>
			</author>
			<updated>2011-12-29T20:44:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11380#p11380</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11379#p11379" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[lena]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=10274</uri>
			</author>
			<updated>2011-12-29T16:15:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11379#p11379</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Instal/Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11376#p11376" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[omeng]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=12850</uri>
			</author>
			<updated>2011-12-29T13:45:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11376#p11376</id>
		</entry>
</feed>
