<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Spinner on download keeps spinning]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7157&amp;type=atom" />
	<updated>2017-12-02T04:13:31Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7157</id>
		<entry>
			<title type="html"><![CDATA[Re: Spinner on download keeps spinning]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29839#p29839" />
			<content type="html"><![CDATA[<p>@itronics: That was a really involved fix indeed. The second <em>if</em> to test for a zip can be an <em>elseif</em>..... in <strong>admin/backups.php</strong> and a string somewhere to indicate that the file was successfully downloaded will complete it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-12-02T04:13:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29839#p29839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Spinner on download keeps spinning]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29838#p29838" />
			<content type="html"><![CDATA[<p><a href="https://sourceforge.net/p/frontaccounting/git/ci/a5edfc9244a2b1f478269a1b276cbf2236ec6cc3/">Fixed</a>.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2017-12-01T20:01:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29838#p29838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Spinner on download keeps spinning]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29818#p29818" />
			<content type="html"><![CDATA[<p>Yes, indeed. I&#039;m not sure when the bugs slipped in, but I will try to fix them asap.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2017-11-28T22:20:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29818#p29818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Spinner on download keeps spinning]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29810#p29810" />
			<content type="html"><![CDATA[<p>When a backup is created and an attempt is made to download the backed-up file which downloads successfully, the spinner at the top keeps spinning and there is no message to state that the download was successful.</p><p>When a backed-up file is attempted to be viewed, there is no sql file extraction on archived backups before a view is attempted. If there is no intention of doing it for some reason, then a filter should be made before an attempt to allow a view like:<br /></p><div class="codebox"><pre><code>        if (!preg_match(&quot;/\.sql$/&quot;, $fname))
            display_error(_(&quot;You can only view *.sql backup files&quot;));
        else {
..
..</code></pre></div><p>in admin/backups.php file.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-28T12:30:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29810#p29810</id>
		</entry>
</feed>
