Shouldn't it be "class EventContact extends AppModel" instead of "class Event_contact extends AppModel"
On Aug 18, 2:26 pm, RogerM <[email protected]> wrote: > I notice that it seems the error is coming from /webroot/index.php in: > > if (!include(CORE_PATH . 'cake' . DS . 'bootstrap.php')) { > trigger_error("CakePHP core could not be found. Check the > value of > CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to > the directory containing your " . DS . "cake core directory and your > " . DS . "vendors root directory.", E_USER_ERROR); > } > > When I try to echo CORE_PATH; I get nothing. Could this be the > problem? > > On Aug 18, 12:06 pm, AD7six <[email protected]> wrote: > > > > > On Aug 18, 3:46 pm, RogerM <[email protected]> wrote: > > > > I am trying to update our cakephp 1.1 app to 1.2 as I think going from > > > 1.1 to 1.3 might be a big jump. > > > I have debug set to 3 and all I get on the screen is this: > > > > Fatal error: Class 'EventContact' not found in "PATH"/cake/libs/ > > > class_registry.php on line 139 > > > > What is going on? > > > You've got a file in the right place without that class in it. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
