HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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.

https://community.rdso.net/

I am using Vanilla 3.3

Please tell me if I am not using the latest version.


Tagged:

Comments

  • Options

    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

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    You need to set $Configuration['Debug'] = TRUE;into your config file to see a detailed error message

  • Options
    beacon147beacon147 New
    edited June 2020

    Thanks 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.

Sign In or Register to comment.