Bookimport 5.x version
NancyDru - September 4, 2007 - 00:50
| Project: | Book Import |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | needs review |
Jump to:
Description
I may have done more than I needed to, so here's a complete zipped replacement that works in D5. You need to remove the ".txt" extension and then upzip it into your working modules directory.
| Attachment | Size |
|---|---|
| bookimport.zip_.txt | 19.3 KB |

#1
Thanks!
#2
using the bookimport 5 & Drupal 5.5
Thanks for this nice module. while it worked great in drupal 5.3 it is not keeping the parent child relationship in drupal 5.5 and im having this error (it is still importing all book pages but as said all as orphan pages - because I have over 100 children pages, updating them manually would be a nightmare):
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='ar' OR i18n' at line 1 query: UPDATE book SET nid=441, parent=555, weight=0 LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='ar' OR i18n.language ='' OR i18n.language IS NULL) AND ( vid='441' ) in C:\Program Files\EasyPHP\www\drupar\includes\database.mysql.inc on line 172.I don't have this problem on another test site with Drupal 5.3 and i18n ver 5.x-1.x-dev.
I apprecaite any help and thanks again for the greatly useful module.
#3
Have you reported this against i18n? There were some changes in 5.5 that have broken other modules.
And it is really not good practice to hijack an issue to start a new one. Please open a new, separate issue.
#4
Reverting title, category, priority, status
#5
I could do with a Drupal 6 version of this.
#6
Well, the owner of this module hasn't done a commit in 2 years, so I doubt it will happen unless he gives me commit access.
#7
Just wanted to note that I posed #295773: Bookimport 6.x version.
#8
This module is deprecated in favour of http://drupal.org/project/book_import_export.
Please follow up on that module.
Regards, Djun
#9
Hi, Djun. Please post that on the project page.
#10
Good point! BTW, I have added you as a maintainer for Book Import/Export - thanks for all of your work on this.
#11
Thanks.