Hi,
I am using controller with name categorymappings_controller.php
Here is some of its contents:
class CategorymappingsController extends AppController
{
var $name = 'Categorymappings';
var $uses =
array('Categorymapping','Product','Category','Productlinkshare','Productcommissionjunction','Productperformic');
var $helpers = array('Pagination','Html','Javascript','Ajax');
var $components = array ('Pagination');
--------------
----------------
---------------
------------------
//some more code
-------------
---------
}
and here is the model categorymapping.php
class Categorymapping extends AppModel
{
var $name = 'Categorymapping';
}
I am getting requested address not found error
I tried it by renaming everthing but didn't worked.
Moreover it works ok when I change debug level to 1 or 2 from 0 in
core.php
Can any body tell me solution to this.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---