After I converted my forum, I had a lot of brackets like "<" and ">" in my posts. I did some simple SQL to replace these with < and > and it worked and now most of my posts displays correctly.
However, I have some which display the error message:
Sorry, we encountered an error while displaying this content. If you're a user, please try again later. If you're an administrator, take a look in your Flarum log files for more information.
however my error log is blank. I have changed the coding to 0775 but still no good. If i go and edit the post I can see it, and if I add a single letter to it, the post gets reprocessed and works fine. However, I would like to correct all the posts if possible.
A good example of a red post is this, taken directly from SQL:
<r><p><!--quoteo(post=190452:date=May 27 2007, 04:03 PM:name=Lord Firmshaft)-->QUOTE (Lord Firmshaft @ May 27 2007, 04:03 PM) <URL url="index.php?act=findpost&pid=190452"><s>[url=index.php?act=findpost&pid=190452]</s><{POST_SNAPBACK}><e>[/url]</e></URL><!--quotec-->right at least i know i can get images up for the future i called it spinning as this is what ive been told spinningpond looks like<!--QuoteEnd--><!--QuoteEEnd--></p>
Now if i go into it, and add "boo" at the end, the SQL ends up being like this:
<r><p>QUOTE (Lord Firmshaft @ May 27 2007, 04:03 PM) <URL url="index.php?act=findpost&pid=190452"><s>[url=index.php?act=findpost&pid=190452]</s><e>[/url]</e></URL>right at least i know i can get images up for the future i called it spinning as this is what ive been told spinningpond looks like</p>
<p>lol if it was not for me lord firmshaft you still be a cabin boy <br/>
yes i still live !! so it took me two year to reply but what 2 years to a dwarf boo</p></r>
The original before i did my SQL edits looks like this:
<r><p><!--quoteo(post=190452:date=May 27 2007, 04:03 PM:name=Lord Firmshaft)-->QUOTE (Lord Firmshaft @ May 27 2007, 04:03 PM) <URL url="index.php?act=findpost&pid=190452"><s>[url=index.php?act=findpost&pid=190452]</s><{POST_SNAPBACK}><e>[/url]</e></URL><!--quotec-->right at least i know i can get images up for the future i called it spinning as this is what ive been told spinningpond looks like<!--QuoteEnd--><!--QuoteEEnd--></p>
<p>lol if it was not for me lord firmshaft you still be a cabin boy <br/>
yes i still live !! so it took me two year to reply but what 2 years to a dwarf</p></r>
So what part is not making this display and why do i not have an error log?