x00
MVPx00 MVP
Reactions
-
Re: Problems with setup for Vanilla 2.2
2.2 is not even beta, you should not be using on a production site, period (or full stop). 2.1 is beta. (View Post)1 -
Re: VanillaForums.org has a new home
Ok I'm sure it is some defaults, or some historical bad exit node which can be reset. (View Post)1 -
Re: Why can't I shell_exec ImageMagick from a plugin?
one can only assume you have some restriction effective this section for your site. It could be also, you could have server security preventing files owned/or run but users using shell calls. End of … (View Post)2 -
Re: fatal error after update 2.0.18.10
you took at diff for for point in th 2.1 branch and tried to apply it to your case. You need to follow advice made in the other thread, which is make a diff of you changes vs. 2.0.18.9, then reapply … (View Post)3 -
Re: How to call Gdn::Config('Garden.Title') in my plugin?
First consider doing it differently. $Sender->AddDefinition('GdnTitle',C('Garden.Title')); use makejs.js not makejs.php and reference it like so var gdnTitle = gdn.definition('GdnTitle'); This cut… (View Post)1
