After upgrading to Panels 3, it seems I am no longer able to add views into my "Panel Pages"
The only options I am given are "Add Node Content" or "Add custom content"... (Where as before all my views were available (at least my view panels)...
I am unsure how to get these back... I have flushed all caches and made sure i have the most up to date versions of my modules.
The errors I also get when I attempt to "Add Node Content" is:
* warning: natcasesort() [function.natcasesort]: The argument should be an array in /sites/all/modules/panels/includes/display-edit.inc on line 740.
* warning: Invalid argument supplied for foreach() in /sites/all/modules/panels/includes/display-edit.inc on line 769.
I have checked over the recommendations and it does not seem my error is matching these Known Issues.
JD
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Picture 8.png | 66.87 KB | fighella |
| #2 | Picture 7.png | 104.18 KB | fighella |
| Picture 4.png | 8.15 KB | fighella | |
| Picture 3.png | 12.13 KB | fighella |
Comments
Comment #1
merlinofchaos commenteddid you enable the views content panes module?
Comment #2
fighella commentedYes this has been enabled.
Comment #3
fighella commentedThis may also shed some light.
Tables in the database that are not present in the schema. This indicates previously installed modules that are disabled but not un-installed or modules that do not use the Schema API.
* contemplate
* contemplate_files
* event_timezones
* fivestar_comment
* flexifilters
* flexifilters_parts
* freelinking
* image
* image_attach
* mollom
* panels_page
* panels_page_router_store
Although I have uninstalled the Panels module more than once to try and combat this for Panels.
Comment #4
merlinofchaos commentedupdate.php should've dropped the panels_page table.
Looking at your picture, it's not just Views that's not available. For some reason none of the content is showing up. That's strange. I'm not at all sure why that would be.
Comment #5
fighella commentedI know. I have updated, croned, flushed many times...
Is there anything I can do to give you a better picture?
Comment #6
fighella commentedI am also getting this error when I go to view the "Views" that I created earlier that we "View Panes", which I believe no longer exist...
Error: Display panel_pane_8 refers to a plugin named 'panel_pane', but that plugin doesn't exist!
Comment #7
fighella commentedThings were getting messy... I started over from scratch. Let's pretend this never happened.
Comment #8
austintnacious commentedI've just installed schema and it's reporting 'panels_page_router_store' as an extra table.
Can I remove this table?
I re-ran panels updates from #6300 but 'panels_page_router_store' is still there
Schema also reports other panels / ctools related inconsistencies.
I'm a noob / clueless so I'm not really sure what to do about these or if they're just red-herrings.
See below for some output from schema
MISMATCH
Comment #9
merlinofchaos commentedYou can get rid of the router store. That table only existed brielfy in Panels 2. It should've been removed but there appears to be nothing in the .install file to do this. This is a bug, albeit a very minor one.
Comment #10
merlinofchaos commentedAdded an update to remove this table.