Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6720993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:16:39+00:00 2026-05-26T09:16:39+00:00

The project was developed with CakePHP-1.3 Now I’m trying to upgrade to CakePHP-2.0 I

  • 0

The project was developed with CakePHP-1.3

Now I’m trying to upgrade to CakePHP-2.0

I have renamed all controllers and mode with the CakePHP-2.0 conventions.

Now if I reloads the page I got error like this:

Indirect modification of overloaded property PostsController::$Auth has no effect [APP/Controller/PostsController.php, line 11]

The code:

PostsController:

$this->Auth->allowedActions =
        array('index','view','archive','listarchive','viewfromcategory','tags','aboutme','contact','polls');

AppController:

class AppController extends Controller {
    var $components = array('Acl', 'Session', 'Auth','RequestHandler');
    //var $helpers = array('Html', 'Form','Js','Session','Cache');
    var $helpers = array('Html', 'Form','Js','Session');

    function beforeFilter() {
        //Configure AuthComponent           
        $this->Auth->actionPath = 'controllers/';

        $this->Auth->allowedActions = array('display');

        //$this->Auth->authorize = 'actions';
        $this->Auth->loginAction = array('controller' => 'users', 'action' => 'login');
        $this->Auth->logoutRedirect = array('controller' => 'posts', 'action' => 'index');
        $this->Auth->loginRedirect = array('controller' => 'posts', 'action' => 'index');
    }

How can I fix this problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:16:40+00:00Added an answer on May 26, 2026 at 9:16 am

    As mentioned in the Cake 2.0 migration guide:

    AuthComponent

    The AuthComponent was entirely re-factored for 2.0, this was done to
    help reduce developer confusion and frustration. In addition,
    AuthComponent was made more flexible and extensible. You can find out
    more in the Authentication guide.

    You are getting that error because of the changes to the cakephp core, so you should adjust your code according to the new guides.

    I have encountered the same issue when modifying the data array inside the controller:

    $this->data['foo'] = 'bar';
    

    and had to switch this to use the new CakeRequest object:

    $this->request->data['foo'] = 'bar';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a project with cakephp-1.3.10 . Now I want to upgrade it
The project was developed with cakephp-2.0.2. Now i'm going to upgrade it to cakephp-2.0.3.
I have developed a project (employee management system), now I am on reporting part.
I have project developed using cakephp 1.3 and for testing I used SQL Inject
The project is developed using CakePHP. The page is of a news feed article.
I have a standard (I think) web project developed with the eclipse IDE. I
I have installed MAMP on my laptop and moved my web project (developed using
I am new to c++ programming, I have a c++ project developed in visual
I have one project with is developed in Php and javascript. How to open
I have a project that was developed for iPhone OS 2.0. I am transforming

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.