<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — installation freezes up]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1757&amp;type=atom" />
	<updated>2010-12-19T16:30:39Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1757</id>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7777#p7777" />
			<content type="html"><![CDATA[<p>Look into Setup/System Diagnostics page to know whether your server supports nl_BE locale or not.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-12-19T16:30:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7777#p7777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7771#p7771" />
			<content type="html"><![CDATA[<p>Thanks Janusz,</p><p>I still got some errors, but I ignored them and the installation did finish.</p><p>I can start the application without problems now, but it says the language set is Dutch (nl_NL), but it shows all texts in English.<br />The .po and .mo files are created in lang/nl_NL/LC_MESSAGES but they are not active.</p><p>I created a new user (frank) and choose Dutch as the language setting, but it&#039;s still in English.</p><p>This is the contents of instales_languages.inc:</p><p>$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;name&#039; =&gt; &#039;Dutch (Netherlands)&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;nl_NL&#039;,<br />&nbsp; &nbsp; &#039;code&#039; =&gt; &#039;nl_NL&#039;,<br />&nbsp; &nbsp; &#039;encoding&#039; =&gt; &#039;iso-8859-1&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.0-1&#039;,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;lang/nl_NL&#039;,<br />&nbsp; ),<br />);</p><p>$dflt_lang = &#039;nl_NL&#039;;</p><p>I changed the language for &#039;frank&#039; to nl_BE. The languagefiles were properly installed in lang/nl_BE, but the shown language remains English.</p><p>I hope you can help me solve this too :-)</p><p>Thanks!<br />Frank.</p>]]></content>
			<author>
				<name><![CDATA[frankfokke]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3045</uri>
			</author>
			<updated>2010-12-17T22:03:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7771#p7771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7769#p7769" />
			<content type="html"><![CDATA[<p>Hi Frank,<br />I couldn&#039;t find the problem on my linux box, but Joe (who use Win) just have solved the problem. Please supersede the inlcudes/packages.inc file with the one downloaded from our CVS, or place following line just after remote_url.in inclusion in packages.inc.:</p><p>include_once($path_to_root.&quot;/includes/hooks.inc&quot;);</p><p>Or do not install any additional packages in wizard:&nbsp; you can do it later after installation.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-12-17T21:05:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7769#p7769</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7759#p7759" />
			<content type="html"><![CDATA[<p>Hi, I just did that on the local XAMPP and I get this message:</p><p>Call to undefined function hook_invoke() in C:\Programs\xampp\htdocs\fa\includes\packages.inc on line 75</p><p>Cheers, Frank.</p>]]></content>
			<author>
				<name><![CDATA[frankfokke]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3045</uri>
			</author>
			<updated>2010-12-17T12:24:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7759#p7759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7757#p7757" />
			<content type="html"><![CDATA[<p>The error messages&nbsp; are because of some weird server setup. Not allowing to use putenv() is a little paranoid. If you want to know more about the problem with white screen on you box, set go_debug to 1 in config.php, tehn error reporting is switched on.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-12-17T12:10:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7757#p7757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7752#p7752" />
			<content type="html"><![CDATA[<p>I installed it on my local PC with xampp and get exactly the same. Installation stops and shows a blue schreen with just one white line at the top.</p>]]></content>
			<author>
				<name><![CDATA[frankfokke]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3045</uri>
			</author>
			<updated>2010-12-16T20:36:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7752#p7752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[installation freezes up]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=7748#p7748" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I&#039;m trying to install FA for the first time. I&#039;m installing on an apache server.<br />I&#039;t goes well until I choose a language, then I get a blue screen. It has to do with the filling in of lang/nl_NL/LC_MESSAGES/nl_NL.po and .mo<br />That&#039;s exactly the point where the installationproces stops.<br />The directories are writable, but there&#039;s an error about the ownership of the directory.</p><p>When I only choose english it does install, but I get lots of errors on the pages:</p><p>putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable &#039;LANG&#039; - it&#039;s not in the allowed list in file: /home/xxxxxxx/domains/xxxxxxx.nl/public_html/fa/includes/lang/gettext.php at line 71<br />--------------------------------------------------------------------------------<br />putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable &#039;LC_ALL&#039; - it&#039;s not in the allowed list in file: /home/xxxxxxx/domains/xxxxxxx.nl/public_html/fa/includes/lang/gettext.php at line 72<br />--------------------------------------------------------------------------------<br />putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable &#039;LANGUAGE&#039; - it&#039;s not in the allowed list in file: /home/xxxxxxx/domainsxxxxxxx.nl/public_html/fa/includes/lang/gettext.php at line 73<br />--------------------------------------------------------------------------------<br />curl_setopt() [function.curl-setopt]: Unable to access cookie.txt in file: /home/xxxxxxx/domains/xxxxxxx.nl/public_html/fa/gl/includes/db/gl_db_rates.inc at line 112<br />--------------------------------------------------------------------------------<br />curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in file: /home/xxxxxxx/domains/xxxxxxx.nl/public_html/fa/gl/includes/db/gl_db_rates.inc at line 115</p><br /><p>I do not know what to do now. I am thinking about installing FA locally with WAMP or XAMPP and then copy the language-files to the apache server, but I don&#039;t think that will help me get rid of the error mesages.</p><p>I need help :-)))</p><p>Regards, Frank.</p>]]></content>
			<author>
				<name><![CDATA[frankfokke]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3045</uri>
			</author>
			<updated>2010-12-16T13:55:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=7748#p7748</id>
		</entry>
</feed>
