Kswift
✭Kswift ✭
Reactions
-
Re: Possible to remove / filter multiple line breaks?
Thanks! Well I went through it all, and it was easiest to go into the database and use these queries: UPDATE GDN_Comment SET Body = REPLACE(Body,'\n\n\n','\n') UPDATE GDN_Discussion SET Body = REPLAC… (View Post)4 -
Re: Vanilla 2.1 blank page issue
Wow... my next step was to enable bug checking: I added this this to conf/config.php $Configuration['Garden']['Errors']['LogEnabled'] = TRUE; $Configuration['Garden']['Errors']['LogFile'] = 'logs/err… (View Post)2 -
Re: Vanilla 2.1 blank page issue
I had to recompile my Php wih mb_detect enabled. Now it's working! (View Post)3