<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Can't Maintain Extensions/Themes etc.]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2485</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2485&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Can't Maintain Extensions/Themes etc..]]></description>
		<lastBuildDate>Sat, 29 Oct 2011 19:19:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10602#p10602</link>
			<description><![CDATA[<p>Rod,<br />Seems this is some issue of you VPS hosting. I will have to contact you directly via email to explain the problem.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sat, 29 Oct 2011 19:19:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10602#p10602</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10598#p10598</link>
			<description><![CDATA[<div class="quotebox"><cite>itronics wrote:</cite><blockquote><div class="quotebox"><blockquote><p>The links are displayed but do nothing The new screen is never opened.</p></blockquote></div><p>What you mean? The page request never ends, or the page displayed is empty, or.. ?<br />All the options use network connection to FA package repository, so if you try to use them without internet connection you can encounter problems.<br />Janusz</p></blockquote></div><p>Januz, when clicking on the menus, the cursor goes to the hourglass and times out without any further response. The new scren is not opened.&nbsp; After that, I have to close the browser before FA will work again. I am using chrome, but IE does the same. </p><p>My instance of FA is hosted on a VPS and I used Webmin on the server to download a 600 mb file from another web server by http: today.</p>]]></description>
			<author><![CDATA[null@example.com (rodw)]]></author>
			<pubDate>Fri, 28 Oct 2011 09:56:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10598#p10598</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10594#p10594</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>The links are displayed but do nothing The new screen is never opened.</p></blockquote></div><p>What you mean? The page request never ends, or the page displayed is empty, or.. ?<br />All the options use network connection to FA package repository, so if you try to use them without internet connection you can encounter problems.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 28 Oct 2011 09:33:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10594#p10594</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10592#p10592</link>
			<description><![CDATA[<p>Hello Rodw,</p><p>&nbsp; Yes please, I have just installed a new FrontAccounting 2.3.7 to reproduce your issue. If you follow the step above, it should work fine. By the way, I am running Linux CentOS 5 64 bit in my test environment. I think the step that I show you above should be able to use in others Linux distributed (with minor changes in database user name apache). Please try it again. Thanks You.</p><p> Cheers,</p><p> tclim</p>]]></description>
			<author><![CDATA[null@example.com (tclim)]]></author>
			<pubDate>Fri, 28 Oct 2011 09:04:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10592#p10592</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10591#p10591</link>
			<description><![CDATA[<p>Tclim</p><p>Thanks,&nbsp; I tried setting the folder permissions as you have described but this did not fix it so I guess I will try a full new install installation and see what happens. I was hoping I did not have to muck about with the live database.</p>]]></description>
			<author><![CDATA[null@example.com (rodw)]]></author>
			<pubDate>Fri, 28 Oct 2011 08:40:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10591#p10591</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10589#p10589</link>
			<description><![CDATA[<p>Hello rodw,</p><p>&nbsp; I try to installed new FrontAccounting v2.3.7 and login as admin. I able to Install Language. Extension, Themes/ Chart of Accounts. The only requirements is you must login as the first company you created with FrontAccounting.</p><p> If you worry about the permission issue. you may follow the step below to create a new FA 2.3.7.</p><p> 1) Create MySQL Database<br />----------------------------------------------------------------------------------------------------------------------------------------<br />&nbsp; &nbsp;drop database accountdb;<br />create database accountdb;<br />use accountdb; </p><p>GRANT ALL ON accountdb.* TO &#039;apache&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;yourpassword&#039; WITH GRANT OPTION; </p><p>flush privileges;<br />----------------------------------------------------------------------------------------------------------------------------------------</p><p>&nbsp; 2) Downloads and install FrontAccounting 2.3.7</p><p>&nbsp; 2.1) tar -zxvf frontaccounting-2.3.7.tgz<br />&nbsp; 2.2) chmod 777 modules<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chmod 777 company<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chmod 777 lang<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chmod 777 tmp</p><p> 2.3) Open Firefox Browser<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;http://www.yourdomain.com/frontaccounting</p><p> 2.4) Setup it and enter your database, admin informations</p><p>2.5) After completed. Change the permission as below:<br />&nbsp; &nbsp; <br />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:&nbsp; If you have more than 1 company setup in your FrontAccounting, please use the permission below:</p><p>chmod 644 config.php<br />chmod 644 config_db.php</p><p>These 2 files must be writeable to update the new company information.&nbsp; For security reason, I use chmod 444.</p><p> You should be able to install any languages, extension, themes, charts of account. Hope the step above work for you. I usually use the step above to installed FrontAccounting. Thanks You.</p><br /><p> Cheers,</p><p> tclim</p>]]></description>
			<author><![CDATA[null@example.com (tclim)]]></author>
			<pubDate>Fri, 28 Oct 2011 08:25:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10589#p10589</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10588#p10588</link>
			<description><![CDATA[<p>I will ask Janusz to look into this asap. In the meantime, can anybody help RodW?</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 28 Oct 2011 07:23:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10588#p10588</guid>
		</item>
		<item>
			<title><![CDATA[Can't Maintain Extensions/Themes etc.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10587#p10587</link>
			<description><![CDATA[<p>In my system, these menu options are not functioning on the setup menu.<br /> Install/Update Languages<br />&nbsp; Install/Activate Extensions<br />&nbsp; Install/Activate Themes<br />&nbsp; Install/Activate Chart of Accounts</p><p>These functions used to work.</p><p>All user permissions are set correctly. The links are displayed but do nothing The new screen is never opened.</p><p>Could this be a permissions issue on a particular folder or something?</p><p>Can anyone give me a few pointers on where to look?</p>]]></description>
			<author><![CDATA[null@example.com (rodw)]]></author>
			<pubDate>Fri, 28 Oct 2011 04:00:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10587#p10587</guid>
		</item>
	</channel>
</rss>
