-
cakephp 3 not able to save data
about 9 years ago
-
about 9 years ago
Hi Suddhanshu, It seems that you have not included the Model for Status in your code from the initial look at the error.
You have to included the code specifying the model that you need to use in the Controller
public $uses = array('Status','OtherModel');
If you already have done that please send in the detailed error log to investigate the issue further.
Naren
-
1 Answer(s)