<?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>
									module storyend updated and added option panel - eFiction Software News				            </title>
            <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Jul 2026 18:52:16 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21613</link>
                        <pubDate>Fri, 10 May 2024 06:21:39 +0000</pubDate>
                        <description><![CDATA[The prefixes are important. They are saved in the database (fanfiction_settings) too and &quot;asking&quot; should be there if prefixes in config.php and the database are different.  
Please let pref...]]></description>
                        <content:encoded><![CDATA[
<p>Everytime i remove it, it asked to check prefixes</p>
<p></p>
<p>The prefixes are important. They are saved in the database (fanfiction_settings) too and "asking" should be there if prefixes in config.php and the database are different.  </p>
<p>Please let prefixes there.  It means you have an issue with TABLEPREFIX constant, - maybe you define it somewhere else.  Just run the query manually or wait.  I can replace constant with direct loading from the database to avoid this.</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>Jimmi</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21613</guid>
                    </item>
				                    <item>
                        <title>RE: module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21612</link>
                        <pubDate>Fri, 10 May 2024 06:11:29 +0000</pubDate>
                        <description><![CDATA[Everytime i remove it, it asked to check prefixes]]></description>
                        <content:encoded><![CDATA[<p>Everytime i remove it, it asked to check prefixes</p>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>marcy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21612</guid>
                    </item>
				                    <item>
                        <title>RE: module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21611</link>
                        <pubDate>Fri, 10 May 2024 05:38:53 +0000</pubDate>
                        <description><![CDATA[I think the prefixes are the problem cause the ones that worked don&#039;t have any prefixes and the ones have prefixes don&#039;t work. Is there any way to remove the prefixes?]]></description>
                        <content:encoded><![CDATA[<p>I think the prefixes are the problem cause the ones that worked don't have any prefixes and the ones have prefixes don't work. Is there any way to remove the prefixes?</p>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>marcy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21611</guid>
                    </item>
				                    <item>
                        <title>RE: module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21610</link>
                        <pubDate>Fri, 10 May 2024 05:20:52 +0000</pubDate>
                        <description><![CDATA[@marcy thanks
Does the archive with danfic database use prefixes?  They are missing from your errors.
Could you try this manually (change your prefix) in PHPmyadmin?

SHOW COLUMNS FROM  ...]]></description>
                        <content:encoded><![CDATA[<p>@marcy thanks</p>
<p>Does the archive with danfic database use prefixes?  They are missing from your errors.</p>
<p>Could you try this manually (change your prefix) in PHPmyadmin?</p>
<div>
<pre contenteditable="false">SHOW COLUMNS FROM  PREFIX . fanfiction_settings LIKE 'storyend'</pre>
</div>
<div> </div>
<div>It should return nothing, but no error.</div>
<div> </div>
<div>
<div>
<pre contenteditable="false">ALTERTABLE`PREFIX."fanfiction_settings` ADD `storyend` TEXT NOT NULL default ''</pre>
</div>
<div> </div>
</div>
<div>If it fails, add storyend manually to this table and copy the used query (it is showed in phpmyadmin after adding field manually), please.</div>
<div> </div>
<div>Thank you</div>
<div> </div>
<div> </div>
<div> </div>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>Jimmi</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21610</guid>
                    </item>
				                    <item>
                        <title>RE: module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21608</link>
                        <pubDate>Fri, 10 May 2024 02:08:47 +0000</pubDate>
                        <description><![CDATA[For my new install they go in easily but for my older ones they still get that conflict
A fatal MySQL error was encountered.Query: SHOW COLUMNS FROM fanfiction_settings LIKE &#039;storyend&#039;Error...]]></description>
                        <content:encoded><![CDATA[<p>For my new install they go in easily but for my older ones they still get that conflict</p>
<p>A fatal MySQL error was encountered.<br />Query: SHOW COLUMNS FROM fanfiction_settings LIKE 'storyend'<br />Error: (1146) Table 'danfic.fanfiction_settings' doesn't exist</p>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>marcy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21608</guid>
                    </item>
				                    <item>
                        <title>module storyend updated and added option panel</title>
                        <link>https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21607</link>
                        <pubDate>Thu, 09 May 2024 20:45:05 +0000</pubDate>
                        <description><![CDATA[I updated storyend module and added an option panel.   
The reason for this:
the user, who shared this module code with me, had commented series part and I wanted to avoid manual changes i...]]></description>
                        <content:encoded><![CDATA[<p>I updated storyend module and added an option panel.   </p>
<p>The reason for this:</p>
<p>the user, who shared this module code with me, had commented series part and I wanted to avoid manual changes in the code for her.</p>
<p>Version 3.5.8 is needed because this version fixed coauthors. </p>
<p>Prepared for testing</p>
<p> </p>
<p><a href="https://github.com/e107-eFiction/modules" target="_blank" rel="noopener">https://github.com/e107-eFiction/modules</a></p>
<p> </p>
<div id="wpfa-48686" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="storyend_module_version1.4.jpg" href="//efiction.org/wp-content/uploads/wpforo/default_attachments/1715287505-storyend_module_version14.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> storyend_module_version1.4.jpg</a></div>]]></content:encoded>
						                            <category domain="https://efiction.org/community/efiction-software-news/">eFiction Software News</category>                        <dc:creator>Jimmi</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/efiction-software-news/module-storyend-updated-and-added-option-panel/#post-21607</guid>
                    </item>
							        </channel>
        </rss>
		