<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Installation goes blank]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=972&amp;type=atom" />
	<updated>2009-12-23T17:15:41Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=972</id>
		<entry>
			<title type="html"><![CDATA[Re: Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4220#p4220" />
			<content type="html"><![CDATA[<p>Hello sananthv</p><p>We are just about releasing 2.2.2. We have been replacing all the deprecated functions, so it should now work in PHP version &gt;= 5.3.0.</p><p>Please give it a try as soon as it is available. Maybe tonight.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-12-23T17:15:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4220#p4220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4209#p4209" />
			<content type="html"><![CDATA[<p>I installed version 2.2.1 in a WAMP server. Had no luck with it. </p><p>Downloaded version 2.2 and installed it in the WAMP server, it installed successfully. I am able to login too. </p><p>But in the login page and subsequent pages after logging in I always get a error message on top saying</p><p>Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\frontaccount\includes\session.inc on line 186</p><p>Line 186 in session.inc has<br />// Ajax communication object<br />$Ajax =&amp; new Ajax();</p><p>Appreciate any help.</p>]]></content>
			<author>
				<name><![CDATA[sananthv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=577</uri>
			</author>
			<updated>2009-12-23T03:47:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4209#p4209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4202#p4202" />
			<content type="html"><![CDATA[<p>Seems something is wrong with session variables. Clear your cookies in browser and try login again.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-12-21T22:53:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4202#p4202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4198#p4198" />
			<content type="html"><![CDATA[<p>This is the error I get</p><p>Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition &quot;language&quot; of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /frontaccount/includes/session.inc on line 173 </p><p>How should I proceed. Thanks for the assistance.</p>]]></content>
			<author>
				<name><![CDATA[sananthv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=577</uri>
			</author>
			<updated>2009-12-21T10:48:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4198#p4198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4194#p4194" />
			<content type="html"><![CDATA[<p>Set $go_debug=1 in config.php file in main directory and eventually switch on error logging&nbsp; (see config.php again). This enables additional diagnostics which should result with error messages instead of blank page when something goes wrong.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-12-21T07:51:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4194#p4194</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Installation goes blank]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4192#p4192" />
			<content type="html"><![CDATA[<p>I first installed version 2.2.1<br />1. Unpacked frontaccount-2.2.1.tar.gz<br />2. Created a database in MySQL and a user with DBA rights.<br />3. from the browser typed domain/frontaccount</p><p>But a message was appearing on top saying</p><p>&quot;Notice: A session had already been started - ignoring session_start() in /frontaccount/install/index.php on line 15 &quot;</p><p>4. Page appeared to select operating system, enter database details and relate, a six step process. </p><p>After entering all the details when I press the button install frontaccounting button the page goes blank.</p><p>The database is populated but the page is blank. I deleted the install folder and tried again, still the page is blank.</p><p>Then I tried to install version 2.2<br />1. Unpacked frontaccount-2.2.tar.gz<br />2. Created a database in MySQL and a user with DBA rights.<br />3. from the browser typed domain/frontaccount</p><p>But a message was appearing again on top saying</p><p>&quot;Notice: A session had already been started - ignoring session_start() in /frontaccount/install/index.php on line 15 &quot;</p><p>4. Page appeared to select operating system, enter database details and relate, a six step process. </p><p>After entering all the details when I press the button install frontaccounting button login appears.</p><p>After deleting the install folder when I enter admin as username and the given password the page goes blank again. The database is populated.</p><p>Appreciate if someone could advise as to where I am going wrong.</p>]]></content>
			<author>
				<name><![CDATA[sananthv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=577</uri>
			</author>
			<updated>2009-12-21T07:15:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4192#p4192</id>
		</entry>
</feed>
