<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Errors Within EFiction 5 - Development				            </title>
            <link>https://efiction.org/community/development/errors-within-efiction-5/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 18:50:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20867</link>
                        <pubDate>Thu, 11 Oct 2018 00:32:59 +0000</pubDate>
                        <description><![CDATA[Yeah, it’s the latest version.]]></description>
                        <content:encoded><![CDATA[Yeah, it’s the latest version.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20867</guid>
                    </item>
				                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20866</link>
                        <pubDate>Wed, 10 Oct 2018 23:52:30 +0000</pubDate>
                        <description><![CDATA[Using latest version and all? Because I just checked and the icons are there.Stuff at the bottom is database log for debug, I will hide that before rollout.]]></description>
                        <content:encoded><![CDATA[Using latest version and all? Because I just checked and the icons are there.<br><br>Stuff at the bottom is database log for debug, I will hide that before rollout.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20866</guid>
                    </item>
				                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20864</link>
                        <pubDate>Tue, 09 Oct 2018 05:13:07 +0000</pubDate>
                        <description><![CDATA[Some errors: Shoutbox in the admin panel: 	 	{ICON:sort-numeric-desc} ID	{ICON:sort} Date	{ICON:sort} __Author	{ICON:sort} __MessageThis at the bottom of the admin panel: (0.0ms) SELECT COUN...]]></description>
                        <content:encoded><![CDATA[Some errors: <br><br>Shoutbox in the admin panel: <br><pre>	 	{ICON:sort-numeric-desc} ID	{ICON:sort} Date	{ICON:sort} __Author	{ICON:sort} __Message<br></pre><br><br>This at the bottom of the admin panel: <br><br><pre>(0.0ms) SELECT COUNT(*) FROM fanficsbad_behavior WHERE `key` NOT LIKE &#039;00000000&#039;<br>(0.0ms) DELETE FROM `fanficssessions` WHERE (user = 0 AND TIMESTAMPDIFF(MINUTE,`lastvisited`,NOW())&gt;60 )<br>OR <br>TIMESTAMPDIFF(MONTH,`lastvisited`,NOW())&gt;1;<br>(0.0ms) SET @guests&nbsp; := (SELECT COUNT(DISTINCT S.session) <br>FROM `fanficssessions`S WHERE S.user IS NULL AND NOT (S.session = &#039;073aa1a41a7d0df48dea2528b5582024&#039; AND S.ip = INET_ATON(&#039;124.150.102.178&#039;) )<br>);<br>(0.0ms) SET @members := (SELECT COUNT(DISTINCT user) FROM (SELECT * FROM `fanficssessions` GROUP BY user ORDER BY `lastvisited` DESC) as S WHERE <br>S.user IS NOT NULL AND <br>TIMESTAMPDIFF(MINUTE,S.lastvisited,NOW())&lt;60 AND<br>NOT (S.session = &#039;073aa1a41a7d0df48dea2528b5582024&#039; AND S.ip = INET_ATON(&#039;124.150.102.178&#039;) )<br>);<br>(0.0ms) UPDATE `fanficssessions`S SET lastvisited = CURRENT_TIMESTAMP WHERE S.session = &#039;073aa1a41a7d0df48dea2528b5582024&#039; AND S.ip = INET_ATON(&#039;124.150.102.178&#039;);<br>(0.0ms) SELECT S.session, UNIX_TIMESTAMP(S.lastvisited) as time, S.ip, IF(S.user,S.user,0) as userID, <br>U.nickname, U.groups, U.preferences, U.cache_messaging, <br>GROUP_CONCAT(DISTINCT U2.uid) as allowed_authors, <br>@guests, @members<br>FROM `fanficssessions`S <br>INNER JOIN `fanficsusers` U ON ( IF(S.user,S.user = U.uid,U.uid=0) )<br>LEFT JOIN `fanficsusers`U2 ON ( (U.uid = U2.uid OR U.uid = U2.curator) AND U.groups&amp;5 )<br>WHERE S.session = &#039;073aa1a41a7d0df48dea2528b5582024&#039; AND S.ip = INET_ATON(&#039;124.150.102.178&#039;);<br>(0.0ms) SELECT M.label, M.link, M.icon, M.child_of, M.link, M.evaluate, 1 as requires<br>FROM `fanficsmenu_adminpanel`M <br>WHERE ( `child_of` IS NULL&nbsp; OR `child_of` = &#039;settings&#039; )<br>ORDER BY M.child_of,M.order ASC<br>(0.0ms) SELECT `name`, `value`, `form_type`, `can_edit`<br>FROM `fanficsconfig` <br>WHERE <br>`admin_module` LIKE &#039;settings_layout&#039; <br>AND `can_edit` &gt; 0 <br>ORDER BY `section_order` ASC<br>(0.0ms) SELECT `name`, `value`, `form_type`<br>FROM `fanficsconfig` <br>WHERE <br>`admin_module` LIKE &#039;settings_layout_file&#039;<br></pre><br><br>]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20864</guid>
                    </item>
				                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20822</link>
                        <pubDate>Tue, 21 Aug 2018 07:49:25 +0000</pubDate>
                        <description><![CDATA[I listed mine here:&nbsp;]]></description>
                        <content:encoded><![CDATA[I listed mine here:&nbsp; https://efiction.org/forums/index.php?topic=9162.msg46465#new]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>marcy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20822</guid>
                    </item>
				                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20806</link>
                        <pubDate>Tue, 12 Jun 2018 08:41:23 +0000</pubDate>
                        <description><![CDATA[That&#039;s missing language entries, no clue how they got lost.I added the Sort_Label, gotta look into the other one, there could be an additional issue in the template.Edit: The error in d...]]></description>
                        <content:encoded><![CDATA[That&#039;s missing language entries, no clue how they got lost.<br><br>I added the Sort_Label, gotta look into the other one, there could be an additional issue in the template.<br><br>Edit: The error in drafts is coming from the assumption that a story has at least one chapter with a completion status.<br>No chapter -&gt; no status -&gt; language error&nbsp; :ohboy:<br><br>Good catch, thanks! (Fixed)]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20806</guid>
                    </item>
				                    <item>
                        <title>Re: Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-20801</link>
                        <pubDate>Mon, 04 Jun 2018 06:11:22 +0000</pubDate>
                        <description><![CDATA[This error is in the drafts section of the users profile.  	{ICON:sort} ID	{ICON:sort} Updated	{ICON:sort} Story status	{ICON:sort} Chapter status	{ICON:sort-alpha-asc} Title{ICON:edit}	1	01...]]></description>
                        <content:encoded><![CDATA[This error is in the drafts section of the users profile. <br><br><pre><br> 	{ICON:sort} ID	{ICON:sort} Updated	{ICON:sort} Story status	{ICON:sort} Chapter status	{ICON:sort-alpha-asc} Title<br>{ICON:edit}	1	01.01.70 01:00	Pending, author working<br>Internal Server Error<br>Undefined variable: LN__UCP_statusValidated_<br><br> Base-&gt;{closure}()<br> Preview-&gt;render()<br> ViewBase::render()<br> ViewUserCP-&gt;authorStoryList()<br> ControllerUserCP-&gt;authorStorySelect()<br> ControllerUserCP-&gt;author()<br> Base-&gt;run()<br></pre>]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-20801</guid>
                    </item>
				                    <item>
                        <title>Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/#post-3650</link>
                        <pubDate>Mon, 04 Jun 2018 05:38:42 +0000</pubDate>
                        <description><![CDATA[Hi guys, I have no idea where to put this thread, so move it if I&#039;e put in the wrong section, however I have come across an error in the admin panel when adding more than one character....]]></description>
                        <content:encoded><![CDATA[Hi guys, I have no idea where to put this thread, so move it if I&#039;e put in the wrong section, however I have come across an error in the admin panel when adding more than one character. This is the error: <br><br><blockquote><br> 	 	{ICON:sort} ID	{ICON:sort}<br>Internal Server Error<br>Undefined variable: LN__Sort_Label<br><br> Base-&gt;{closure}()<br> Preview-&gt;render()<br> ViewBase::render()<br> ViewAdminCP-&gt;listCharacters()<br> ControllerAdminCP_Archive-&gt;characters()<br> Base-&gt;run()<br></blockquote><br><br>This error occurs in the two newest versions of vapourware.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/#post-3650</guid>
                    </item>
							        </channel>
        </rss>
		