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
breastfed
New
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!
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!
0
Comments
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?
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
Now the Bonk page is more detailed.
something happend - i got the page. but complete without the CSS and JS Files.
How can i add them quick?