<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Unable to upgrade due to error message]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1107&amp;type=atom" />
	<updated>2010-02-19T18:09:00Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1107</id>
		<entry>
			<title type="html"><![CDATA[Re: Unable to upgrade due to error message]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4900#p4900" />
			<content type="html"><![CDATA[<p>Januz:</p><p>Yes, it worked before the upgrade. When you say the credentials are the same, are you talking about&nbsp; the arrays having the same information in it?</p><p>I am using the 000.000.000.00 as example, and when I typed &quot;DBIsetup&quot;, in each case those were different databases... they did not all have the same name. I guess I should have typed &quot;DBIsetup_1, DBIsetup_2 etc to be more precise.</p><p>Alvin: Having had more than my share of lost data in the past... trust me, I understand backups <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[avb3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=419</uri>
			</author>
			<updated>2010-02-19T18:09:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4900#p4900</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unable to upgrade due to error message]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4888#p4888" />
			<content type="html"><![CDATA[<p>You said it was upgrade attempt, but nothing is changed in config_db.php during upgrade.On the other hand the file cited looks invalid - two companies has same credentials. Has it work before the upgrade?</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-02-19T09:16:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4888#p4888</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Unable to upgrade due to error message]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4877#p4877" />
			<content type="html"><![CDATA[<p>You have to go back and add (commit in) your old security access back in config.php&nbsp; then log in and go to setup&gt;access setup and set an admin role, then go to setup&gt;user accounts setup, and assign the role to a user, but that might not work... just create a new user, and assign role.&nbsp; you can go back later and clean up you users, now log out and commit out old security access.&nbsp; you will find how to do all this, in this form and the wiki</p><p>In the end if you can not add your users or edit them, you will need to use phpmyadmin and delete the users before you can add them back again. Just keep your new user so you can back in.&nbsp; I just had to do this on one of me sites.&nbsp; Be safe, back up...:)</p>]]></content>
			<author>
				<name><![CDATA[alvin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=176</uri>
			</author>
			<updated>2010-02-19T01:04:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4877#p4877</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Unable to upgrade due to error message]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4874#p4874" />
			<content type="html"><![CDATA[<p>I get the following error message when I attempt to upgrade the program:</p><p>DATABASE ERROR : could not get user admin<br />error code : 1146<br />error message : Table &#039;thedatabaseIsetup.0_users&#039; doesn&#039;t exist<br />sql that failed was : SELECT * FROM 0_users WHERE user_id=&#039;admin&#039;</p><p>I got this error message twice. After the first time, I deleted the company, which seem to take. The second time, I got the same error message again. I am not sure what file I should be looking at to edit?</p><p>When I look at the configuration of my config_db.php file, I get the following:</p><p>$db_connections = array (<br />&nbsp; &nbsp; 0 =&gt; array (&#039;name&#039; =&gt; &#039;Training Co.&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;host&#039; =&gt; &#039;000.000.000.00&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbuser&#039; =&gt; &#039;userIsetup&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbpassword&#039; =&gt; &#039;password&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbname&#039; =&gt; &#039;DBIsetupt&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;tbpref&#039; =&gt; &#039;0_&#039;),</p><p>&nbsp; &nbsp; array (&#039;name&#039; =&gt; &#039;company1.&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;host&#039; =&gt; &#039;000.000.000.00&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbuser&#039; =&gt; &#039;userIsetup&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbpassword&#039; =&gt; &#039;password&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbname&#039; =&gt; &#039;DBIsetupt&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;tbpref&#039; =&gt; &#039;&#039;),</p><p>&nbsp; &nbsp; array (&#039;name&#039; =&gt; &#039;company2&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;host&#039; =&gt; &#039;000.000.000.00&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbuser&#039; =&gt; &#039;userIsetup&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbpassword&#039; =&gt; &#039;password&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;dbname&#039; =&gt; &#039;DBIsetupt&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &#039;tbpref&#039; =&gt; &#039;&#039;)</p><p>&nbsp; &nbsp; );</p><br /><br /><p>Thanks in advance.</p>]]></content>
			<author>
				<name><![CDATA[avb3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=419</uri>
			</author>
			<updated>2010-02-18T19:19:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4874#p4874</id>
		</entry>
</feed>
