Missing Controller
Error: LpeController could not be found.
Error: Create the class LpeController below in file: app/controllers/lpe_controller.php
<?php
class LpeController extends AppController {
var $name = 'Lpe';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
