<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Release Updates]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2095&amp;type=atom" />
	<updated>2011-12-05T03:29:19Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2095</id>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=11112#p11112" />
			<content type="html"><![CDATA[<p>If your intention is to run a serious production system, I wouldn&#039;t think that would be particularly well served by using the ubuntu distribution.</p><p>You should probably look at Slackware, Debian, or CentOS, if you&#039;re looking for a stable server platform upon which to base your business operations. FreeBSD, OpenBSD, DragonFlyBSD, and Solaris 10 are also good (and free) enterprise platforms to choose from too.</p><p>We have installed bases of FA on all of the server platforms I mention above, and it runs flawlessly on them, but I wouldn&#039;t even consider using an ubuntu for serious mission critical operations.</p><p>Setting and flopping such permissions is actually very commonplace with database driven, secure, web-based applications.</p>]]></content>
			<author>
				<name><![CDATA[tallship]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=2545</uri>
			</author>
			<updated>2011-12-05T03:29:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=11112#p11112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9488#p9488" />
			<content type="html"><![CDATA[<p>I don&#039;t know Ubuntu restrictions logic (why the hell there is no root user ???). Maybe you should try something like &#039;sudo -u www-data tar xfv /var/www/frontaccount-2.3.5.tgz&#039; ?<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-06-17T21:27:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9488#p9488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9463#p9463" />
			<content type="html"><![CDATA[<p>There is no hosting provider, this is on our local standalone ubuntu box.<br />We simply run &quot;sudo tar xfv /var/www/frontaccount-2.3.5.tgz&quot;</p>]]></content>
			<author>
				<name><![CDATA[Jannie]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3808</uri>
			</author>
			<updated>2011-06-15T20:09:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9463#p9463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9461#p9461" />
			<content type="html"><![CDATA[<p>Jannie,&nbsp; if you have any problems with FA installation on hosting server you probably should contact your hosting provider helpdesk. I have checked the FA 2.3.5 tarball installation on remote server running Debian linux - all works from the box without need for manual permission fixes. Maybe your problems are related just to specific hosting server setup.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-06-15T18:43:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9461#p9461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9458#p9458" />
			<content type="html"><![CDATA[<p>Any thoughts or suggestions on how to avoid the problem we are having before we install Release 2.3.5?&nbsp; </p><p>We would really like to avoid more permission problems.</p>]]></content>
			<author>
				<name><![CDATA[Jannie]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3808</uri>
			</author>
			<updated>2011-06-15T16:25:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9458#p9458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9204#p9204" />
			<content type="html"><![CDATA[<p>We are runnning FA under Linux (Ubuntu). </p><p>We did manually change the permissions on the files.</p><p>Will doing what you suggested prevent the future program updates from resetting the permissions?</p><p>Is there a reason the releases don&#039;t just include changed files?</p>]]></content>
			<author>
				<name><![CDATA[Jannie]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3808</uri>
			</author>
			<updated>2011-05-20T20:00:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9204#p9204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9191#p9191" />
			<content type="html"><![CDATA[<p>Hi,</p><p>&nbsp; This look like you are having the permission issue. Are you running Front Accounting in Windows or Linux Server? In Linux Server, If you have the authorization to access to the console mode via ssh. You may perform this:</p><p>su -<br />chown -R userid:userid /var/www/html/fa<br />cd /var/www/html/fa<br />chmod 777 modules<br />chmod 777 company<br />chmod 777 lang<br />chmod 777 tmp</p><br /><p>After completed installation, you may perform this:</p><p>chmod 755 modules<br />chmod 755 company<br />chmod 755 lang<br />chmod 755 tmp<br />chmod 755 themes<br />chmod 755 sql<br />chmod 444 config.php<br />chmod 444 config_db.php<br />rm -rf install</p><p>NOTE: </p><p>1) Setting the config.php and config_db.php to 444 is to prevent any one changing your configuration files.&nbsp; If you want to modify or add another subsidiary company, you need to change it back again.</p><p>2) rm -rf install mean you remove the install folder from linux server. This is a best practise for security concern.</p>]]></content>
			<author>
				<name><![CDATA[tclim]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4821</uri>
			</author>
			<updated>2011-05-19T03:39:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9191#p9191</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9183#p9183" />
			<content type="html"><![CDATA[<p>Listed below are the problem files and folders. The error reads &quot;Application cannot be installed.&nbsp; Please fix problems listed below in red, and press Refresh button.&quot;</p><br /><p>../config_db.php<br />../config.php<br />../company/0/*<br />../lang<br />../tmp<br />../installed_extensions.php<br />../company<br />/0/*/intalled_extensions.php<br />../modules<br />../modules/_cache<br />../themes<br />../sql</p>]]></content>
			<author>
				<name><![CDATA[Jannie]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3808</uri>
			</author>
			<updated>2011-05-18T20:13:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9183#p9183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9124#p9124" />
			<content type="html"><![CDATA[<p>Which files/directories you consider to have wrong permissions after upgrade?<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-05-16T08:27:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9124#p9124</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Release Updates]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9107#p9107" />
			<content type="html"><![CDATA[<p>Why is it so difficult to upgrade to new releases?&nbsp; Every time we perform an upgrade, it resets permissions on files and folders, which is frustrating.&nbsp; We have never worked with a program that functions like this.&nbsp; Is there a reason why the updates don’t just include files that have changed?&nbsp; This makes more sense and most programs work this way with updates.&nbsp; </p><p>Is this supposed to happen or is there something I&#039;m doing wrong when upgrading?</p>]]></content>
			<author>
				<name><![CDATA[Jannie]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3808</uri>
			</author>
			<updated>2011-05-13T20:41:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9107#p9107</id>
		</entry>
</feed>
