i have installed and configured cake php successfully in xampp  under
the folder htdocs\cake
i got the following  message also

Your database configuration file is present.

Cake is able to connect to the database.

i have created  a database called project and with table name as
bookmarks.

I have a model named bookmark.php   with the following code stored in
the /app/models

<?php
class Bookmark extends AppModel
{
        var $name = 'Bookmark';
}
?>

I have a controller  named bookmarks_controller.php   with the
following code stored in the /app/controllers


<?php
class BookmarksController extends AppController
{
        var $name = 'Bookmarks';
        var $scaffold;
}
?>
when i tried with the following url:
http://localhost/bookmarks/

i got the error below:

Object not found!
The requested URL was not found on this server. If you entered the URL
manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
localhost
05/30/07 19:54:00
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e
mod_autoindex_color PHP/5.2.2

Kindly  offer a solution as early as possible

thank you.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to