vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Modify User - JS error (https://vborg.vbsupport.ru/showthread.php?t=305572)

thowle 12-07-2013 10:51 PM

Modify User - JS error
 
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 [DATE]1386460778[/DATE] at [TIME]1386460778[/TIME] ---------------

Quote:

Originally Posted by ozzy47 (Post 2466695)
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 [DATE]1386531188[/DATE] at [TIME]1386531188[/TIME] ---------------

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()


All times are GMT. The time now is 10:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01086 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete