Jump to content

Missing Controller in Moved App


tcat

Recommended Posts

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 (8): 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.