<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Not sure where to put since no 2.1 section?]]></title><description><![CDATA[<p dir="auto">Running</p>
<p dir="auto">2.1-DEVELOPMENT (i386)<br />
built on Sun Sep 11 21:36:53 EDT 2011</p>
<p dir="auto">You are on the latest version.</p>
<p dir="auto">Just ran a gitsync this morning, and getting this error</p>
<p dir="auto">unexpected T_RETURN in /etc/inc/xmlrpc_client.inc on line 563</p>
<p dir="auto">I had to manually start unbound and bandwidthd after reboot, other than that seem to be working ok - unless you try and look at the package logs?  Then you get that error as well.</p>
<p dir="auto">I would have to assume its related to this commit<br />
https://github.com/bsdperimeter/pfsense/commit/9a4cfa0b23d27db263420cdcf54edfa86c034ad3</p>
<pre><code>
@@ -559,8 +559,10 @@ class XML_RPC_Base {

     {

         include_once 'PEAR.inc';

         if (is_object(@$this)) {

+      log_error(get_class($this) . ': ' . $msg . " {$code}")

             return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);

         } else {

+      log_error("XML_RPC: " . ': ' . $msg . " {$code}")

             return PEAR::raiseError('XML_RPC: ' . $msg, $code);

         }

     }

</code></pre>
<p dir="auto">Not really a coder, but is not the 2 lines added missing a ; at the end?</p>
]]></description><link>https://forum.netgate.com/topic/37802/not-sure-where-to-put-since-no-2-1-section</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 17:55:48 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/37802.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Sep 2011 15:02:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not sure where to put since no 2.1 section? on Wed, 12 Oct 2011 04:22:37 GMT]]></title><description><![CDATA[<p dir="auto">I had the same problem today after a manual update to JIMPs i386-20110929-1702.tgz</p>
<p dir="auto">I used Putty to get access into the console and ee to apply the fix above.</p>
<p dir="auto">Thanks to those who took the time to debug this and save me lots of time.</p>
]]></description><link>https://forum.netgate.com/post/299745</link><guid isPermaLink="true">https://forum.netgate.com/post/299745</guid><dc:creator><![CDATA[LinuxTracker]]></dc:creator><pubDate>Wed, 12 Oct 2011 04:22:37 GMT</pubDate></item><item><title><![CDATA[Reply to Not sure where to put since no 2.1 section? on Tue, 11 Oct 2011 17:33:15 GMT]]></title><description><![CDATA[<p dir="auto">just add the ; and working well</p>
<p dir="auto">include_once 'PEAR.inc';<br />
        if (is_object(@$this)) {<br />
    log_error(get_class($this) . ': ' . $msg . " {$code}");<br />
            return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);<br />
        } else {<br />
    log_error("XML_RPC: " . ': ' . $msg . " {$code}");<br />
            return PEAR::raiseError('XML_RPC: ' . $msg, $code);</p>
]]></description><link>https://forum.netgate.com/post/299664</link><guid isPermaLink="true">https://forum.netgate.com/post/299664</guid><dc:creator><![CDATA[mikesamo]]></dc:creator><pubDate>Tue, 11 Oct 2011 17:33:15 GMT</pubDate></item><item><title><![CDATA[Reply to Not sure where to put since no 2.1 section? on Tue, 11 Oct 2011 17:30:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello All,</p>
<p dir="auto">same issue using embedded version</p>
<p dir="auto">http://files.pfsense.org/jimp/ipv6/pfSense-2.1-DEVELOPMENT-i386-nanobsd-4g.upgrade.img.gz</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.netgate.com/post/299662</link><guid isPermaLink="true">https://forum.netgate.com/post/299662</guid><dc:creator><![CDATA[mikesamo]]></dc:creator><pubDate>Tue, 11 Oct 2011 17:30:39 GMT</pubDate></item></channel></rss>