2009-01-22, 07:40 AM
This was reported on the thread Ayuda para migrar de XMB a MyBB in the spanish forum.
On line 175, a variable is created with the name $insert_user['avtarname'], instead of $insert_user['avatarname'].
When the array is processed it obviously fails because of the missing a.
On line 175, a variable is created with the name $insert_user['avtarname'], instead of $insert_user['avatarname'].
When the array is processed it obviously fails because of the missing a.