2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

WhEditable bugs #59

Closed neowutran closed 10 years ago

neowutran commented 10 years ago

When i try to use WhEditable like this: http://yiiwheels.2amigos.us/site/grid#editablecolumn

I get a "Error 500 include(WhEditable.php): failed to open stream: No such file or directory" to fix this:

Then I get a "Error 500 Property CWebApplication.editable is not defined." this error come from the line"if ( yii::app()->editable->form != EditableConfig::FORM_BOOTSTRAP ) {" (there are 2 occurrence) in the file "WhEditableColumn.php" I don't know how to fix this so I commented the two "if" block.

After that I get a "Error 500 include(EditableField.php): failed to open stream: No such file or directory" to fix that:

After that the page is rendered correctly, but you can't edit.

You need to edit "WhEditableSaver.php":

After that it's working for me

(PS: Sorry about my english)

tonydspaniard commented 10 years ago

Great feedback... Thank you very much for your feedback. Will fix it asap.

anilkonsal commented 10 years ago

Fixes suggested by @neowutran worked for me. Thanks for help.

Tony, when you think this bug will be fixed in main branch as fixes are already provided by @neowutran.

kudzuu commented 10 years ago

Have fix yet?

marjss commented 10 years ago

Is it fixed???

app2one commented 10 years ago

Should it be assigned to someone first? Otherwise will not be fixed soon.

bitclaw commented 10 years ago

Suggested fix also worked for me , thanks @neowutran!

tonydspaniard commented 10 years ago

@neowutran I am running really out of time, would be great if you could provide a pull request!

antiyanky commented 10 years ago

Hola, ya realice todos los cambios, y muchos de los errores se fueron, el problema es que al editar cualquier campo, me tira el siguiente error:

https://www.dropbox.com/s/629p1h6ipe4rfx7/1.png https://www.dropbox.com/s/i731wjp9nfk6276/error2.png

por favor necesito de su ayuda, muchas gracias! (mi mail es arenzo@neutrocode.com)

tonydspaniard commented 10 years ago

This should have been fixed by #82