I keep getting "Something has gone wrong."
I have just installed Vanilla through Softaculous onto my server.
Every time i visit the community page of my website, vanilla spits an error.
I am using Vanilla 3.3
Please tell me if I am not using the latest version.
0

Comments
I have the same issue when I try to edit the categories in settings.
I'm running:
Vanilla 3.3
Apache 2.4.41
Mariadb 10.3.22
PHP 7.4
Ubuntu 20.04
You need to set
$Configuration['Debug'] = TRUE;into your config file to see a detailed error messageThanks for the help. Included is the debug log for the error.
Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead.
The error occurred on or near: /var/www/html/vanilla/applications/vanilla/views/vanillasettings/editcategory.twig
62: {{ form.imageUploadPreview( 63: 'Photo', 64: t('Photo'), 65: '', 66: category.CategoryID !== null ? 'vanilla/settings/deletecategoryphoto/' ~ category.CategoryID : '' 67: ) }} 68: 69: {# 70: // Extended fields may be defined through some addon.line 66 is where it is having an issue.