tort Posted July 17 Posted July 17 The provider Terabyte just upgraded my long overdue and large forum and asked me to post this issue for staff comment: "I noticed one issue with the task that rebuilds the posts. It is currently throwing an INVALID_URL exception when it hits specific posts. After a quick investigation, I found that the task seems to throw the error when it's parsing a post that contains a mention like this one => @Torsten This is something IPS should look into as it seems to be a bug with how the rebuild posts task parses the URLs. In case IPS asks, I've already tried re-running the tasks with all modifications disabled (which is only the Chatbox application really)."
Marc Posted July 17 Posted July 17 I have created a ticket on this for you. Please ensure all access details on file are up to date
teraßyte Posted July 17 Posted July 17 To add some more details, the RebuildPosts task is throwing errors when parsing posts with this mention HTML content: <p> <a contenteditable="false" data-ipshover="" data-ipshover-target="<___base_url___>/index.php?/profile/XXXX-NAME/&do=hovercard" data-mentionid="XXXX" href="<___base_url___>/index.php?/profile/XXXX-NAME/" rel="">@NAME</a> testing a mention post. </p> Removing the A element for the mention hovercard makes the rebuild task proceed with no errors: <p> @NAME testing a mention post. </p> The Rebuild Posts task was already present and throwing errors while on version 4.3.5. I was hoping it was a bug fixed at some point, but even after upgrading to 4.7.17, the error is still there. That's when I investigated the issue and suggested the client post a bug report here.
Stuart Silvester Posted July 17 Posted July 17 The rebuildposts tasks should not be processing any data that has previously been 'rebuilt', mentions did not exist prior to v4.
teraßyte Posted July 17 Posted July 17 As I said, it was already there on version 4.3.5. It was not added by the upgrade to 4.7.17. Why it was there, to begin with, I'm not sure. 🤷♂️
Recommended Posts