<?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]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5140</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5140&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Could not open' install extensions, themes.]]></description>
		<lastBuildDate>Fri, 03 Oct 2014 09:08:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21037#p21037</link>
			<description><![CDATA[<p>Temporary fix is here:<br />https://www.drupal.org/node/2057703</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 03 Oct 2014 09:08:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21037#p21037</guid>
		</item>
		<item>
			<title><![CDATA[Re: Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20991#p20991</link>
			<description><![CDATA[<p>you can install modules manually,&nbsp; which is based on the place, you require to use </p><p>There is directory permission problem&nbsp; i guess&nbsp; and there is one missing php extension. </p><p>so check your php additional packages.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 28 Sep 2014 05:45:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20991#p20991</guid>
		</item>
		<item>
			<title><![CDATA[Re: Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20978#p20978</link>
			<description><![CDATA[<p>I am having the same issue&nbsp; but on a different platform. I am running Ubuntu Server 14.04.1 Apache with php version 5.5.9.&nbsp; I have checked for the proper permissions and they should be correct. The user/owner of the files is the same as the user is the same user as apache. (www-data:www-data) I have gone as far as granting full read, write, execute for all users which I don&#039;t like to do because of possible security issues. </p><p>Here is the log entries for when I try to install an extension/theme:</p><p>[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:archive.inc:381: is_dir() expects parameter 1 to be a valid path, string given<br />[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:archive.inc:382: mkdir() expects parameter 1 to be a valid path, string given<br />[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:archive.inc:411: touch() expects parameter 1 to be a valid path, string given<br />[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:archive.inc:395: fopen() expects parameter 1 to be a valid path, string given<br />[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:packages.inc:165: gzopen(../modules/_cache/zen_import-2.3.15-1/_init/config): failed to open stream: No such file or directory<br />[25-Sep-2014 18:32:50 Europe/Berlin] 0:WhitewaterDave:archive.inc:462: gzopen(../modules/_cache/zen_import-2.3.15-1/_data): failed to open stream: No such file or directory</p><p>I get the same errors when I try to install zen import and PayPal import, as well as a couple of themes. </p><p>I read that it is possible to install the extensions manually but I haven&#039;t come across the instruction for doing that, at leas none that worked. Your help will be greatly appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (WhitewaterDave)]]></author>
			<pubDate>Thu, 25 Sep 2014 16:44:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20978#p20978</guid>
		</item>
		<item>
			<title><![CDATA[Re: Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20727#p20727</link>
			<description><![CDATA[<p>Cambell, thanks it work perfectly.</p><p>Regards,<br />Akinola</p>]]></description>
			<author><![CDATA[null@example.com (takinolaa)]]></author>
			<pubDate>Tue, 09 Sep 2014 16:22:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20727#p20727</guid>
		</item>
		<item>
			<title><![CDATA[Re: Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20677#p20677</link>
			<description><![CDATA[<p>If you&#039;re using Windows you might need to apply <a href="https://github.com/cambell-prince/frontaccounting/commit/fb9939cf020f241cff4d0ba00bd8f1a2c951c09c">this fix</a></p><p>Around about line 327 of includes/archives.inc, change:</p><p>&nbsp; &#039;name&#039; =&gt; $temp[&#039;prefix&#039;] . $temp[&#039;name&#039;],</p><p>to:</p><p>&nbsp; &nbsp;&#039;name&#039; =&gt; rtrim($temp[&#039;prefix&#039;]) . rtrim($temp[&#039;name&#039;]),</p>]]></description>
			<author><![CDATA[null@example.com (cambell)]]></author>
			<pubDate>Fri, 05 Sep 2014 14:11:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20677#p20677</guid>
		</item>
		<item>
			<title><![CDATA[Could not open' install extensions, themes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20675#p20675</link>
			<description><![CDATA[<p>Hello,<br />l have&nbsp; FrontAccounting installed working&nbsp; but l&#039;m trying to install (extensions &amp; themes extensions) but is displaying this error &quot;Could Not Open&quot;</p><p>Afer going throught alots of posts (l have php5-curl package&nbsp; I installed)&nbsp; still same issue.</p><p>l will really appreciate your help to this issue.</p><p>Regads,<br />Akinola</p>]]></description>
			<author><![CDATA[null@example.com (takinolaa)]]></author>
			<pubDate>Fri, 05 Sep 2014 11:21:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20675#p20675</guid>
		</item>
	</channel>
</rss>
