Yii_doc Cookbook: cant comment

Hi,

I want to post a comment to this link http://www.yiiframework.com/doc/cookbook/36

but I always got error


Please fix the following input errors:


    * Incorrect password.

I have put the exact value for it, but still…

any helps?

Anyway… since I cant comment for that post…

based on class CPSjQueryWidget extends CPSWidget line: 173


 

$_oWidget->target = ( isset( $arOptions[ 'target' ] ) ) ? $arOptions[ 'target' ] : '#' . $sName;



if the attribute ‘target’ is not defined, then it’s automatically change to name.

here the fix for the cookbook…

add this ini main.php :


'pogostick.widgets.jqui.*'

in views, use ‘target’ NOT ‘id’ :


CPSMarkItUpWidget::create( array( 'target' => 'myTextArea' ) );

Are you able to login using your forum username/password via that login portlet on the cookbook page?

nope.

I tried with login box on the top-right, and username-password combo field below post-comment-field.

neither works…