Hi
I made a clean install of drupal-cvs and export_opml-cvs and when I go to the modules page I get:
Fatal error: Cannot redeclare book_node_visitor_opml_pre() (previously declared in /var/www/fhsstadmin/modules/book.module:967) in /var/www/fhsstadmin/modules/export_opml/export_opml.module on line 82
It seems that there is some incompatibility - is this just a teething problem on the way to 4.7?
Mark
Comments
Comment #1
puregin commentedHi,
You are correct - there is a conflict.
You will also need to apply the patch at
http://drupal.org/files/issues/book_31_0.patch,
since this has not yet been commited to CVS.
Once you do, please test let me know if
things are working as you want (and vote
for the patch, at http://drupal.org/node/1482.
If you have any problems or questions about
applying the patch, please contact me.
Djun (puregin)
Comment #2
marknewlyn commentedHi
Thanks for responding.
I tried the patch and it was rejected - it was a clean install of drupal-cvs at No 29 10pm PST. The patch saved the following rejection file below.
I saw on one of the developer blogs that the book module was being worked on - it might just be a syncronisation thing?
Comment #3
puregin commentedThere's been a number of people working on book module lately - could have been any of their blogs, or mine :)
Could you check that your version of book module is up to date? It should say
// $Id: book.module,v 1.333 2005/11/24 19:24:38 dries Exp $
or something to that effect. 1.333 is the current version number. The latest patch (book_34.patch) should apply against that.
If your version of book.module is older than 1.333, you'll need to do a CVS update on your
installation (followed by running upgrade.php, as administrator... do a database dump first :)
Regards, Djun