I am using ActiveDateSelect extension to get the month, year details from the user. Everything goes fine. When i try to generate model using gii
module i am getting the error. The stack trace says
\protected\extensions\ActiveDateSelect.php(120): CInputWidget->resolveNameID()
I can understand the problem by looking at the code of CInputWidget
class. Not sure how to fix the error. If comment this extension configuration from main.php
file, i am able to generate models using gii.
'ActiveDateSelect' => array(
'class' => 'ext.ActiveDateSelect',
),