<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — After successful Backup, loader.gif still present]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7004&amp;type=atom" />
	<updated>2017-10-02T13:16:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7004</id>
		<entry>
			<title type="html"><![CDATA[Re: After successful Backup, loader.gif still present]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28814#p28814" />
			<content type="html"><![CDATA[<p>The fix for this is lines 134-138 in <strong>admin/backups.php</strong>:<br /></p><div class="codebox"><pre><code>if (get_post(&#039;creat&#039;)) {
    generate_backup($conn, get_post(&#039;comp&#039;), get_post(&#039;comments&#039;));
    $Ajax-&gt;activate(&#039;backups&#039;);
};</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>if (get_post(&#039;creat&#039;)) {
    generate_backup($conn, get_post(&#039;comp&#039;), get_post(&#039;comments&#039;));
    $Ajax-&gt;activate(&#039;backups&#039;);
    $SysPrefs-&gt;refresh(); // re-read system setup
};</code></pre></div><p>@joe: can commit this.<br /><a href="https://github.com/FrontAccountingERP/FA/commit/da8f34412bcb80d147eee4f9cdd5f43117189bd8">Committed</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-02T13:16:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28814#p28814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[After successful Backup, loader.gif still present]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28813#p28813" />
			<content type="html"><![CDATA[<p>Setup =&gt; Backup/Restore =&gt; Backup successfully generated. ....</p><p>The <strong>themes/default/images/ajax-loader.gif</strong> image is still present. It needs to be removed during the ajax call that states the backup was successful.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-02T12:57:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28813#p28813</id>
		</entry>
</feed>
