The Arcive of vBulletin Modifications Site. |
|
update users Details »»
|
|||||||||||||||||||||||||
I updated the usernames in the admincp and got the following error:
Code:
mySQL query error: UPDATE games_champs SET champ_name='Setarime' WHERE mid=6 mySQL error: Unknown column 'mid' in 'where clause' mySQL error code: Date: Friday 18th of January 2008 11:19:49 PM running vb3.7 beta 3 and arcade v2.6.6 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
sorry, typo in /admincp/arcade.php
search for Code:
$DB->query("UPDATE ibf_games_champs SET champ_name='".$row['name']."' WHERE mid=".$row['id']);
Code:
$DB->query("UPDATE ibf_games_champs SET champ_name='".$row['name']."' WHERE champ_mid=".$row['id']);
Will update the archive later... |
|
#3
|
||||
|
||||
|
coool thanks
|
![]() |
|
|