I'm running into an issue with getting acm admin cpanel to make the
first session read on line 33

                        <?php 
if($this->controller->Session->read('ACM.AutoLoad')){ ?>

which causes

                    Fatal error: Call to a member function read() on a
non-object in
                         C:\Apache2\htdocs\cake\app\plugins\acm\views
\layouts\cpanel.thtml on line 33

I'm using cakephp 1.2 (5146 2007-05-21) and the latest version of acm.
The session access appears to work correctly from the controller, but
does not appear to be initialized in the views.

I've read the thread regarding session initialization in the
controller

http://groups.google.com/group/cake-php/browse_thread/thread/f19fe8d0eecabadb/227f8de5ff37a5ad?lnk=gst&q=acm+session-%3Eread&rnum=1#227f8de5ff37a5ad

But now I can't seem to get past the view's session->read.

What am I missing?

Thanks! Jeff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to