PDA

View Full Version : Import problems


essexell
Wed 9th May '07, 5:49pm
Clean import.
Source - ASP Playground 2.4.5 ansi
Target - vBulletin 3.6.5
Module - 003 - Import User groups
Is not importing the default administrators group from ASP P. It's failing in the is_valid() function in impExData.php. The default usergroup id is 0 - and I think this could be part of the problem??? Help please....

Jerry
Wed 9th May '07, 7:05pm
That would be an issue yes as 0 isn't a valid import id.

Hmmm ...... can't you create another usergroup in the source and move them to that easily ?

essexell
Thu 10th May '07, 8:22am
I think I've got round this by changing the ID for the administrators group in the source database. THe default user ID for the super admin in the source board is also 0 - so I had to change that as well.

Is there any way of incorporating this into the importer?