Quote:
Originally Posted by y2ksw
It is the first post with an img tag which has not the iei_parsed flag set to 1.
Code:
SELECT * FROM post WHERE iei_parsed=0 AND pagetext LIKE '%[img%' ORDER BY postid LIMIT 1
|
Thank you, that gave me the clue I needed.
I found the post, but what I found may be indicating a bug.
My instance of where it hung:
Quote:
Put an [img ] "http://yourpic.com" [/img ] in your sig. good luck!
|
The above quote is the actual text in the post where it hung, and in this case it was a poster some years back giving instruction on how to use the IMG tag in the signature.
Please note the poster put an added space in the IMG open and close tag to keep it from parsing, in their example of instruction.
It appears that this mod still looks at the text "[img ]" as "[img]" instead and attempts to do a replacement on this even though it is not an actual IMG tag to be replaced.
edit to add: I cleared this problem, and it immediatly hung on the next instance of where "[img] was used in a post as text, but without the closing tag. Again, another instance of a poster giving instruction.