x00
MVPx00 MVP
Reactions
-
Re: 'Customize Theme'
Are you on hosted? In which case you asking in the wrong place. (View Post)1 -
Re: JSON Error with Vanilla 2.0.18.12
Better way to debug is figure out what you are getting back by looking the network traffic in inspect. That will tell you what you are getting instead of the JSON. (View Post)1 -
Re: Using/ in discussion does crash the discussion
I will file an issue. should be '`[\s_]|[^\w\d]`' you can simplify to just '`[^\w\d]`' (View Post)4 -
Re: Using/ in discussion does crash the discussion
I think i found the bug php -aphp > echo preg_replace('`[\s_[^\w\d]]`', '-', 'lots of spaces ');lots of spaces That is not a valid expression for what you want. (View Post)2 -
Re: Using/ in discussion does crash the discussion
don't think this is at the Apache level, because I see discussion links are appearing incorrectly on your discussion list. Those are getting parsed in real time and should not have spaces etc. regard… (View Post)1
