<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Chart of Accounts+ Extensions+Themes - Could not open]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4431&amp;type=atom" />
	<updated>2014-06-20T03:02:44Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4431</id>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20270#p20270" />
			<content type="html"><![CDATA[<p>The trivial patch is available on <a href="https://github.com/cambell-prince/frontaccounting/commit/fb9939cf020f241cff4d0ba00bd8f1a2c951c09c">github</a> for your convenience.</p>]]></content>
			<author>
				<name><![CDATA[cambell]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19447</uri>
			</author>
			<updated>2014-06-20T03:02:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20270#p20270</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20265#p20265" />
			<content type="html"><![CDATA[<p>I have sent it to Janusz. He seems to be busy at present. He will respond asap.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-06-19T13:47:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20265#p20265</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20264#p20264" />
			<content type="html"><![CDATA[<p>Joe -&gt; does this need to make it to the core?</p><p><strong>includes/archive.inc</strong></p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-06-19T12:27:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20264#p20264</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20254#p20254" />
			<content type="html"><![CDATA[<p>This may be a bug in the archive.inc code that handles the unpacking of the tar archive.&nbsp; In version 2.3.x around line 327 of archive.inc the prefix and name are not decoded after the unpack.</p><p>Putting an rtrim around the prefix and name fixes this issue.</p><p>i.e.</p><div class="codebox"><pre><code>&#039;name&#039; =&gt; rtrim($temp[&#039;prefix&#039;]) . rtrim($temp[&#039;name&#039;]),</code></pre></div><p>After making this mod it worked on WAMP.</p>]]></content>
			<author>
				<name><![CDATA[cambell]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19447</uri>
			</author>
			<updated>2014-06-19T05:03:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20254#p20254</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18966#p18966" />
			<content type="html"><![CDATA[<p>I also have the same problem. So, what is the solution? I saw that there is some frontaccounting repo available in Git for manual installation. How can I install this manually?</p>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2014-01-08T13:22:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18966#p18966</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18088#p18088" />
			<content type="html"><![CDATA[<p>You can create a new company only from the default company - see installed_extensions.php file in the root folder.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-10-11T03:18:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18088#p18088</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18050#p18050" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I blew away Linux Mint and have installed CentOS. The directory layout&#039;s look alot more familar than the Ubuntu variant I unstalled. Anyway all seems to be working Okay now. I can update chart of accounts etc from the Setup screen in FA. There is one problem and that is that I can create a new company with the COA that I downloaded(Australian Service Company) but I can&#039;t update the exisiting one(used to set-up FA). Is there a way to do this in FA? I would have set it up from scratch in the install, but I only got two COA&#039;s to choose from.</p><p>Am I going to have to inport the SQL table via phpMyAdmin into the Database that I set-up for Frontaccounting or can I do it from within FA?</p><p>Cheers</p>]]></content>
			<author>
				<name><![CDATA[Retrogen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18544</uri>
			</author>
			<updated>2013-10-07T09:58:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18050#p18050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18037#p18037" />
			<content type="html"><![CDATA[<p>Hi Peter,<br />All Linux distros contains all what is needed to run FA, and I believe mostl of them has all needed modules compiled in php. In fact most of the FA functionality does not have any special requirements (all php releases in branches &gt;5.1 should work), OpenSSL is needed only to access FA extensions repostitory, curl is used for retrieving exchange rates form ECB site, and xml-rpc is not used at all in core code. Apache root directory location on most distros is under /var/www but this is somewhat distro dependent.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-10-04T20:26:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18037#p18037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18017#p18017" />
			<content type="html"><![CDATA[<p>Thanks apmuthu/itronics. I tried renaming .htaccess to x.htaccess and still had no luck. If I click on themes or chart of accounts in set-up it looks like it&#039;s trying to fetch the file but then I get the message &#039;could not open&#039;. In the end I downloaded the chart of accounts sql file into the /frontaccounting/sql directory where all the other chart of accounts are stored and then went into phpadmin and imported the file into the database i had set-up for frontaccounting. The update appears to have completed successfully but when I go into purchase orders in FA I get an SQL error that indicates the column etc hasn&#039;t been set-up in the database. </p><p>I have decided that seeing as how this machine is going to be a server that Linux Mint is not what I want as it has a lot of packages loaded in there as standard. I am creating the ISO&#039;s for CentOS 6.4 ,don&#039;t know if there are many people around her using it but most of the forums seem to indicate it is rock-solid and suitable for use as a server. I will take on board what you have said itronics and use the Apache2,PHP etc programs provided with the Distro(assuming they are there).</p><p>It would be good if the FA install instructions were a bit more clear about Curl, Xlmp-rpc and OpenSSL needing to be installed. Maybe part of the issue I&#039;ve had is that I&#039;m trying to use PHP 5.5.3 and MySQL 5.6.11(64 Bit) and FA 2.3 doesn&#039;t support it. I have been trying to find a compatibility list on the FA Website but can&#039;t find anything. This information is elusive as the Curl etc information, so if anybody could clear this up for me that would be useful.</p><p>I haven&#039;t used Linux for a long time and it appears that all the Distro&#039;s have there own slant on directory etc structures and sometime it&#039;s not clear to me whether its the file locations, PHP/MYSQL or Frontaccounting that&#039;s got problems. I guess that&#039;s one of the problems of being just slightly up from a Linux Newbee.</p><p>Cheers,<br />Peter</p>]]></content>
			<author>
				<name><![CDATA[Retrogen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18544</uri>
			</author>
			<updated>2013-10-02T04:17:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18017#p18017</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18012#p18012" />
			<content type="html"><![CDATA[<p>I really see no advantages to install third party packages like XAMPP under l\Linux, where you have all what is needed to setup http server properly configured in native repo. I agree this is not the case under Windows, but on Mint or any other Linux distribution you should just rely on distro packagers knowledge. All the problems you have with make FA running on Mint are probably related to badly configured XAMP bundle.</p><p>Just install Apache2, PHP, MySQL and OpenSSL as provided by Mint and then install FA in properly running environment. As far as I know Mint is Debian based, so you can just unpack&nbsp; FA tarball in any /var/www subfolder, and run FA installer.</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-10-01T07:57:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18012#p18012</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18006#p18006" />
			<content type="html"><![CDATA[<p>Try to rename .htaccess to x.htaccess and see if it works.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-09-30T08:33:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18006#p18006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18005#p18005" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I&#039;ve installed PHP5-curl and php-xmlpc and edited the php.ini files so that these extensions are started/active. I alos removed the ; for the openssl extension as well.</p><p>Phpinfo in Xampp shows the following:</p><p> cURL support &nbsp; &nbsp; enabled<br />cURL Information &nbsp; &nbsp; 7.30.0<br />Age &nbsp; &nbsp; 3<br />Features<br />AsynchDNS &nbsp; &nbsp; No<br />CharConv &nbsp; &nbsp; No<br />Debug &nbsp; &nbsp; No<br />GSS-Negotiate &nbsp; &nbsp; No<br />IDN &nbsp; &nbsp; No<br />IPv6 &nbsp; &nbsp; Yes<br />krb4 &nbsp; &nbsp; No<br />Largefile &nbsp; &nbsp; Yes<br />libz &nbsp; &nbsp; Yes<br />NTLM &nbsp; &nbsp; Yes<br />NTLMWB &nbsp; &nbsp; Yes<br />SPNEGO &nbsp; &nbsp; No<br />SSL &nbsp; &nbsp; Yes<br />SSPI &nbsp; &nbsp; No<br />TLS-SRP &nbsp; &nbsp; Yes<br />Protocols &nbsp; &nbsp; dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp<br />Host &nbsp; &nbsp; x86_64-unknown-linux-gnu<br />SSL Version &nbsp; &nbsp; OpenSSL/1.0.1e<br />ZLib Version &nbsp; &nbsp; 1.2.8 </p><p>libXML support &nbsp; &nbsp; active<br />libXML Compiled Version &nbsp; &nbsp; 2.8.0<br />libXML Loaded Version &nbsp; &nbsp; 20800<br />libXML streams &nbsp; &nbsp; enabled</p><p>So What next. I am still getting the same message saying that it could not open the file?</p>]]></content>
			<author>
				<name><![CDATA[Retrogen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18544</uri>
			</author>
			<updated>2013-09-30T08:30:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18005#p18005</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17999#p17999" />
			<content type="html"><![CDATA[<p>Make sure that php5-curl and php-xmlrpc have been installed</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-09-29T18:06:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17999#p17999</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Chart of Accounts+ Extensions+Themes - Could not open]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17987#p17987" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I have Linux Mint 15 installed(Ubuntu Version), have installed Apache, PHP and SQL. I have tested Apache and PHP and it all looks good. However when I try to download the chart of accounts or extensions from Set-up in Frontaccounting I get a message saying that it &#039;couldn&#039;t open the files&#039;. It appears that I are unable to access the Frontaccounting website to download the files from set-up. I don&#039;t have any problems with http access to websites however I don&#039;t know which method it is using to download the files from within the set-up option in Frontaccounting.</p><p>I have followed the Frontaccounting install instructions and don&#039;t know what the issue is, everything else seems to work fine.</p>]]></content>
			<author>
				<name><![CDATA[Retrogen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18544</uri>
			</author>
			<updated>2013-09-29T11:59:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17987#p17987</id>
		</entry>
</feed>
