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