<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Numerous install attemps end in similar error messages - help!]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=938&amp;type=atom" />
	<updated>2009-11-30T09:26:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=938</id>
		<entry>
			<title type="html"><![CDATA[Re: Numerous install attemps end in similar error messages - help!]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3995#p3995" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>avb3 wrote:</cite><blockquote><p>Warning: mysql_connect() [function.mysql-connect]: Host &#039;xxx.xxx.xxx.xx&#039; is not allowed to connect to this MySQL server in /home/myaccountname/public_html/accounts/install/save.php on line 342</p></blockquote></div><p>This means you have tried to connect to mysql server from not allowed host. This is not FA fault. If the www and mysql server&nbsp; is placed on the same machine using &#039;localhost&#039; as mysql server should help.</p><p>Regarding unneeded caching values you can also look into save.php/install.php code. There is no other cache used for values but standard php session mechanism (probably with session id passed by cookies).</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-11-30T09:26:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3995#p3995</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Numerous install attemps end in similar error messages - help!]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3991#p3991" />
			<content type="html"><![CDATA[<p>Itronics... as stated, I have cleared the cache and even used another browser. I don&#039;t understand how many of the install wizards fields are pre-populated with information I entered in past install events. As a result of that, I wonder if there is something else that is being cached, or appear to be cached?</p><p>My web host DOES allow writing to mysql, in fact, I had him move my account to a different server in anticipation of installing Front Accounting, and had advised him of the parameters required.</p><p>So... what else should I check?</p><br /><p>thanks in advance again.</p>]]></content>
			<author>
				<name><![CDATA[avb3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=419</uri>
			</author>
			<updated>2009-11-30T01:31:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3991#p3991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Numerous install attemps end in similar error messages - help!]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3982#p3982" />
			<content type="html"><![CDATA[<p>Often when problems sounds weird, it helps emptying the browsers internet cache. Empty everything and start up again.<br />And do not have 2 instances of FA running on the same computer.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-11-29T08:21:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3982#p3982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Numerous install attemps end in similar error messages - help!]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3975#p3975" />
			<content type="html"><![CDATA[<p>If you have all green results of checks certainly you have proper php version, as &#039;&gt; 4.1.0&#039; in installation wizard is description of minimal required php version, not the actual version you have. <br />The wizard uses php session to store entered values, no special cache is used. Clearing browser cache/cookies should be enough.<br />You are right, InnoDB is not the source of the problem here. Probably your hosting account is configured in such a way that accessing remote mysql server is forbdden, maybe only local mysql server is allowed?</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-11-28T21:04:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3975#p3975</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Numerous install attemps end in similar error messages - help!]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3974#p3974" />
			<content type="html"><![CDATA[<p>On a shared server, I have created a database, and then extracted the zip file into a directory of its own</p><p>The install failed numerous times, and to try and ensure that I am doing a clean install, I have deleted the database, and deleted ALL files in the directory, with the exception of the zip file.</p><p>My PHP.ini file is set as instructed, and all requirements in the install screen are green.</p><p>Here is were things fall apart.</p><p>First of all, my server reports Server reports PHP 5.2.9 yet the install screen reports PHP&nbsp; 4.1.0. I don&#039;t believe 4.1.0 supports INNODB, and of course, then the program could not run properly.</p><p>Secondly, even though I have tried to do a complete clean install every time, somehow most fields in the install screen are pre-populated, so there must be a cache somewhere. I have tried clearing the browser cache, and even tried using a different browser, with the same results.</p><p>So, my question on this issue is, where does the install write it&#039;s information, as it appears it does not get erased when I delete all files.</p><p>Thirdly, I get the following error messages (I believe the second is as a consequence of the first):</p><p>Warning: mysql_connect() [function.mysql-connect]: Host &#039;xxx.xxx.xxx.xx&#039; is not allowed to connect to this MySQL server in /home/myaccountname/public_html/accounts/install/save.php on line 342</p><p>Warning: Cannot modify header information - headers already sent by (output started at /home/myacccountname/public_html/accounts/install/save.php:342) in /home/myaccountname/public_html/accounts/install/save.php on line56</p><br /><p>Thanks in advance.. this is driving me crazy. I have installed numerous PHP programs in the past, although this is the first with INNODB, but I am not sure that should make a difference.</p>]]></content>
			<author>
				<name><![CDATA[avb3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=419</uri>
			</author>
			<updated>2009-11-28T15:56:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3974#p3974</id>
		</entry>
</feed>
