1
JahTC
Migration from PunBB 1.2.14.0 to Xoops 2.3.3, problem with "Edit user" and "create user" functions
  • 2009/4/14 20:20

  • JahTC

  • Just popping in

  • Posts: 4

  • Since: 2005/9/20


Hello all,

In first i need to explain you that the traduction was made by menber of the official french informatic forum that i'm the administrator because of my poor english.

As my fonction of administrator of the French informatics magazine site called "PC update" and "Hardware magazine" (http://www.techage.fr), I want to move it to XOOPS for many reason. In first I use it for my personal usage from many years and after because the development is blocked by poor functionality of the actual PunBB.

But I have trouble with the "edit user function" which send back a blank sheet as admin login (keeping the admin menu), and even totally blank under debug mode.
To be sure and trying to understand why this happen, I tried again with a new installation within 2.3.3 and the function edit user was fully operational.
I'd just import members from PunBB to XOOPS with this part of script:
# Create users

insert into xoops_users (uidunameemailpassnameurluser_icquser_msnmuser_aimuser_yimuser_fromuser_sigattachsigtimezone_offsetpostsuser_regdatelast_loginactkeyranklevel)
select idusernameemailpasswordrealnameurlicqmsnaimyahoolocationsignatureshow_sigtimezonenum_postsregisteredlast_visitactivate_key01 from pun_users where id <>1;

# Add users in registred users group

insert into xoops_groups_users_link (groupiduid)
select 2uid from xoops_users where uid <>1

This was good except about this function.

Please note:
- Edit function of a member work if it done directly from his profil's member page
- the same importation with a 2.0.18.2 version works well, even this fonction
- Upgrading to 2.3.3 version no resolve the problem, because the matter come back again
- PunBB's password are encrypted by SHA1, this could be overtake by member using 'lost password' function at first attempt with Xoops
- PHP 4.4.4-8, MySQL 5.0.32 for PunBB; and PHP 5.2.6-2, MySQL 5.0.67 for Xoops.
- PunBB tables are in latin1 ISO-8859-1, I translate them in UTF8 before import.

On one hand I'm actually testing this in local mode on my PC, and I'm blocked to resolved this problem.
that's the reason why I submit this problem to your experience expecting answers.
on the other hand, I hope to succed in with this migration of the real forum.

in attemp of your answer

best regards

Login

Who's Online

217 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 217


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits