Am running...
context-7.x-3.0-beta1
Whenever I try to 'edit' an existing layout, I get the following error:
Fatal error: Call to undefined function delta_get_ancestors() in /sites/all/modules/delta/delta_ui/export_ui/delta_export_ui.class.php on line 324
The path that provokes the error: http://mysite.com/#overlay=admin/appearance/delta/list/home_page_layout/...
Thanks in advance Jake!
Comments
Comment #1
PI_Ron commented+1
Comment #2
fubhy commentedChange that function name to "delta_ancestors" without the "get"... You can download a fixed version here: https://github.com/ThemeGeeks/Delta
Comment #3
mrpauldriver commentedSame here with beta 6 and 7
I don't understand the github thing.
Is this fix in the current dev release fuhby?
Comment #4
fubhy commentedyes, please use the dev version.
Comment #5
minneapolisdan commentedThanks, just came across this. I'll try the DEV version.