<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Can't Maintain Extensions/Themes etc.]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2485&amp;type=atom" />
	<updated>2011-10-29T19:19:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2485</id>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10602#p10602" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-10-29T19:19:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10602#p10602</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10598#p10598" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rodw]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=713</uri>
			</author>
			<updated>2011-10-28T09:56:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10598#p10598</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10594#p10594" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-10-28T09:33:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10594#p10594</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10592#p10592" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tclim]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4821</uri>
			</author>
			<updated>2011-10-28T09:04:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10592#p10592</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10591#p10591" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rodw]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=713</uri>
			</author>
			<updated>2011-10-28T08:40:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10591#p10591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10589#p10589" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tclim]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4821</uri>
			</author>
			<updated>2011-10-28T08:25:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10589#p10589</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10588#p10588" />
			<content type="html"><![CDATA[<p>I will ask Janusz to look into this asap. In the meantime, can anybody help RodW?</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-10-28T07:23:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10588#p10588</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Can't Maintain Extensions/Themes etc.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10587#p10587" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rodw]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=713</uri>
			</author>
			<updated>2011-10-28T04:00:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10587#p10587</id>
		</entry>
</feed>
