R_J
AdminR_J Admin
-
Re: Sending emails causes error
"Call to undefined function mb_encode_" is a good hint. Looks like you do not have enabled the PHP mbstring extension, which is a requirement for Vanilla (View Post)2 -
Re: Managing a custom theme with git
I have the following setup: Folders for my development files: My applications: ~/develop/vanilla/applications My plugin: ~/develop/vanilla/plugins My themes: ~/develop/vanilla/themes Folder for Vanil… (View Post)1 -
Re: Controller Routing in Vanilla 2.5
The dispatcher uses the following method: private function findController($parts) { // Look for the old-school application name as the first part of the path. if (in_array(val(0, $parts), $this->g… (View Post)1 -
Re: Controller Routing in Vanilla 2.5
* I have tested in my server and the error is the same => no server setup problem * I have tested example.com/discussions/categories and example.com/plugin/categories and got "regular" e… (View Post)1 -
Re: Image Thumbs in the Posts
Privacy concerns. (View Post)1