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.

How to build an Application - nothing is showing up

breastfedbreastfed New
edited May 2010 in Vanilla 2.0 - 2.8
Hello

i started to create an Application, but at point 2 -> http://vanillaforums.org/page/AppQuickStart
I am stuck. After i duplicated Skeleton and renamed the Controller and changed the About.php nothing is showing up under Applications.

What am i doing wrong?

Thanks!

Comments

  • i got it installed - but now i can't see "homepage" which i called "events" and where i got a new controller called "events" and a index.php in the View Folder of "events".

    Nothing happend - but "BONK" showed up, it is not detailed enough, so i can not see what might be wrong.

    This is my Contolller:
    <?php if (!defined('APPLICATION')) exit();

    class EventsController extends NewsController {
    public function Index() {
    $this->Render();
    }
    }

    Any Ideas?
  • Add the following to config/config.php
    $Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';

    Now the Bonk page is more detailed.
  • ah Thanks ;)
    something happend - i got the page. but complete without the CSS and JS Files.
    How can i add them quick?
  • I think that means something is really wrong. You can do without it though.
Sign In or Register to comment.