View Full Version : Modify User - JS error
thowle
12-07-2013, 10:51 PM
I get an error when logged into admincp and try to click on a user name or click on the "go" button to edit a user.
Uncaught TypeError: Cannot read property 'options' of undefined VM430:1
(anonymous function) VM430:1
js_usergroup_jump user.php?do=find:161
onclick
I can modify my user, but others I can't. And if I go to their page clicking on their name, all details are blank.
These users are ones I manually inserted into the "user" table. Is there perhaps somewhere else I need to?
ozzy47
12-07-2013, 10:53 PM
Why did you manually insert them into th user table? That is not the proper way to do that. That is most likely the cause of your issues.
You should create new users in the ACP --> Users --> Add New User, if it is still there in vB5
thowle
12-07-2013, 10:59 PM
Seems the link has no userid for the "u" query string.
Once I "maintenance" clear system cache, it seems to fix itself.
--------------- Added 1386460778 at 1386460778 ---------------
Why did you manually insert them into th user table? That is not the proper way to do that. That is most likely the cause of your issues.
You should create new users in the ACP --> Users --> Add New User, if it is still there in vB5
I'm doing this programatically from a C# .NET application.
ozzy47
12-07-2013, 11:03 PM
Ahh, ok gotcha, then I would not have a clue. but seems you may have figured it out.
thowle
12-07-2013, 11:12 PM
Seems that is the issue, however not sure if I need to call a method programatically to flush this, or if I need to add something else into a different table.
Time will tell I suppose! Everything about this forum seems... hard to understand and quite complex! At least when compared to YAF.net
--------------- Added 1386531188 at 1386531188 ---------------
This seems to be caused by a user being improperly registered in the database.
There needs to be a row inserted into the "userfield" table and the "usertextfield" table with their userid.
Dead Eddie
12-08-2013, 06:59 PM
You may just want to add them through the API...vB_Api_User::save()
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.