charrondev
Vanilla Staffcharrondev Vanilla Staff
Reactions
-
Re: Cant make new posts after updating to 2.8 (and moving server)
The utilities are critical. Of course every step is important but they will complete the Database migration for you in most circumstances. Occasionally for very large tables it may be necessary to ma… (View Post)1 -
Re: Keystone Theme - how do I add some additional menu items?
The next release will have an easy way to add these without any particular theming knowledge. Until then this requires a custom theme. (View Post)2 -
Re: PHP 7.3 error
I understand that. It will probably be at least a month before the next official open source release. In the meantime you can make your own build from the branch we use for Vanilla Cloud (it’s usuall… (View Post)1 -
Re: PHP 7.3 error
It’s worth noting we’ve fixed PHP 7.3 on master. Within the next week all Vanilla developers will be running PHP 7.3 on their development machines and we already have all of our automated tests passi… (View Post)2 -
Re: how to write the validation using API format
@R_J I'll note best practice for these controllers (as documented) is to always have a `$this->permission()` call even if it's an empty string. This allows "default" permissions to be en… (View Post)3