Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Installer giving 502 error
If you have access to the web server's php.ini file, you can find the max_execution_time setting in the file and change it to something like this: max_execution_time = 300 (View Post)2 -
Re: Porter 1.80 - phpbb 3 to Vanilla 2 syntax error :-/
Welcome to the community! That error is caused when using PHP 5.2 or earlier because Vanilla Porter uses closures, which requires PHP 5.3 or newer, so you'll need to upgrade PHP. (View Post)2 -
Re: Enable Real-Time Upload Bar.
The real-time upload bar requires PHP APC. If you have access to your web server PHP config files and if you're using PHP 5.4 or older, see if APC is installed and set apc.rfc1867 = on in the php.ini… (View Post)1 -
Re: Vanilla System Bot
There are no commands in the self-hosted version and it can be used by addons. (View Post)2 -
Re: How to change code tag formatting for 2.1b2 to match this forum?
You must create a custom.css file for all custom CSS code. All CSS changes will go in there as you should avoid modifying any files from Vanilla default files. http://vanillawiki.homebrewforums.net/i… (View Post)1