I've installed fserver 7.x-1.x-dev on D7.10 and the Updates view reports a missing style plugin and under the Sort criteria, a broken/missing handler.
In the Manage Features configuration the Views are shown as overridden but you cannot revert.

CommentFileSizeAuthor
#8 1416178-update_views-8.patch424 bytesguillaumev

Comments

jzornig’s picture

it looks like the latest dev of ctools is the cause of this issue.

jzornig’s picture

I tracked down the particular commit in the ctools log which breaks the updatexml views style plugin.
http://drupal.org/node/1369082#comment-5753894

eugenmayer’s picture

thanks for the investigation!

hnln’s picture

This was indeed a ctools (and/or) features issue where the hook_views_api had some conditions in it. Latest versions of these modules don't do this anymore, so if the fserver feature would be recreated, all would be fine. Or you manually fix it in fserver.features.inc and remove the "if ($module == "views" && $api == "views_default") {" from fserver_views_api.

jzornig’s picture

Thanks HnLn. I used your manual fix to good effect.

jamesHF’s picture

I also want to thank HnLn! Removing the conditional, and just returning the version worked for me too.

eugenmayer’s picture

Status: Active » Postponed

for now, postponing all all D7 issues, as the branch seems unmaintained by the initial author. PLease suggest using D6 rather for now

guillaumev’s picture

StatusFileSize
new424 bytes

Just providing a patch for this issue.

eugenmayer’s picture

thank you!