Missing Component Class
You are seeing this error because the component class HalongtourComponent you have set in PController can't be found or doesn't exist.
Notice: If you want to customize this error message, create app/views/errors/missing_component_class.ctp
Fatal: Create the class below in file: app/controllers/components/halongtour.php
<?php
class HalongtourComponent extends Object {
}
?>
