HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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
line 66 is where it is having an issue.