You are seeing this error because the action basic is not defined in controller JewelryController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the JewelryController::basic() in file : app/controllers/jewelry_controller.php
<?php
class JewelryController extends AppController {
function basic() {
}
}
?>