<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Ability to Edit posts has disappeared</title>
        <description> I have an old version of Phorum 3 which I heavily customized in 2003 in order to provide an Open Peer Review Medical Journal at JOIMR.org

I haven't done anything to the website for ever so long (a year or so) and I just found out that the Admin account (or, indeed, the owner of the post) can no longer edit a post. New posts are posted OK, and Admin can delete them, but any attempt to edit a message does nothing. No harm to database, but no changes are saved either. Original message remains the same.

I set MySQL privileges to (SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, ALTER, CREATE TEMPORARY TABLES) and I have never changed this from 2003.

The server's host is still running Apache v1, but they have upgraded SQL and Apache versions during the past year. Can anybody suggest where I could start looking to fix this?

Sincerely
trevor</description>
        <link>http://www.phorum.org/phorum5/read.php?2,49623,49623#msg-49623</link>
        <lastBuildDate>Wed, 19 Jun 2013 10:42:49 -0500</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,51140#msg-51140</guid>
            <title>Re: Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,51140#msg-51140</link>
            <description><![CDATA[ OK, I fixed it.<br />
<br />
I used the variable $i as an index in some RSS code I added to header.php <br />
<br />
Of course this messed up the database index called $i in edit.php<br />
<br />
Sorry to bother you<br />
<br />
..trevor..]]></description>
            <dc:creator>trevmar</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Sat, 22 Oct 2005 09:08:12 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,49677#msg-49677</guid>
            <title>Re: Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,49677#msg-49677</link>
            <description><![CDATA[  <br />
The phorum version is 3.4.2<br />
PHP version: 4.3.11<br />
MYSQL version: 4.0.24<br />
<br />
Sincerely<br />
Trevor]]></description>
            <dc:creator>trevmar</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Sat, 13 Aug 2005 05:57:29 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,49675#msg-49675</guid>
            <title>Re: Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,49675#msg-49675</link>
            <description><![CDATA[ could you post the exact versions of mysql and php this is running now?<br />
Oh and as you tell about phorum3 since 2003, which exact phorum-version is it?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Sat, 13 Aug 2005 03:10:27 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,49674#msg-49674</guid>
            <title>Re: Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,49674#msg-49674</link>
            <description><![CDATA[ When I change the text and then submit the form I see the original message, just as I would expect, except that there has been no change to the original. This happens whether I use the Admin account to do the edit, or post as a user, and then edit my own post as a user. I can post new messages, delete (haven't tried a move) but can't modify a message text with 'edit' any more. <br />
<br />
You could try this by posting a test message on one of the inactive boards at URL<br />
[<a href="http://www.joimr.org/phorum/list.php?f=1" target="_blank"  rel="nofollow">www.joimr.org</a>]<br />
<br />
I have done nothing to the code for as long as I remember, so I am assuming it was a version change in Apache (which is still v1) and/or MySQL. Oh, I guess it could be a PHP version problem, too...<br />
<br />
Thanks for any clues you might be able to share. I just don't have the time to upgrade the Phorum right now, but the papers which are already online are pretty important to keep online, as they have been cross-refernced quite a bit recently...<br />
<br />
Trevor]]></description>
            <dc:creator>trevmar</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Sat, 13 Aug 2005 03:08:27 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,49673#msg-49673</guid>
            <title>Re: Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,49673#msg-49673</link>
            <description><![CDATA[ what happens if you submit the edit-form? nothing? success-message?<br />
]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Sat, 13 Aug 2005 02:52:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.phorum.org/phorum5/read.php?2,49623,49623#msg-49623</guid>
            <title>Ability to Edit posts has disappeared</title>
            <link>http://www.phorum.org/phorum5/read.php?2,49623,49623#msg-49623</link>
            <description><![CDATA[ I have an old version of Phorum 3 which I heavily customized in 2003 in order to provide an Open Peer Review Medical Journal at JOIMR.org<br />
<br />
I haven't done anything to the website for ever so long (a year or so) and I just found out that the Admin account (or, indeed, the owner of the post) can no longer edit a post. New posts are posted OK, and Admin can delete them, but any attempt to edit a message does nothing. No harm to database, but no changes are saved either. Original message remains the same.<br />
<br />
I set MySQL privileges to (SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, ALTER, CREATE TEMPORARY TABLES) and I have never changed this from 2003.<br />
<br />
The server's host is still running Apache v1, but they have upgraded SQL and Apache versions during the past year. Can anybody suggest where I could start looking to fix this?<br />
<br />
Sincerely<br />
trevor]]></description>
            <dc:creator>trevmar</dc:creator>
            <category> Phorum3 Support Forum (READ ONLY)</category>
            <pubDate>Wed, 10 Aug 2005 18:55:58 -0500</pubDate>
        </item>
    </channel>
</rss>
