You are seeing this error because controller PrivacyController could not be found.
Notice: If you want to customize this error message, create lib/app/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : lib/app/controllers/privacy_controller.php
<?php
class PrivacyController extends AppController {
var $name = 'Privacy';
}
?>