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.

Fatal Error in PHP.trigger_error();

After enabling Vanilla CMS 1.0b2 got an error "FATAL ERROR IN: PageModel.xSetRoute();"

http://clandelsur.com.ar/index.php?p=/

But, still my site went down...

Now I don't know how to fix it.

Please help, thanks in advance!!

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    This addon is not compatible with the new version of vanilla since 2.0... sorry
    You need to disable it via the config.php by changing TRUE to FALSE.
    Then delete the addon folder and also the .ini files from the cache.

  • trinadortrinador Indiana, USA New

    @vrijvlinder said:
    This addon is not compatible with the new version of vanilla since 2.0... sorry
    You need to disable it via the config.php by changing TRUE to FALSE.
    Then delete the addon folder and also the .ini files from the cache.

    Thanks for the answer, but...

    1) Didn't find the app inside the config.php
    2) Did delete the addon
    3) Did delete all the ini files

    Still the same.

  • trinadortrinador Indiana, USA New

    Don't worry, since I just started my forum decided to start all over.

    Thanks.

  • trinadortrinador Indiana, USA New

    where can I get a working CMS for vanilla 2.2?

  • x00x00 MVP
    edited December 2015

    @trinador said:
    where can I get a working CMS for vanilla 2.2?

    this has not be actively developed since December 2011.

    What sort of content are you looking to include?

    There is the Articles app an various was of adding pages.

    grep is your friend.

  • trinadortrinador Indiana, USA New

    @x00 said:

    @trinador said:
    where can I get a working CMS for vanilla 2.2?

    this has not be actively developed since December 2011.

    What sort of content are you looking to include?

    There is the Articles app an various was of adding pages.

    Yep, saw that and using it... but I remember the old days using phpnuke... but with these pages is better I think. Thanks.

  • If this issue comes i noticed if u uninstall vanilla by removing folder first look for this in config.php

    $Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
    $Configuration['EnabledApplications']['VanillaCMS'] = 'vanillacms';

    just delete those 2 lines and you are done!

    just joined here to share this.. same issue almost ruined my day :chuffed:

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    just delete those 2 lines and you are done!

    If you delete $Configuration['EnabledApplications']['Vanilla'] = 'vanilla'; you will end up at the set up page. I would not recommend it if you have already installed Vanilla.

Sign In or Register to comment.