Postponed
Project:
Feature Server (fserver)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 07:51 UTC
Updated:
2 Sep 2012 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jzornig commentedit looks like the latest dev of ctools is the cause of this issue.
Comment #2
jzornig commentedI tracked down the particular commit in the ctools log which breaks the updatexml views style plugin.
http://drupal.org/node/1369082#comment-5753894
Comment #3
eugenmayer commentedthanks for the investigation!
Comment #4
hnln commentedThis 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.
Comment #5
jzornig commentedThanks HnLn. I used your manual fix to good effect.
Comment #6
jamesHF commentedI also want to thank HnLn! Removing the conditional, and just returning the version worked for me too.
Comment #7
eugenmayer commentedfor now, postponing all all D7 issues, as the branch seems unmaintained by the initial author. PLease suggest using D6 rather for now
Comment #8
guillaumev commentedJust providing a patch for this issue.
Comment #9
eugenmayer commentedthank you!