| Author |
Message |
fernando22042 New Member


Joined: Aug 30, 2007 Posts: 5
|
Posted:
Sat Dec 01, 2007 3:21 am |
|
How can I pass the users that I have on PHPNUKE 8.1 to Raven |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 3137 Location: near Albany NY
|
Posted:
Sat Dec 01, 2007 12:10 pm |
|
Your question is not very clear to me. If the question is how can I use the user table from PHPnuke 8.1 in Ravennuke, then
{
you will need to compare the table structures and adjust the 8.1 structure to match Ravennuke's, then you should be able to use the table directly.
One way to do this would be to dump the table from 8.1 and restore it in a separate database. Then do a field by field comparison and make any adjustments to the restored table. You would then be able to use that table in Ravennuke.
While this might seem complicated, I don't believe there are many differences in structure, but I'm admittedly not familiar with what they've done in getting to 8.1.
}
else {
restate the question
} |
|
|
|
 |
fernando22042 New Member


Joined: Aug 30, 2007 Posts: 5
|
Posted:
Sat Dec 01, 2007 12:13 pm |
|
Ok what Im trying to do how can I copy the users that register on phpnuke 8.1 to Raven |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 3137 Location: near Albany NY
|
Posted:
Sat Dec 01, 2007 12:26 pm |
|
Well one thing you could do is a dump of the data thru PHYmyadmin and then import the data over in the Ravennuke database. That wouldn't be real time or "dynamic" but it would get the job done periodically. I'm assuming these are separate databases? |
|
|
|
 |
fernando22042 New Member


Joined: Aug 30, 2007 Posts: 5
|
Posted:
Sat Dec 01, 2007 12:30 pm |
|
yes but It didn't work for some reason |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 3137 Location: near Albany NY
|
Posted:
Sat Dec 01, 2007 1:18 pm |
|
You would need to let us know a little more. One thing I'm thinking is that the userids could be identical and being key fields MYSQL wouldn't allow them to be imported. You might need to edit the dump file to eliminate duplicate numbers.
How many users are you talking about importing this way? Is this going to be an ongoing thing or one time? If you aren't talking about a large volume the simplest approach might be to use the YA admin screen to just add the new users manually. |
|
|
|
 |
|
|
|
|