<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Release Updates]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2095</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2095&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Release Updates.]]></description>
		<lastBuildDate>Mon, 05 Dec 2011 03:29:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=11112#p11112</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (tallship)]]></author>
			<pubDate>Mon, 05 Dec 2011 03:29:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=11112#p11112</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9488#p9488</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 17 Jun 2011 21:27:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9488#p9488</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9463#p9463</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Jannie)]]></author>
			<pubDate>Wed, 15 Jun 2011 20:09:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9463#p9463</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9461#p9461</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 15 Jun 2011 18:43:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9461#p9461</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9458#p9458</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Jannie)]]></author>
			<pubDate>Wed, 15 Jun 2011 16:25:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9458#p9458</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9204#p9204</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Jannie)]]></author>
			<pubDate>Fri, 20 May 2011 20:00:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9204#p9204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9191#p9191</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (tclim)]]></author>
			<pubDate>Thu, 19 May 2011 03:39:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9191#p9191</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9183#p9183</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Jannie)]]></author>
			<pubDate>Wed, 18 May 2011 20:13:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9183#p9183</guid>
		</item>
		<item>
			<title><![CDATA[Re: Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9124#p9124</link>
			<description><![CDATA[<p>Which files/directories you consider to have wrong permissions after upgrade?<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 16 May 2011 08:27:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9124#p9124</guid>
		</item>
		<item>
			<title><![CDATA[Release Updates]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9107#p9107</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Jannie)]]></author>
			<pubDate>Fri, 13 May 2011 20:41:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9107#p9107</guid>
		</item>
	</channel>
</rss>
