Missing Controller

Error: Travels.phpController could not be found.

Error: Create the class Travels.phpController below in file: httpdocs/controllers/travels.php_controller.php

<?php
class Travels.phpController extends AppController {

	var $name = 'Travels.php';
}
?>

Notice: If you want to customize this error message, create httpdocs/views/errors/missing_controller.ctp

(default) 3 queries took 8 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `cake_sessions`.`data` FROM `cake_sessions` WHERE `cake_sessions`.`id` = '62e5fbcf420dcd28542717f68489031c'110
2SELECT COUNT(id) AS count FROM `cake_sessions` WHERE `id` = '62e5fbcf420dcd28542717f68489031c'113
3UPDATE `cake_sessions` SET `data` = '', `expires` = 1328456644 WHERE `id` = '62e5fbcf420dcd28542717f68489031c'15