<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — mysql 5.5.8 problem loading data]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2042&amp;type=atom" />
	<updated>2011-05-03T17:23:41Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2042</id>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9001#p9001" />
			<content type="html"><![CDATA[<p>thank u for everything joe.</p><p>do u know which part of forum to ask question about oscommerce integration?</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-05-03T17:23:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9001#p9001</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8987#p8987" />
			<content type="html"><![CDATA[<p>The dirname(__FILE__) means the folder name of the file that included session.inc.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-05-02T06:14:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8987#p8987</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8984#p8984" />
			<content type="html"><![CDATA[<p>Joe thank u very much for being patient and helping me. </p><p>it was my own stupidity that got me going in circles for almost three weeks. when i change &quot;TYPE&quot; to &quot;ENGINE&quot; I forgot to put &quot;=&quot; sign. so i change any words with type like sys_0_type. LOL.</p><p>Also another question i would like to ask ,if u don&#039;t mind, is about session save path</p><p>first if i install it locally, is temp located on folder .../frontaccounting/tmp</p><p>second if i install it on shared server, i have no clue in the installation instruction:</p><p>&quot;2: If you are installing FrontAccounting onto a shared server, you may have to set the session save path within FrontAccounting. At the top of&nbsp; /includes/session.inc you will find this line :</p><p>3: Uncomment this line and set the path to a directory that exists on your server. Make sure that you have read/write privileges on this directory.&quot;</p><p>what is &quot;:&quot; at the top i don&#039;t see it when i open session.inc folder with a notepad2</p><p>and set the path directory</p><p>I would assume is in line 200 on session.inc</p><p>&quot;//ini_set(&#039;session.save_path&#039;, dirname(__FILE__).&#039;/../tmp/&#039;);&quot;<br />what is &quot;dirname(__FILE__).&#039;/../tmp/&#039;&quot;</p><p>thank u again in advance</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-05-02T03:01:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8984#p8984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8952#p8952" />
			<content type="html"><![CDATA[<p>If you are using newer versions of MySql you have to replace the type with engine.<br />It should be ok to use some of the tables as myisam and other as innodb.</p><p>I hope you are getting this to work.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-28T19:28:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8952#p8952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8944#p8944" />
			<content type="html"><![CDATA[<p>thank u again for a reply joe<br />I created sql sript and dump it to mysql, i m having the same problem.<br />Could it be that php version 5.35 is not compatible with frontaccounting.<br />also i replace type with engine</p><p>if u see the data i send u for frontacc why some are innodb and some are myisam. </p><p>is it okay to have some myisam in frontacc if frontacc data needs to be innodb</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-04-28T12:29:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8944#p8944</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8914#p8914" />
			<content type="html"><![CDATA[<p>There was, for some reason, a missing 0_sys_types table in your script.</p><p>Please copy these lines and paste into phpMyAdmin to your database, SQL form, and run the query.<br /></p><div class="codebox"><pre><code>--
-- Table structure for table `0_sys_types`
--

DROP TABLE IF EXISTS `0_sys_types`;
CREATE TABLE IF NOT EXISTS `0_sys_types` (
  `type_id` smallint(6) NOT NULL default &#039;0&#039;,
  `type_no` int(11) NOT NULL default &#039;1&#039;,
  `next_reference` varchar(100) NOT NULL default &#039;&#039;,
  PRIMARY KEY  (`type_id`)
) TYPE=InnoDB;

--
-- Dumping data for table `0_sys_types`
--

INSERT INTO `0_sys_types` VALUES(0, 19, &#039;3&#039;);
INSERT INTO `0_sys_types` VALUES(1, 8, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(2, 5, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(4, 3, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(10, 19, &#039;4&#039;);
INSERT INTO `0_sys_types` VALUES(11, 3, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(12, 6, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(13, 5, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(16, 2, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(17, 2, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(18, 1, &#039;3&#039;);
INSERT INTO `0_sys_types` VALUES(20, 8, &#039;3&#039;);
INSERT INTO `0_sys_types` VALUES(21, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(22, 4, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(25, 1, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(26, 1, &#039;8&#039;);
INSERT INTO `0_sys_types` VALUES(28, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(29, 1, &#039;2&#039;);
INSERT INTO `0_sys_types` VALUES(30, 5, &#039;6&#039;);
INSERT INTO `0_sys_types` VALUES(32, 0, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(35, 1, &#039;1&#039;);
INSERT INTO `0_sys_types` VALUES(40, 1, &#039;3&#039;);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-27T07:04:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8914#p8914</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8911#p8911" />
			<content type="html"><![CDATA[<p>Thanks for a reply, i check </p><p>frontacc data in myphpadmin and there is no table 0_sys_types</p><p>sql-script&nbsp; &quot;en_us-demo&quot; no such thing as sys_types </p><p>this is how myphpadmin looks like for data frontacc i have 78 data so its very long so i cut and paste only around sys info</p><p>0_sales_pos &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_security_roles &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 10 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 7.4 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_shippers &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_sql_trail &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 1.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_stock_category &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 4 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.2 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_stock_master &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 5 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_stock_moves &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 36 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 48.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_suppliers &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 3 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.5 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_supp_allocations &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 48.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_supp_invoice_items &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 5 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_supp_trans &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 3 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 80.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_sys_engines &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 22 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_sys_prefs &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 51 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 8.5 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_tags &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 1.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_tag_associations &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 1.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_tax_engines &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_tax_groups &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 2 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_tax_group_items &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_trans_tax_details &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 11 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 48.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_useronline &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 1.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_users &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 2 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.3 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_voided &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_workcentres &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; MyISAM &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 3.1 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_workorders &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 7 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_wo_issues &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_wo_issue_items &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 0 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 16.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_wo_manufacture &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 1 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 0_wo_requirements &nbsp; &nbsp; Browse &nbsp; &nbsp; Structure &nbsp; &nbsp; Search &nbsp; &nbsp; Insert &nbsp; &nbsp; Empty &nbsp; &nbsp; Drop &nbsp; &nbsp; 21 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 32.0 KiB &nbsp; &nbsp; -<br />&nbsp; &nbsp; 78 table(s) &nbsp; &nbsp; Sum &nbsp; &nbsp; 530 &nbsp; &nbsp; InnoDB &nbsp; &nbsp; latin1_swedish_ci &nbsp; &nbsp; 1.6 MiB &nbsp; &nbsp; 0 B<br />With selected: Check All / Uncheck All</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-04-27T03:36:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8911#p8911</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8898#p8898" />
			<content type="html"><![CDATA[<p>I am not sure if this is the problem.<br />Can you try to look in the database with phpMyAdmin and see if the table 0_sys_types exists and it is populated.</p><p>dirname(__FILE__) means the folder name where the file exists, but this line is commented, which means that it is not used.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-26T21:06:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8898#p8898</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8896#p8896" />
			<content type="html"><![CDATA[<p>thank u joe for a reply, but i have reinstall but i m having the same issue. </p><p>can it be that i m not putting session save path properly?</p><p>i have put session save path as C:/wamp/www/frontaccouting/tmp. is that right or wrong. </p><p>another question i would like to ask is in share window&nbsp; server in </p><p>C:/wamp/www/frontaccounting/include/session<br /> line 200&nbsp; //ini_set(&#039;session.save_path&#039;, dirname(__FILE__).&#039;/tmp/&#039;);</p><p>how do u modify this. what is dirname(_FILE_)<br />and do i leave</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-04-26T19:28:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8896#p8896</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8858#p8858" />
			<content type="html"><![CDATA[<p>There seems to be a missing table in your sql script. 0_sys_types.</p><p>Please try a new installation.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-25T22:20:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8858#p8858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[mysql 5.5.8 problem loading data]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8849#p8849" />
			<content type="html"><![CDATA[<p>innodb is default engine in Wamp server 2.2 with mysql 5.5.8<br />Went to my.ini sql and commented out all # pertaining to innodb, <br />except for#innodb_log_arch_dir = C:\mysql\data/, <br />set the right relative path for home directory, turn on open ssl, <br />change deprecated function from type to engine,<br />import en_us_demo sql from myphpadmin into new created data frontacct. <br />Installation was a success, <br />but I am still not able to retrive my data. <br />Enter main menu, but i m getting this error messages </p><p>when i m in url http://localhost/frontaccounting/sales/sales_order_entry.php?NewQuotation=Yes<br />DATABASE ERROR : <br />At file C:\wamp\www\frontaccounting\includes\db\references_db.inc:73:<br />The last transaction ref for 32 could not be retreived<br />error code : 1146<br />error message : Table &#039;frontacct.0_sys_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT next_reference FROM 0_sys_types WHERE type_id = &#039;32&#039;</p><br /><p>Back</p><p>04/25/2011 | 03:12 pm&nbsp; &nbsp; </p><p>,and when i enter this url http://localhost/frontaccounting/sales/sales_order_entry.php?NewOrder=Yes</p><p>DATABASE ERROR : <br />At file C:\wamp\www\frontaccounting\includes\db\references_db.inc:73:<br />The last transaction ref for 30 could not be retreived<br />error code : 1146<br />error message : Table &#039;frontacct.0_sys_types&#039; doesn&#039;t exist<br />sql that failed was : SELECT next_reference FROM 0_sys_types WHERE type_id = &#039;30&#039;</p><br /><p>Back</p><p>04/25/2011 | 03:13 pm&nbsp; &nbsp; <br />FrontAccounting 2.3.3 - Theme: default -<br />FrontAccounting</p><p>and for all the url pertaining to retrieving data.<br />I try to do google search for weeks but i cannot figure out what i m doing wrong, so i came here to post as last resort.</p><p>PLEASE HELP BEEN WORKING ON WEEKS TO SET UP. THANK U IN ADVANCE.</p>]]></content>
			<author>
				<name><![CDATA[chinholee3]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5743</uri>
			</author>
			<updated>2011-04-25T15:28:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8849#p8849</id>
		</entry>
</feed>
