x00
MVPx00 MVP
Reactions
-
Re: Name is ** characters too long. Error
this id becuase you language is in multi-bytes. http://stackoverflow.com/a/3739871/3194564 either you can upgrade you mysql or you can increase your field length. not the documentation states that My… (View Post)2 -
Re: Vanilla Grinding To A Halt
Although thoses aren't directly the problem, the number of request does have a cumulative effect, if the server is already tied up, even if individually minimal. Either put the further forward with a… (View Post)1 -
Re: Code Attachment Opens in Webpage
http://en.wikipedia.org/wiki/MIME http://www.besthostratings.com/articles/mime-types-htaccess.html (View Post)3 -
Re: Vanilla Grinding To A Halt
PHP Memcache isn't supported, Only PHP Memcahced. You simply need to install memecached server, and php memcached. Then you enable it is in config. $Configuration['Cache']['Enabled'] = TRUE;$Configur… (View Post)2 -
Re: [Solved] [Split] Problem with HTML tables in Discussions*
there is a cofig option Garden.Format.ReplaceNewlines you could set it to FALSE. I affects all newlines, but if you are using WYIWYG it shouldn't be a problem. (View Post)1
