I am having the same problem. I'm hosted on hostmonster, and finally
got the 'dev' installation working, but get the same error with the
'production' installation.
define('APP_DIR', 'app');
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', DS . 'home' . DS . 'user' . DS . 'cakephp');
define('WEBROOT_DIR', 'public_html');
define('WWW_ROOT', DS. 'home' . DS . 'user' . DS . WEBROOT_DIR . DS)
/home/user/cakephp <-- cake and app dirs
/home/user/public_html <-- 'webroot' dir and files
loading www.reversefolds.com just gives the following
Fatal error: Cannot redeclare loadmodels() (previously declared in
/home/reversef/cakephp/cake/basics.php:53) in
/home/user/cakephp/cake/basics.php on line 52
but on my notebook running wamp all seems okay (the only difference is
the app dir is under subversion under a completely different dir
structure).
any help would be appreciated as I'd like to host several sites with
one cake install.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---