<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — After successful Backup, loader.gif still present]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7004</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7004&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in After successful Backup, loader.gif still present.]]></description>
		<lastBuildDate>Mon, 02 Oct 2017 13:16:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: After successful Backup, loader.gif still present]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28814#p28814</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 02 Oct 2017 13:16:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28814#p28814</guid>
		</item>
		<item>
			<title><![CDATA[After successful Backup, loader.gif still present]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28813#p28813</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 02 Oct 2017 12:57:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28813#p28813</guid>
		</item>
	</channel>
</rss>
