<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - The feeds update only once</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>The feeds update only once (reply)</title>
<content:encoded><![CDATA[<p>Could somebody help on this</p>
<p>The feeds are updating at 2-three days interval.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1207</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1207</guid>
<pubDate>Thu, 04 Aug 2016 21:08:36 +0000</pubDate>
<dc:creator>parasar</dc:creator>
</item>
<item>
<title>The feeds update only once (reply)</title>
<content:encoded><![CDATA[<p>Following is the source for the spout.It is same as feed.php in rss spout. I have only made changes in the params<br />
&lt;?PHP</p>
<p>namespace spouts\jenkins;</p>
<p>/**<br />
 * Spout for fetching an rss feed from jenkins<br />
 *<br />
 * @package    spouts<br />
 * @subpackage rss<br />
 * @copyright  Copyright (c) Tobias Zeising (http://www.aditu.de)<br />
 * @license    GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)<br />
 * @author     Tobias Zeising &lt;tobias.zeising@aditu.de&gt;<br />
 */<br />
class jenkins extends \spouts\spout {</p>
<p>    /**<br />
     * name of source<br />
     *<br />
     * @var string<br />
     */<br />
    public $name = 'jenkins';</p>
<p><br />
    /**<br />
     * description of this source type<br />
     *<br />
     * @var string<br />
     */<br />
    public $description = 'A default Jenkins Feed as source';</p>
<p><br />
    /**<br />
     * config params<br />
     * array of arrays with name, type, default value, required, validation type<br />
     *<br />
     * - Values for type: text, password, checkbox<br />
     * - Values for validation: alpha, email, numeric, int, alnum, notempty<br />
     * <br />
     * e.g.<br />
     * array(<br />
     *   &quot;id&quot; =&gt; array(<br />
     *     &quot;title&quot;      =&gt; &quot;URL&quot;,<br />
     *     &quot;type&quot;       =&gt; &quot;text&quot;,<br />
     *     &quot;default&quot;    =&gt; &quot;&quot;,<br />
     *     &quot;required&quot;   =&gt; true,<br />
     *     &quot;validation&quot; =&gt; array(&quot;alnum&quot;)<br />
     *   ),<br />
     *   ....<br />
     * )<br />
     *<br />
     * @var bool|mixed<br />
     */<br />
    public $params = array(<br />
        &quot;url&quot; =&gt; array(<br />
            &quot;title&quot;      =&gt; &quot;URL&quot;,<br />
            &quot;type&quot;       =&gt; &quot;url&quot;,<br />
            &quot;default&quot;    =&gt; &quot;http://xxx.xx.xxx.xx:8080/view/xxxx/rssLatest&quot;,<br />
            &quot;required&quot;   =&gt; true,<br />
            &quot;validation&quot; =&gt; array(&quot;notempty&quot;)<br />
        )<br />
    );</p>
<p><br />
    }</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1193</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1193</guid>
<pubDate>Wed, 15 Jun 2016 17:07:42 +0000</pubDate>
<dc:creator>parasar</dc:creator>
</item>
<item>
<title>The feeds update only once (reply)</title>
<content:encoded><![CDATA[<p>Thank You fro the response<br />
Here are the logs after making suggested changes<br />
06-15-16 1:09:24 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:37:13 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:37:13 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:43:11 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:49:10 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:54:11 Error Unimplemented method for sqlite: numberOfUnreadForTag<br />
06-15-16 16:54:54 Debug Establish database connection<br />
06-15-16 16:54:54 Debug ---<br />
06-15-16 16:54:54 Debug start fetching source &quot;new_build (id: 6)<br />
06-15-16 16:54:54 Debug spout successfully loaded: spouts\jenkins\jenkins<br />
06-15-16 16:54:54 Debug fetch content<br />
06-15-16 16:54:54 Debug minimum date: 2016-05-16 16:54:54<br />
06-15-16 16:54:54 Debug start item fetching<br />
06-15-16 16:54:54 Debug destroy spout object<br />
06-15-16 16:54:54 Debug cleanup orphaned and old items<br />
06-15-16 16:54:54 Debug cleanup orphaned and old items finished<br />
06-15-16 16:54:54 Debug delete orphaned thumbnails<br />
06-15-16 16:54:54 Debug delete orphaned thumbnails finished<br />
06-15-16 16:54:54 Debug delete orphaned icons<br />
06-15-16 16:54:54 Debug delete orphaned icons finished<br />
06-15-16 16:54:54 Debug optimize database<br />
06-15-16 16:54:54 Debug optimize database finished<br />
06-15-16 16:54:58 Debug Establish database connection<br />
06-15-16 16:55:02 Debug Establish database connection<br />
06-15-16 16:55:02 Debug cleanup orphaned and old items<br />
06-15-16 16:55:02 Debug cleanup orphaned and old items finished<br />
06-15-16 16:55:02 Debug delete orphaned thumbnails<br />
06-15-16 16:55:02 Debug delete orphaned thumbnails finished<br />
06-15-16 16:55:02 Debug delete orphaned icons<br />
06-15-16 16:55:02 Debug delete orphaned icons finished<br />
06-15-16 16:55:02 Debug optimize database<br />
06-15-16 16:55:02 Debug optimize database finished<br />
06-15-16 16:55:02 Debug Establish database connection</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1192</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1192</guid>
<pubDate>Wed, 15 Jun 2016 17:00:44 +0000</pubDate>
<dc:creator>parasar</dc:creator>
</item>
<item>
<title>The feeds update only once (reply)</title>
<content:encoded><![CDATA[<p>Do you have debug mode enabled? (In common.php: <em>$f3-&gt;set('DEBUG',1);</em> and in config.ini: <em>logger_level=DEBUG</em>).</p>
<p>Could you share the log output and the source of the spout?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1191</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1191</guid>
<pubDate>Wed, 15 Jun 2016 09:52:32 +0000</pubDate>
<dc:creator>jtojnar</dc:creator>
</item>
<item>
<title>The feeds update only once</title>
<content:encoded><![CDATA[<p>I have created a class jenkins.php /var/www/selfoss/spouts/jenkins.</p>
<p>I am able to add the new source details. But the rss feeds from the jenkins page only update once. Running cliupdate.php from command line or from address bar &lt;ipaddress&gt;/selfoss/update returns finished and does not throw any error but the page always has the old feeds the new feeds does not get updated.<br />
Any suggestions in this direction ?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1190</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1190</guid>
<pubDate>Tue, 14 Jun 2016 16:56:10 +0000</pubDate>
<dc:creator>parasar</dc:creator>
</item>
</channel>
</rss>
