操作
Backport(バックポート) #1825
完了Warning in ApplicationUserSettingForm::save() while saving data type of "BOOL"
開始日:
2010-11-30
期日:
進捗率:
100%
予定工数:
説明
Overview¶
Warning in ApplicationUserSettingForm::save() while saving data type of "BOOL".
PHP Warning: strlen() expects parameter 1 to be string, array given in /home/kawahara/dev/OpenPNE3_6/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionProfiler.class.php on line 198
Causes¶
When data type is "BOOL", form field is checkbox.
Therefor, validated value is Array.
Way to fix¶
I'll change form field to radio button.
操作