Closed (fixed)
Project:
S5 presentation player
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2006 at 07:41 UTC
Updated:
12 Sep 2006 at 13:51 UTC
Hi, first of all, really great module, but I'm getting this error when I'm trying to view my book as a slideshow in 4.7.x:
Fatal error: Call to undefined function: _book_get_depth() in ../modules/s5/s5_book.module on line 52
Comments
Comment #1
ak commentedThe function
_book_get_depth()does'nt exist in the module file, not in the 4.7 version neither in the cvs version of the module and it's no drupal core function either. It probably got lost on it's way somehow.Comment #2
gábor hojtsyFixed the module code. The _book_get_depth() function was part of Drupal core, but was removed in a book module refactoring before the 4.7 release. My code did not follow this change. I have applied this fix:
Feel free to wait for the new download, or fix your module with this simple patch. Further feedback on the module is welcome!
Comment #3
ak commentedCould'nt wait, applied it and issue is solved. Great.