Can you post the contents of your /app/config/database.php file?
So far everything looks ok as far as I can tell.
If someone can't figure it out after that you might hop on the IRC channel and see if you can pick somebody's brain there.
On 7/21/06, Matt2012 <[EMAIL PROTECTED]> wrote:
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 [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
-~----------~----~----~----~------~----~------~--~---
- Missing Database Table Matt2012
- Re: Missing Database Table John Zimmerman [gmail]
- Re: Missing Database Table Matt2012
- Re: Missing Database Table John Zimmerman [gmail]
- Re: Missing Database Table Matt2012
- Re: Missing Database Table John Zimmerman [gmail]
- Re: Missing Database Tabl... Matt2012
- Re: Missing Database ... Matt2012
- Re: Missing Database ... John Zimmerman [gmail]
