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

  • R_JR_J 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;
    
  • Hammo00Hammo00 New
    edited May 2018

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

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

  • @Hammo00

    Well, something changed it!

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

Sign In or Register to comment.