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

  • SEARCH
  • Home
  • 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 6136869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:39:22+00:00 2026-05-23T17:39:22+00:00

I get the following errors when viewing my Admin Index Notice (8): Undefined property:

  • 0

I get the following errors when viewing my Admin Index

Notice (8): Undefined property: ClientsController::$Clients [APP/controllers/clients_controller.php, line 27]

Call to a member function find() on a non-object in /Users/cameron/Sites/crm/app/controllers/clients_controller.php on line 27

here is the code:

class ClientsController extends AppController
{
    var $name = 'Clients';

    function beforeFilter()
    {
        parent::beforeFilter();
        $this->Auth->allow(array('*'));  
    }

    function index()
    {
        $this->set('clients', $this->Clients->find('all'));
    }

    function view ( $id, $slug )
    {
        $article = $this->Clients->read(null, Tiny::reverseTiny($id));

        $this->set(compact('client'));
    }

    function admin_index()
    {
        $this->set('clients', $this->Clients->find('all'));
    }

Any ideas what the issue is here? (I have created a Model also)

  • 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-23T17:39:23+00:00Added an answer on May 23, 2026 at 5:39 pm

    Some potential issues:

    Normally

    var $name = 'Client'; // Not Clients
    

    You have a Client, and the controller is for “Clients”.

    Try:

    $this->set('clients', $this->Client->find('all'));
    

    with the above suggestion on var $name.

    See a more complete list of potential solutions here if that doesn’t lead you down the right path.

    CakePHP call to member function on non-object

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i get the following errors ( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php
I get the following errors on my app: Notice (8): Undefined variable: session [APP/views/layouts/admin_default.ctp,
when I archive my iOS app I get the following errors: ld: warning: alignment
After installing CorePlot I get the following errors: Property attributes 'assign' and 'weak' are
When I try to serialize class with protected members, I get the following errors:
For the following header I get the same two errors on all my sitemaps.
I want to do the following,but I get errors: procedure JumpToCodeCave(CurrentLocation:DWORD;Destination:Pointer;out_JmpBack:Pointer); var calc:DWORD; jmppatch:Array[0..3]
I tried the following code. Although I don't get any errors, it did not
When I run my django test I get following errors, that are outside of
I get the following errors when I try to compile any Android RenderScript sample

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.