tcat Posted September 9, 2010 Share Posted September 9, 2010 Moving an application from one server and domain to another. Have updated all references that I can find to the old url and db. Mirrored all permissions, etc. Am getting the following notice: Notice (: Undefined index: CakeCookie [APP/config/bootstrap.php, line 47] $user_preferred_city = ''; // Checking whether user has already visited our site $user_preferred_city = $_COOKIE['CakeCookie']['signup_city_name']; $boot = true $shellPaths = null $localePaths = null $vendorPaths = null $pluginPaths = null $helperPaths = null $viewPaths = null $componentPaths = null $controllerPaths = null $behaviorPaths = null $modelPaths = null $user_preferred_city = "" $user_preferred_city = ''; // Checking whether user has already visited our site $user_preferred_city = $_COOKIE['CakeCookie']['signup_city_name']; include - APP/config/bootstrap.php, line 47 Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 660 Configure::getInstance() - CORE/cake/libs/configure.php, line 137 include - CORE/cake/bootstrap.php, line 43 [main] - APP/webroot/index.php, line 81 What should I look for to resolve this? Am new to PHP and more of a dba than anything, so I a really appreciate any help you can offer. Thanks! Link to comment https://forums.phpfreaks.com/topic/212969-missing-controller-in-moved-app/ Share on other sites More sharing options...
tcat Posted September 9, 2010 Author Share Posted September 9, 2010 oops, didn't mean to quote my own post. Link to comment https://forums.phpfreaks.com/topic/212969-missing-controller-in-moved-app/#findComment-1109231 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.