<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — 2.01 not working propperly for me]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=337&amp;type=atom" />
	<updated>2008-09-17T15:27:57Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=337</id>
		<entry>
			<title type="html"><![CDATA[Re: 2.01 not working propperly for me]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=1146#p1146" />
			<content type="html"><![CDATA[<p>Joe,</p><p>I replied to you privately with my database login details so you can see what I&#039;m doing</p><p>Stephen</p>]]></content>
			<author>
				<name><![CDATA[bigrig]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=187</uri>
			</author>
			<updated>2008-09-17T15:27:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=1146#p1146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.01 not working propperly for me]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=1145#p1145" />
			<content type="html"><![CDATA[<p>NO you can not get your 1.16 data into a 2.0.1 version that way. <br />This is mysteriously. There must be something with the database user/password. You can check in the file config_db.inc for the correct data to give to the update_db.php. Please try and check this. I have never heard this error before if the data is correct.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2008-09-17T15:18:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=1145#p1145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.01 not working propperly for me]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=1144#p1144" />
			<content type="html"><![CDATA[<p>I tried that but get the following error:</p><p>Wrong user name or password - Access denied for user &#039;swake&#039;@&#039;localhost&#039; (using password: YES)</p><p>This is even though I am entering the correct details for the database, ans all the appropriate directories specified are fully writable.</p><p>I tried creating a new database user and running the update again with the same login error:</p><p>If I make a back up of my company SQL files, and do a completely new install will I be able to restore the 1.16 Company SQL files into 2.01?</p>]]></content>
			<author>
				<name><![CDATA[bigrig]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=187</uri>
			</author>
			<updated>2008-09-17T14:46:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=1144#p1144</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.01 not working propperly for me]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=1142#p1142" />
			<content type="html"><![CDATA[<p>There should be a script in the root folder, called update_db.php. Run this script twice. The first time you should include the file alter.sql from the /sql folder. The second time you should include the file alter2.sql from the /sql folder. After that everything should run.<br />You are simply running the 1.16 database on the 2.0.1 release and there are several changes to the database structure.<br />There should be instructions in the update.html about that. Probably not very easy to find <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2008-09-17T14:36:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=1142#p1142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[2.01 not working propperly for me]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=1141#p1141" />
			<content type="html"><![CDATA[<p>I recently upgraded from 1.16 to 2.01.</p><p>I followed the instructions on the website to the letter, and I could log in and get to the new main screen of 2.01 without any problems.</p><p>As I started to use it and try out various functions, I am continually getting database errors.&nbsp; Examples include:</p><p>New Sales Order Entry:</p><p>DATABASE ERROR : Customer Record Retreive<br />error code : 1054<br />error message : Unknown column &#039;0_sales_types.tax_included&#039; in &#039;field list&#039;<br />sql that failed was : SELECT 0_debtors_master.name, 0_debtors_master.address, 0_credit_status.dissallow_invoices, 0_debtors_master.sales_type AS salestype, 0_sales_types.sales_type, 0_sales_types.tax_included, 0_sales_types.factor, 0_debtors_master.curr_code, 0_debtors_master.discount FROM 0_debtors_master, 0_credit_status, 0_sales_types WHERE 0_debtors_master.sales_type=0_sales_types.id AND 0_debtors_master.credit_status=0_credit_status.id AND 0_debtors_master.debtor_no = &#039;1&#039;</p><br /><p>Updating Preferences:</p><br /><p>DATABASE ERROR : could not update user display prefs for swake<br />error code : 1054<br />error message : Unknown column &#039;show_hints&#039; in &#039;field list&#039;<br />sql that failed was : UPDATE 0_users SET prices_dec=&#039;2&#039;, qty_dec=&#039;0&#039;, rates_dec=&#039;6&#039;, percent_dec=&#039;1&#039;, show_gl=&#039;1&#039;, show_codes=&#039;1&#039;, date_format=&#039;1&#039;, date_sep=&#039;0&#039;, tho_sep=&#039;0&#039;, dec_sep=&#039;0&#039;, theme=&#039;default&#039;, page_size=&#039;A4&#039;, show_hints=0 WHERE user_id = &#039;swake&#039;</p><p>Attempting to view transaction detail:</p><p>DATABASE ERROR : Cannot retreive a debtor transaction<br />error code : 1054<br />error message : Unknown column &#039;ov_freight_tax&#039; in &#039;field list&#039;<br />sql that failed was : SELECT 0_debtor_trans.*, ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total, 0_debtors_master.name AS DebtorName, 0_debtors_master.address, 0_debtors_master.email AS email2, 0_debtors_master.curr_code, 0_debtors_master.tax_id, 0_debtors_master.payment_terms , 0_bank_accounts.bank_name, 0_bank_accounts.bank_account_name, 0_bank_trans_types.name AS BankTransType FROM 0_debtor_trans, 0_debtors_master , 0_bank_trans, 0_bank_accounts, 0_bank_trans_types WHERE 0_debtor_trans.trans_no=17 AND 0_debtor_trans.type=12 AND 0_debtor_trans.debtor_no=0_debtors_master.debtor_no AND 0_bank_trans.trans_no =17 AND 0_bank_trans.type=12 AND 0_bank_trans_types.id = 0_bank_trans.bank_trans_type_id AND 0_bank_accounts.account_code=0_bank_trans.bank_act </p><br /><br /><p>I am getting error reports like this on probably about 40-50% of the functions that I am trying to use. </p><p>Can someone please advise me how to rectify this?</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[bigrig]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=187</uri>
			</author>
			<updated>2008-09-17T12:45:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=1141#p1141</id>
		</entry>
</feed>
