Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Applications turn on, and off again Help!

Hammo00Hammo00 New
edited May 2018 in Vanilla 2.0 - 2.8

Hi,

So I turn apps on, and then when I refresh they are off again.

The Config.HPP Says this:

// EnabledApplications
$Configuration['EnabledApplications']['Conversations'] = '/applications/conversations';
$Configuration['EnabledApplications']['Vanilla'] = '/applications/vanilla';
$Configuration['EnabledApplications']['BasicPages'] = '/applications/basicpages';

But it doesnt show anything in the dashboard. Both should work with 2.5.1

Thanks!

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    I have edited your post: you should use ~~~ above and below code to show multi line code.

    Where do those entries come from? They should be boolean like that:

    // EnabledApplications
    $Configuration['EnabledApplications']['Conversations'] = true;
    $Configuration['EnabledApplications']['Vanilla'] = true;
    $Configuration['EnabledApplications']['BasicPages'] = true;
    
  • Options
    Hammo00Hammo00 New
    edited May 2018

    These come frome the Config.PHP, I will see if changing them to booleans will fix it.

  • Options

    That fixed it, weird as I did not change a thing of it.

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

    @Hammo00

    Well, something changed it!

    Was it a new install? Did you use a 3rd party installer?

Sign In or Register to comment.