Menu

#76 Cannot save changes on the admin_gamingrig.php page

0.98.0.0
closed-accepted
7
2006-10-02
2006-08-11
No

Trying to save the gaming rig details on the
admin_gamingrig.php page produces this error message:

Error: Error in SQL Query
1054 : Unknown column 'ms_sharename' in 'field list'

Around line 12 of the admin_gamingrig.php file is the
following code:

$x->add_text('ms_sharename',0,1,0,get_lang('desc_ms_sharename'),array(),15);

The 'ms_sharename' field does not exist in the users
table. The page code also references the non-existent
ms_workgroup and comp_gfx fields. At the same time, the
page does not reference the actual sharename,
comp_gfx_gpu, and comp_gfx_type fields for gaming rigs.

The page has been changed to reference the correct
fields among other things. This fix has been added to
the CVS repository.

Discussion

  • Jarrod Mast

    Jarrod Mast - 2006-10-02

    Logged In: YES
    user_id=798475

    This has been fixed in CVS

    The next release will include this fix

     
  • Jarrod Mast

    Jarrod Mast - 2006-10-02
    • labels: --> Other Modules
    • milestone: --> 0.98.0.0
    • priority: 5 --> 7
    • assigned_to: nobody --> skullshot
    • status: open --> closed-accepted
     

Log in to post a comment.