Notifications
Clear all
Topic starter
11/04/2019 3:04 pm
error: E_WARNING: preg_replace(): Unknown modifier '#'
This error is thrown when viewing a post, if you have imported words which contain the hash '#' symbol. The effect is that all posts become blank as the preg_replace fails! The fix is to delete any words with the hash symbol.
I think you should allow the hashed, but need to manage them correctly in the regular expression.
Mistral