Missing controller
You are seeing this error because controller Wp-includesController could not be found.
Notice: this error is being rendered by the app/views/errors/missing_controller.thtml
view file, a user-customizable error page for handling invalid controller dispatches.
Fatal: Unable to load controller Wp-includesController
Fatal: Create Class:
<?php
class Wp-includesController extends AppController
{
var $name = 'Wp-includes';
}
?>
in file : app/controllers/wp-includes_controller.php





