Closed (duplicate)
Project:
Panels
Version:
6.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 11:37 UTC
Updated:
14 Jan 2013 at 23:18 UTC
With CTools 6.x-3.10 the API version is increased to 1.9. Even the latest Panels Dev requires API version 1.8. Could I safely increase it to 1.9 or are there more fixes to be done?
Comments
Comment #1
merlinofchaos commentedThe API requirement should just be a minimum, not a solid "it must be this version" requirement.
Can you be more specific about what doesn't work?
Comment #2
Wolfgang Reszel commentedWell, I get this message and my home page (the only panels page I use) is gone:
Comment #3
Wolfgang Reszel commentedI'm not the only person with this problem:
http://drupal.org/node/1845642
Comment #4
merlinofchaos commentedI've doublechecked the code, and it's doing a version_compare using the version passed as a minimum.
This is working on our dev sites, too, so there is something particularly strange going on.
If you have a site running where you can replicate this, would it be possible for you to add some debug messages to the function ctools_api_version() in ctools.module and see what, exactly, the data is and what is failing?
Comment #5
katharine_gates commentedAny developments on this? Would love to update this _wonderful_ module but certainly don't want to break Panels!
Comment #6
esmerel commented