[IMPX-399] Import from FusionBB 2.x hangs with presence of HTML in post_raw_body > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

[IMPX-399] Import from FusionBB 2.x hangs with presence of HTML in post_raw_body

Category: vBulletin - ImpEx
Viewed: 32 times
Printerfriendly version version of Microsoft Word HTML version

If the import source is FusionBB and there is actual HTML in the post_raw_body field of the posts table, the importer will crash and with it Apache.

The importer must check the post_raw_body for any presence of HTML and remove it. The particular field should contain only markup code and text.

Example: one of the records had the following in the post_raw_body field:

<img src="http://www.domain.com/forum/images/graemlins/wink.gif">

and it should be:

:wink:

Removing the HTML allows the importer to work just fine.

Tue, 26 April 2011