Hi all,
I have a problem using CAutoComplete or CJuiAutoComplete. When I do as so:
<?php $this->widget('CAutoComplete', array(
'model' => $model,
'attribute' => 'username',
'data' => $usernames,
'multiple' => false,
'htmlOptions' => array('size' => 25),
); ?>
My page blanks out. When I use another widget, and lets say forget to provide all neccesary parameters the least i should get is an error page with a stacktrace, but there is no output at all.
I am calling this from inside a CActiveForm widget with Yii 1.1.12.
Any suggestions are greatly appreciated. :-)
Page 1 of 1
Usage Of Cautocomplete & Cjuiautocomplete Produces Blank Page Bug or misunderstanding usage, using Yii 1.1.12
#2
Posted 28 December 2012 - 03:56 AM
If the above is a direct copy/paste... then the problem is in the closing parenthesis - you are missing one!
Most probably you have disabled the option to show PHP errors, for the development it would be most helpful for you to enable it.
Most probably you have disabled the option to show PHP errors, for the development it would be most helpful for you to enable it.
Find more about me.... btw. Do you know your WAN IP?
#3
Posted 28 December 2012 - 03:59 AM
Ohhh nooo,
many thanks Maurizio.... of course its my bad
many thanks Maurizio.... of course its my bad
Maurizio Domba, on 28 December 2012 - 03:56 AM, said:
If the above is a direct copy/paste... then the problem is in the closing parenthesis - you are missing one!
Most probably you have disabled the option to show PHP errors, for the development it would be most helpful for you to enable it.
Most probably you have disabled the option to show PHP errors, for the development it would be most helpful for you to enable it.
Share this topic:
Page 1 of 1

Help












