bjorn / rpgdx

RPGDX
http://rpgdx.net
2 stars 3 forks source link

Forum post contents is empty #10

Closed bjorn closed 3 months ago

bjorn commented 3 months ago

See for example https://rpgdx.net/forums/viewtopic.php?t=2831, but all topics appear to be affected.

The posts are there with all their meta-info, but the contents are missing.

bjorn commented 3 months ago

This is due to the "bad words" filter (in practice, this is only used on RPGDX to correct spelling errors). Probably changes in PHP have caused the existing expressions to filter out the post content's entirely.

Since I'm not sure how to fix this, I have just commented out the filter for now.

Poikilos commented 3 months ago

The ereg shim may make too many assumptions and need to be improved. It is the same code as upstream other than the structure (I just made it not require composer), but I can look at the code again and make sure I didn't remove any functionality, and also improve the upstream functionality if necessary.

bjorn commented 3 months ago

@Poikilos Would be nice if you could look into it. I've opened #17 about it, now that this issue is closed.