Closed (fixed)
Project:
Joomla to Drupal
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 13:07 UTC
Updated:
25 Aug 2009 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
jochovitch commentedHello,
I receive exactly the same error message.
I as well will be going over the moon if the import works, maybe we can go together.
Fatal error: Cannot redeclare db_status_report() (previously declared in C:\xampp\htdocs\dmsdef\includes\database.mysqli.inc:23) in C:\xampp\htdocs\dmsdef\includes\database.mysql.inc on line 36
Comment #2
8bitplateau commentedwell to bypass the error i did a fresh install of d5x and used the d5 version and imported all content, then ungraded from d5 to d6 !
this did actually work well with the patch applied from http://drupal.org/node/354035 to link nodes to terms and didn't take too long.
a few nodes were missing but only about 5 out of ~300 so i'm pretty happy not having to rewrite it all :)
Comment #3
malclocke commentedThanks for the reports.
The attached patch should fix this. This fix has been applied to CVS and will be present in the 6.x-1.0-alpha2 release.
Malc
Comment #4
8bitplateau commentedJust to let you know I got a few of the following errors
I did also get the same errors in the same place using the D5 version.
I think this is because the old joomla site was sitting on a windows server and some of the folder names had upper case characters, for instance in the error above the directory is actually 'Resources' not 'resources', now fortunately its on a lamp stack but is case sensitive.
Maybe by manually renaming all the directories and putting a strtolower in the path function I could get around this ?
Other than that the import works a treat thanks. Correct User and Categories.
Comment #5
malclocke commentedHi digitisation,
I think the error with the directory names is a symptom of moving from WAMP to LAMP as you say. Can't really see any way that I could put checks for this in the code so I think you'll just have to rename all the directories to lowercase before the import.
Malc