<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — need installation help]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3794&amp;type=atom" />
	<updated>2013-01-26T02:25:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3794</id>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15266#p15266" />
			<content type="html"><![CDATA[<p>Cool!&nbsp; Congratulations! <img src="https://frontaccounting.com/punbb/img/smilies/cool.png" width="15" height="15" alt="cool" />&nbsp; Good luck with the rest of the installation process!</p><p>Once you get it installed, take a look at the <a href="https://frontaccounting.com/fawiki/index.php?n=Main.SettingUp">Wiki</a> for guidance on how to get FA up and running.&nbsp; And, of course, feel free to post in the forum if you need help.</p><p>Glad I was able to assist...</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-01-26T02:25:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15266#p15266</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15265#p15265" />
			<content type="html"><![CDATA[<p>All errors are now cleared.&nbsp; As I said before, I am new at this, but I really am trying to learn.&nbsp; Thanks for the help so far.</p><p>Now on to the contimue button at the bottom of the page.</p>]]></content>
			<author>
				<name><![CDATA[gdel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17226</uri>
			</author>
			<updated>2013-01-26T01:58:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15265#p15265</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15264#p15264" />
			<content type="html"><![CDATA[<p>It sounds like the MySQL extension to PHP needs to be implemented.&nbsp; More info on how to do this is on the <a href="http://php.net/manual/en/set.mysqlinfo.php">PHP</a> website.&nbsp; Apparently, FA uses the MySQL extenstion (not MySQLi) so that&#039;s the one you want to implement.</p><p>Hope this helps...</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-01-26T01:09:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15264#p15264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15262#p15262" />
			<content type="html"><![CDATA[<p>OK....<br />More progress.<br />I cleared all errors except:</p><p>PHP MySQL extension&nbsp; &nbsp; &nbsp;Required&nbsp; &nbsp; &nbsp;No&nbsp; &nbsp; &nbsp;Your PHP has to have MySQL extension enabled.</p><p>Nothing I have tried so far has worked.&nbsp; Any other suggestions?</p>]]></content>
			<author>
				<name><![CDATA[gdel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17226</uri>
			</author>
			<updated>2013-01-25T23:46:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15262#p15262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15257#p15257" />
			<content type="html"><![CDATA[<p>It looks to me like you have to fix the following problems before you can proceed further:</p><div class="quotebox"><cite>gdel wrote:</cite><blockquote><p>PHP MySQL extension&nbsp; &nbsp; &nbsp;Required&nbsp; &nbsp; &nbsp;No&nbsp; &nbsp; &nbsp;Your PHP has to have MySQL extension enabled.</p></blockquote></div><p>You need to enable the MySQL module to PHP.&nbsp; I think this only requires an edit to the PHP configuration file, but I&#039;m not sure.</p><div class="quotebox"><cite>gdel wrote:</cite><blockquote><p>Database auth file&nbsp; &nbsp; &nbsp;Required&nbsp; &nbsp; &nbsp;../config_db.php&nbsp; &nbsp; &nbsp;Can&#039;t write &#039;../config_db.php&#039; file. Check FA directory write permissions.<br />Main config file&nbsp; &nbsp; &nbsp;Required&nbsp; &nbsp; &nbsp;../config.php&nbsp; &nbsp; &nbsp;Can&#039;t write &#039;../config.php&#039; file. Check FA directory write permissions.</p></blockquote></div><p>It looks like the permissions for config.php and config_db.php are wrong.&nbsp; To fix this from a terminal command line, execute this command in the root FA directory (eg. /var/www/frontaccounting):</p><div class="codebox"><pre><code>sudo chmod 755 config*.php</code></pre></div><p>Btw, be sure to change the permissions back to not-writeable once you get FA totally set-up as having the config*.php files writeable is a security risk.</p><div class="quotebox"><cite>gdel wrote:</cite><blockquote><p>OpenSSL PHP extension&nbsp; &nbsp; &nbsp;&#039;../installed_extensions.php&#039; is not writeable<br />Extensions configuration files and directories should be writeable</p></blockquote></div><p>Same problem as above, so change to the directory where the installed_extension.php is located (I can&#039;t remember it offhand) and execute the same command as above but change &quot;config*php&quot; to &quot;installed_extension.php&quot;.</p><p>Once that&#039;s done, run the install script again to see if everything is now okay and you can proceed.&nbsp; If not, keep fixing problems until you can.</p><p>Hope that helps...</p><p>Regards,</p><p>Chris</p>]]></content>
			<author>
				<name><![CDATA[chrison]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17070</uri>
			</author>
			<updated>2013-01-25T19:06:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15257#p15257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15254#p15254" />
			<content type="html"><![CDATA[<p>OK!&nbsp; Progress .....<br />I know that I am being a pain, but I really am trying to learn. </p><p>This is how my screen looks now.</p><p>Application cannot be installed. Please fix problems listed below in red, and press Refresh button.<br />Logo<br />FrontAccouting ERP Installation Wizard<br />Step 1: System Diagnostics</p><p>Select install wizard language: &nbsp; &nbsp; English</p><p>Test &nbsp; &nbsp; Test type &nbsp; &nbsp; Value &nbsp; &nbsp; Comments<br />PHP version &gt;=4.3.3 &nbsp; &nbsp; Required &nbsp; &nbsp; 5.4.6-1ubuntu1.1 &nbsp; &nbsp; Ok<br />PHP MySQL extension &nbsp; &nbsp; Required &nbsp; &nbsp; No &nbsp; &nbsp; Your PHP has to have MySQL extension enabled.<br />Server system &nbsp; &nbsp; Info &nbsp; &nbsp; Linux &nbsp; &nbsp; Ok<br />Database auth file &nbsp; &nbsp; Required &nbsp; &nbsp; ../config_db.php &nbsp; &nbsp; Can&#039;t write &#039;../config_db.php&#039; file. Check FA directory write permissions.<br />Main config file &nbsp; &nbsp; Required &nbsp; &nbsp; ../config.php &nbsp; &nbsp; Can&#039;t write &#039;../config.php&#039; file. Check FA directory write permissions.<br />Company subdirectories consistency &nbsp; &nbsp; Required &nbsp; &nbsp; ../company/0/*<br />../company/0/*/images<br />../company/0/*/pdf_files<br />../company/0/*/backup<br />../company/0/*/js_cache &nbsp; &nbsp; Ok<br />Language configuration consistency &nbsp; &nbsp; Required &nbsp; &nbsp; &nbsp; &nbsp; Ok<br />Temporary directory &nbsp; &nbsp; Required &nbsp; &nbsp; ../tmp &nbsp; &nbsp; Ok<br />Session save path &nbsp; &nbsp; Info &nbsp; &nbsp; /var/lib/php5 &nbsp; &nbsp; Ok<br />Extensions system &nbsp; &nbsp; Required &nbsp; &nbsp; ../installed_extensions.php<br />../company/0/*/installed_extensions.php<br />../modules<br />../modules/_cache<br />../themes<br />../sql<br />OpenSSL PHP extension &nbsp; &nbsp; &#039;../installed_extensions.php&#039; is not writeable<br />Extensions configuration files and directories should be writeable</p><br /><p>Back</p><p>01/25/2013 | 05:19 pm &nbsp; &nbsp; <br />FrontAccounting 2.3.14 - Theme: default -<br />FrontAccounting</p><p>Ubuntu does not allow a root login.&nbsp; Root commands must be done through &quot;sudo&quot;.<br />What are my next steps?</p>]]></content>
			<author>
				<name><![CDATA[gdel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17226</uri>
			</author>
			<updated>2013-01-25T16:45:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15254#p15254</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15245#p15245" />
			<content type="html"><![CDATA[<p>I guess you have extracted FA traball in some subfolder under your www document_root (e.g. /var/www/frontaccounting) ?<br />Then just run installer in your browser (just http://localhost/frontaccounting/index.php) and follow instructions.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-01-24T22:16:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15245#p15245</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15242#p15242" />
			<content type="html"><![CDATA[<p>OK, I downloaded Frontaccounting (2.3.14) and extracted it.&nbsp; What is my next step?</p>]]></content>
			<author>
				<name><![CDATA[gdel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17226</uri>
			</author>
			<updated>2013-01-24T17:24:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15242#p15242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15227#p15227" />
			<content type="html"><![CDATA[<p>Unfortunately Debian/Ubuntu package is very old, and the problem arises due to changes in MySQL syntax (since some version TYPE is not allowed in CREATE, ENGINE should be used instead). Please follow Joe&#039;s advice.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-01-24T13:00:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15227#p15227</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15223#p15223" />
			<content type="html"><![CDATA[<p>Please download and install the latest release of FrontAccounting (2.3.14) from <a href="http://https:/sourceforge.net/projects/frontaccounting">Sourceforge</a></p><p>Your server has a newer version of MySql.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-01-24T07:55:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15223#p15223</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[need installation help]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15221#p15221" />
			<content type="html"><![CDATA[<p>I am trying to install Frontaccounting on a computer running Kubuntu.&nbsp; I have been using linux for several years, but don&#039;t have a lot of knowledge about the inner workings of linux. I used Synaptic to download Apache2, MySQL5 and PHP. Listed below is the detail error listing:</p><p>setting up frontaccounting (2.2.10-3) ...<br /> * Reloading web server config apache2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ OK ]<br />ERROR 1064 (42000) at line 12: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;TYPE=MyISAM AUTO_INCREMENT=2&#039; at line 7<br />dpkg: error processing frontaccounting (--configure):<br /> subprocess installed post-installation script returned error exit status 1<br />Setting up kfind (4:4.8.5-0ubuntu0.1) ...<br />No apport report written because MaxReports is reached already<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Errors were encountered while processing:<br /> frontaccounting<br />E: Sub-process /usr/bin/dpkg returned an error code (1)<br />A package failed to install.&nbsp; Trying to recover:<br />Setting up frontaccounting (2.2.10-3) ...<br /> * Reloading web server config apache2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; apache2: Could not reliably determine the server&#039;s fully qualified domain name, using 127.0.1.1 for ServerName<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ OK ]<br />ERROR 1064 (42000) at line 12: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;TYPE=MyISAM AUTO_INCREMENT=2&#039; at line 7<br />dpkg: error processing frontaccounting (--configure):<br /> subprocess installed post-installation script returned error exit status 1<br />Errors were encountered while processing:<br /> frontaccounting</p><p>Can someone tell me what I am missing?</p>]]></content>
			<author>
				<name><![CDATA[gdel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17226</uri>
			</author>
			<updated>2013-01-24T03:57:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15221#p15221</id>
		</entry>
</feed>
