Just tired to update to your latest dev version and got this site warning about 25 times;
Notice: Undefined index: cpv_js in cpv_plugin_display_extender_code->options_submit() (line 104 of /home4/growtogi/public_html/sites/all/modules/cpv/cpv_plugin_display_extender_code.inc).
It seems to be a conflict with the Code per view module.
I did try clearing cache, running update, etc. Nothing worked.
As soon as I copied my backed up views folder back in the message went away and everything is fine.
I found this link http://drupal.org/node/1347904
which referred it back to views here - http://drupal.org/node/1281698
Comments
Comment #1
dawehnerSo this is basically already fixed.
Comment #2
IWasBornToWin commentedAre you saying you changed something in the dev file since yesterday when I posted this? And that I can now reinstall the latest dev?
Comment #3
IWasBornToWin commentedComment #4
dawehnerWell the views part is fixed, cpv probably need a fix as well.
Comment #5
IWasBornToWin commentedSeems like a circle here. I referenced this post to cpv because cpv said it was a views issue. Are you suggesting my working cpv with my current views needs to be changed for the new views?
Comment #6
dawehnercpv needs to implement option_definition_alter not option_definition.
Comment #7
IWasBornToWin commentedOK. I will pass along.