<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Installation FA238 on windows fails, on linux ok]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2500&amp;type=atom" />
	<updated>2011-11-16T08:43:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2500</id>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10738#p10738" />
			<content type="html"><![CDATA[<p>Hi janusz,<br />unfortunately, it is not working, got still empty window.<br />I use PHP 5.3.1.<br />Well, here is, what Apache error log shows:</p><p>[Wed Nov 16 09:40:38 2011] [error] [client ::1] ::language.php:15: include_once(./lang/installed_languages.inc) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] ::language.php:15: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.;C:\\xampp\\php\\PEAR&#039;)<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] ::session.inc:297: Non-static method SessionManager::sessionStart() should not be called statically<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] 0::session.inc:28: Non-static method SessionManager::validateSession() should not be called statically<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] 0::session.inc:31: Non-static method SessionManager::preventHijacking() should not be called statically<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] ::language.php:15: include_once(../lang/installed_languages.inc) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[Wed Nov 16 09:40:38 2011] [error] [client ::1] ::language.php:15: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;../lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.;C:\\xampp\\php\\PEAR&#039;)</p><br /><br /><p>Any ideas??<br />Regards,<br />barney</p>]]></content>
			<author>
				<name><![CDATA[barneyfa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5856</uri>
			</author>
			<updated>2011-11-16T08:43:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10738#p10738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10722#p10722" />
			<content type="html"><![CDATA[<p>This is really strange. I guess this can be related to php version you use. I have encountered similar problem on some php 5.2.x i nstallation some time ago. Unfortunately I have no access to Win based FA installation, but you can try adding following line at the top of install/index.php:<br /></p><div class="codebox"><pre><code>global $Ajax;</code></pre></div><p>just below line containing &#039;$path_to_root=&quot;..&quot;;<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[janusz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4693</uri>
			</author>
			<updated>2011-11-15T17:40:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10722#p10722</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10690#p10690" />
			<content type="html"><![CDATA[<p>I will forward this thread to Janusz. He rewrote some routines here a while ago. Maybe he can find something.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-12T12:42:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10690#p10690</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10688#p10688" />
			<content type="html"><![CDATA[<p>Hi Joe,<br />The following errors are recorded in /install/error_log after insert the following lines in /install/index.php :<br />&nbsp; &nbsp; &nbsp; &nbsp; error_reporting(E_ALL);<br />&nbsp; &nbsp; &nbsp; &nbsp; ini_set(&quot;display_errors&quot;, &quot;On&quot;);</p><br /><p>[12-Nov-2011 20:03:14] ::language.php:15: include_once(../lang/installed_languages.inc) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[12-Nov-2011 20:03:14] ::language.php:15: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;../lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.:/usr/lib/php:/usr/local/lib/php&#039;)<br />[12-Nov-2011 20:03:45] ::language.php:15: include_once(../lang/installed_languages.inc) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[12-Nov-2011 20:03:45] ::language.php:15: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;../lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.:/usr/lib/php:/usr/local/lib/php&#039;)</p><p>Please help.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[Apple]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=8430</uri>
			</author>
			<updated>2011-11-12T12:10:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10688#p10688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10687#p10687" />
			<content type="html"><![CDATA[<p>It&#039;s all the same: empty screen.<br />Error happens in isession.inc, line 22: $Ajay-&gt;run. Error message I wrote in my first message, see above.<br />Maybe, there is another error before which triggers this one ?!?!<br />barney</p>]]></content>
			<author>
				<name><![CDATA[barneyfa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5856</uri>
			</author>
			<updated>2011-11-12T12:00:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10687#p10687</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10685#p10685" />
			<content type="html"><![CDATA[<p>If you get these problems during install then put the following lines first in your /install/index.php</p><p>&nbsp; &nbsp; &nbsp; &nbsp; error_reporting(E_ALL);<br />&nbsp; &nbsp; &nbsp; &nbsp; ini_set(&quot;display_errors&quot;, &quot;On&quot;);</p><p>or if you are updating then set the $go_debug flag in the config.php file to 1.<br />It will eventually trap any errors.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-12T08:48:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10685#p10685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10683#p10683" />
			<content type="html"><![CDATA[<p>I have a similar problem with barneyfa and kyomar. I am using WinXp Pro Sp3 Internet Explorer 8.</p>]]></content>
			<author>
				<name><![CDATA[Apple]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=8430</uri>
			</author>
			<updated>2011-11-12T05:18:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10683#p10683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10681#p10681" />
			<content type="html"><![CDATA[<p>can&#039;t update on windows xp. No error message, just a blank screen.</p><p>Markus</p>]]></content>
			<author>
				<name><![CDATA[kyomar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=671</uri>
			</author>
			<updated>2011-11-12T00:23:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10681#p10681</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10677#p10677" />
			<content type="html"><![CDATA[<p>I use Windows 7 on my server. Hopefully somebody can tell us what could be wrong.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-11T14:37:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10677#p10677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10676#p10676" />
			<content type="html"><![CDATA[<p>Hi Joe!<br />Well, I don&#039;t think it is a corrupted zip file, as I used the same for the linux installation.<br />Maybe, It has got something to do with windows 7 admission rights for directories or so?!?!<br />On the other hand, installations from 2.3.1 to 2.3.7 worked well on the same system.<br />Hm????</p><p>barney</p>]]></content>
			<author>
				<name><![CDATA[barneyfa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5856</uri>
			</author>
			<updated>2011-11-11T14:25:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10676#p10676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10675#p10675" />
			<content type="html"><![CDATA[<p>Strange, I have just tried an installation from the frontaccounting-2.3.8.zip file on a Windows Server and everything went well. Maybe a corrupted zip file? or maybe somebody from the audience can tell us more about that?</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-11T13:34:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10675#p10675</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Installation FA238 on windows fails, on linux ok]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10674#p10674" />
			<content type="html"><![CDATA[<p>Hello!<br />Tryin&#039; to install on windows brings up error &gt;&gt;call to a member function run() on a non-object&lt;&lt;, installation on linux works well.<br />Any ideas?</p><p>barney</p>]]></content>
			<author>
				<name><![CDATA[barneyfa]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5856</uri>
			</author>
			<updated>2011-11-11T13:02:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10674#p10674</id>
		</entry>
</feed>
