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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.