Closed (fixed)
Project:
Panelizer (obsolete)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2013 at 01:42 UTC
Updated:
14 Oct 2016 at 00:44 UTC
Jump to comment: Most recent
Comments
Comment #1
damienmckennaOne bug has been reported already: #2124517: Custom displays Default out after upgrading from 2.x to 3.x
Comment #2
damienmckennaComment #3
damienmckennaComment #4
PeterStub commentedI can confirm that after an upgrade from 2->3 - exported through features - none of our defaults were available. I can see them in my list of features - and they need to be reverted - but I cant. The checkbox is there and it says Reverted - but its not.
Just tried a clean installation with version 2. Created some defaults with different layout/content. Did a feature export. Then installed a new site with version 3. Added my feature and enabled it. Nothing - empty dropdown when creating new article. Disabled feature and then a default showed up.
Is there anything I can try/do?
Tks
Comment #5
damienmckennaBumping this to v3.3.
Comment #6
damienmckennaPulling off the release schedule, not sure when this will be completed.
Comment #7
helmo commentedWhen running the db update hooks in an upgrade from 2.0 to 3.4 I get:
Aegir thoughtfully rolled back to let me try again.
I then did it manually and when starting the update process a second time with the two db_add_field() calls from 7105 commented out I managed to let it continue.
And later on:
This looks like #2790289: Update 7300 Fails due to Error 1064 for which I was able to create a patch #2790289-3: Update 7300 Fails due to Error 1064.
Comment #8
azinck commentedI get exactly the issues as helmo when updating from 2.0 to 3.4.
I took out an issue to fix the problem with 7105: #2796175: Database warning when executing panelizer_update_7105()
Comment #9
damienmckennaI'm going to work on this within the next few days, apologies for the delay.
Comment #10
damienmckennaPlease test the patch I added to #2124517: Custom displays Default out after upgrading from 2.x to 3.x and let me know if that solves the problems when upgrading from 7.x-2.x.
Comment #11
damienmckenna@helmo: The view_mode field is set to VARCHAR(128), do you have an entity with a view mode name that is longer than 128 characters?
The main entity configuration variable is fixed, if anything else is wrong then please open a new issue.