<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — 'Could not open' install extensions, themes, coa and languages]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4548</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4548&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 'Could not open' install extensions, themes, coa and languages.]]></description>
		<lastBuildDate>Wed, 27 Nov 2013 12:11:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18586#p18586</link>
			<description><![CDATA[<p>I agree. It&#039;s not that I am not up for a challenge. It&#039;s more &#039;do I have time for this challenge&#039; than anything else.</p><p>Thanks for your encouragement.</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Wed, 27 Nov 2013 12:11:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18586#p18586</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18581#p18581</link>
			<description><![CDATA[<p>nothing is difficult if you keep trying. i just started php a couple of months ago, and i&#039;m still learning ....</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Wed, 27 Nov 2013 09:47:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18581#p18581</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18575#p18575</link>
			<description><![CDATA[<p>Thank you ostertagi for your time. I really appreciate it.</p><p>What you suggest, is slightly above my skill set, however, I will look into it and give a try. Thanks again.</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Tue, 26 Nov 2013 23:04:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18575#p18575</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18574#p18574</link>
			<description><![CDATA[<p>for extension i download the sources from the git repository. Usually you&#039;ll find in the folder extension&nbsp; a hooks.php which redefine functions from hooks.inc.<br />each function is used to process a certain task during the installation.<br />for example:&nbsp; &nbsp; <br /></p><div class="codebox"><pre><code>function install_tabs($app) {
// $app-&gt;add_application(new example_class); // add menu tab defined by example_class
    }</code></pre></div><p>all the functions are well documented, sometimes with code example. <br />well, the trick is to copy files where needed, copy code where needed, execute sql, add access rights ..... etc.<br />i still don&#039;t master all process,&nbsp; sometimes i need to go through debugging process to find what&#039;s wrong. that&#039;s it. <br />hope this help</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Tue, 26 Nov 2013 22:27:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18574#p18574</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18573#p18573</link>
			<description><![CDATA[<p>tm</p><p>My permissions are set to www-data:www-data for my frontaccounting directory.</p><p>I am hoping osteragi has some time today, as extensions is mostly what I would like to try. (Please, osteragi. If not today, when you have time.)</p><p>I want to add here that I really like the detail and completeness of FA. Good work to all who devotes their time to FA!</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Tue, 26 Nov 2013 12:01:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18573#p18573</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18564#p18564</link>
			<description><![CDATA[<p>for themes : just unzipped the archive and drop it in the themes folder, they&#039;ll appear in the theme combobox.<br />for languages, you can either install it manually using the FA wizard for that : see install manually, you&#039;ll need to download the xx_XX.po and xx_XX.mo. the wizard is pretty straithforward.; or you can create a xx_XX folder under the lang folder, then copy the po and .mo file. you need to set some modifications in installed_languages.inc, there is a template you can follow.<br />the extension: it&#039;s more tricky. i&#039;ll send a more detailled post tomorow (i hope) for the extension installation.</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Mon, 25 Nov 2013 22:29:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18564#p18564</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18562#p18562</link>
			<description><![CDATA[<p>ostertagi, please, can you tell me how you installed manually?</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Mon, 25 Nov 2013 22:10:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18562#p18562</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18560#p18560</link>
			<description><![CDATA[<p>i had the same pb, at the end&nbsp; i gave up. i just installed anything i need manually.</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Mon, 25 Nov 2013 22:00:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18560#p18560</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18557#p18557</link>
			<description><![CDATA[<p>Write permissions, perhaps? <br />https://frontaccounting.com/punbb/viewtopic.php?pid=18510#p18510</p>]]></description>
			<author><![CDATA[null@example.com (tm)]]></author>
			<pubDate>Mon, 25 Nov 2013 20:37:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18557#p18557</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18554#p18554</link>
			<description><![CDATA[<p>Thanks tm.</p><p>I installed php5-curl package and still &quot;Could not open&quot; when I try to install an extension.</p><p>Suggestions?</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Mon, 25 Nov 2013 13:37:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18554#p18554</guid>
		</item>
		<item>
			<title><![CDATA[Re: 'Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18553#p18553</link>
			<description><![CDATA[<p>I suspect you&#039;re missing the php5-curl package.</p>]]></description>
			<author><![CDATA[null@example.com (tm)]]></author>
			<pubDate>Mon, 25 Nov 2013 06:26:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18553#p18553</guid>
		</item>
		<item>
			<title><![CDATA['Could not open' install extensions, themes, coa and languages]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18551#p18551</link>
			<description><![CDATA[<p>I have recently built a FrontAccounting machine running on Ubuntu 13.10. System dianogistics is &quot;green&quot; on everything. </p><p>When I try to install any extensions, I get a &quot;Could Not Open&quot; in red across the top of the page. Then I tried languages, same complaint. Then coa, same thing. And finally themes.</p><p>I read through forum posts and &#039;openssl php extension&#039; is discussed and my system diagnostics shows all &#039;green&#039;.</p><p>I will add here that previously I had a Ubuntu 12.04LTS OS running FrontAccounting v2.3.16 and could never get extensions to install but, I thought I had something configured wrong. As it was my &#039;test&#039; machine I &#039;blew it out&#039; and built my current setup.</p><p>What could be causing my &#039;Could not open&#039; issue? What should I be looking for?</p>]]></description>
			<author><![CDATA[null@example.com (dtbeancounter)]]></author>
			<pubDate>Mon, 25 Nov 2013 01:09:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18551#p18551</guid>
		</item>
	</channel>
</rss>
