I made a script for my self, to migrage from XOOPS 2,2.X to Drupal 5.X.

This script, migrate the users, and the module news of xoops site, to drupal.
The script in drupal, import the users , the news and the vocabulary .

To work, the DB schema must be the same of xoops and drupal.
Change this lines in the script.

//// CHANGE THIS HERE!!!
// DB Host Name
$hostname="127.0.0.1";
// DB Username
$user="";
// DB Password
$pass="";
// DB schema  
$db="";
// Xoops DB prefix
$pre_x="xoops_";
// Drupal DB  prefix
$pre_d="drupal_";
//// CHANGE THIS HERE!!!

Download the script here:
https://www.gaap.dev/int/xoops22_drupal5.zip

___

Int

https://www.gaap.dev

Comments

kidzior’s picture

Can't wait to test it on my site.

CompShack’s picture

Do you think you can share why you are moving to durpal? I'm actually thinking about migrating from Drupal to Xoops!!

Can you share your experiance with Xoops!
-----------------------------------------
Finally, I CMS that I Like!
http://www.CompShack.com

int’s picture

Because Xoops was became forked.

Exist two version of xoops 2.2.X and 2.0.X

The 2.2.X was descontinued about 2 years.

The new version of xoops was been delayed..
Slow development, Almost only 1 core dev.

Less flexivel that with drupal.. We became module-dependent.

Marco Sousa
http://www.max-pt.net

lukio’s picture

Hello,
Did you move xoops22_drupal5.zip from your webserver? Because the link http://www.max-pt.net/int/xoops22_drupal5.zip took me to a 404 page.

Cheers!

Luciano Rossi
gcoop - Cooperativa de Software Libre
www.gcoop.com.ar
(0054 11) 4856-7925 Luis. M. Drago 364 3 B

Luciano Rossi - lukio@gcoop.coop
http://gcoop.coop - Cooperativa de Software Libre
La Pampa 4395 CABA C1430BXU +54 11 5254-7755

int’s picture

Now....

Marco Sousa

https://www.gaap.dev

int’s picture

janis_lv’s picture

can this be used to migrate from 2.3 to drupal 5?

I'm recieving
Verificar numero de users drupal - Query failed4: Unknown column 'loginname' in 'field list'

int’s picture

I think that you will have to change the name of the column, "loginnme" to other....