Ticket #153 (closed defect: fixed)
Addons s.l Download controller missing.
Description
i'm seeing this while trying to download Labyrinth:
http://addons.sugarlabs.org/en-US/sugar/downloads/25894/labyrinth-4.xo
Missing Method in DownloadsController
You are seeing this error because the action 25894 is not defined in controller DownloadsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the DownloadsController::25894() in file : app/controllers/downloads_controller.php
<?php
class DownloadsController extends AppController {
function 25894() {
}
}
?>
i know there is active development on addons, but this bug might be of help.
Change History
Note: See
TracTickets for help on using
tickets.
