HiFiKabin wrote: ↑Tue Jan 03, 2017 9:48 am
DavidIQ wrote: ↑Mon Jan 02, 2017 7:51 pm
Very bizarre. Just like the other person that reported that I can't reproduce it. Can you check your "Right Random Image" topic and see if you can update the first post now? Would be interesting to know if you can since I edited without changing anything and submitted. Are you changing something when this happens or happens even if you just edit the first post and submit without any changes?
It appears to be topics I started before the change to phpBB 3.2.0. I started a test topic in, erm, test me and I can edit that fine.
Indeed ! I have the same problem on my board, and i think it's because in posting.php, this condition is true:
else if (!$auth->acl_get('f_poll', $forum_id) && ($mode == 'edit') && ($post_id == $post_data['topic_first_post_id']) && ($original_poll_data['poll_title'] != ''))
because in migration files of 3.2, the rext_reparser plugin insert
<t></t>
in every empty poll_title sql field (in my case), so condition is true and
$message_parser->parse_poll($poll)
is called and an error is triggered.
Topic created after migration to 3.2 have a empty poll_title field