Caylus
✭✭Caylus ✭✭
Reactions
-
Re: Fatal Error HTMLDocument.php
Good to hear we've at least solved one issue! XD The new error is due to a file permission issue. PHP doesn't have the right permissions yet to create necessary directories and such. This stackoverfl… (View Post)1 -
Re: Fatal Error HTMLDocument.php
Hey Dyplo, seems like the core php DOM package is not installed on your VPS. Apparently some Linux distributions seperate it from the rest of core php in a seperate package, for some reason. Do you h… (View Post)2 -
Re: Vanilla 2021.009 (formerly Vanilla 4.0) is now available
For others who experience the same problem, do note that there are several more steps to upgrading than simply copying files: https://success.vanillaforums.com/kb/articles/158-upgrading There are a f… (View Post)4 -
Re: Unknown character set: 'utf8mb4'
Could you add the following lines to config.php and pray really hard it works? $Configuration['Database']['CharacterEncoding'] = 'utf8'; $Configuration['Database']['ExtendedProperties']['Collate'] = … (View Post)2 -
Re: Any plugin conversion tool available/necessary for Vanilla 2.5?
For my own use I've created this plugin: https://github.com/Caylus/PluginFixer/blob/master/class.PluginFixer.php You download a zip file from the addon section, go to the settings page of this plugin… (View Post)6