Apache version          1.3.34 (Unix)
        MySQL version   4.1.19-standard
        PHP version     4.4.2
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////

-- ----------------------------
-- Table structure for trains
-- ----------------------------
CREATE TABLE `trains`(
`id` int(11) NOT NULL AUTO_INCREMENT ,
`start_loc` varchar(255) ,
`end_loc` varchar(255) ,
`start_datetime` datetime ,
`end_datetime` datetime ,
`created` datetime ,
`updated` datetime ,
PRIMARY KEY (`id`)) TYPE=MyISAM;
////////////////////////////////////////////////////////////////////////////////////////////////////

//                                            ERROR ON DEBUG  3

Missing Database Table

No Database table for model Train (expected "trains"), create it first.

Notice: this error is being rendered by the
app/views/errors/missing_table.thtml view file, a user-customizable
error page.
0 query took ms Nr      Query   Error   Affected        Num. rows       Took 
(ms)

////////////////////////////////////////////////////////////////////////////////////////////////////////////


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

Reply via email to