Stephan,
do you know what I can do about this error: 

*Error: *The action *index* is not defined in controller *GroupsController*

*Error: *Create *GroupsController::**index()* in file: 
app/Controller/GroupsController.php.

<?php
class GroupsController extends AppController {
*
        public function index() {

        }
*
}

my GroupController already has this:

class GroupsController extends BaseAppController

{

Thanks

D


On Wednesday, August 27, 2014 11:29:07 AM UTC-4, Dallas wrote:
>
> GREAT - that got rid of that error - now on to the next.  Thanks again 
> Stephan  - I just removed RequestHandler from this line:
>  public $components = array('Session');
> D
>
> On Saturday, August 23, 2014 5:47:08 PM UTC-4, Dallas wrote:
>>
>> does anyone know how this should be 
>>
>> <?php e($html->image('index_01.jpg'));?></td>
>>
>> and 
>>    <?php e($html->css('shark')); ?>
>>
>> shark being my stylesheet.  when I removed the above css line, my 
>> background came up.  So I do not know if I no longer need these lines or if 
>> the language has changed. They were calling for undefined functions in the 
>> error messages.
>>
>> Thanks for any help
>>
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to