Survey 1.0.0: Unknown column 'mnu_user.new_password1' [message #1231] |
Wed, 16 January 2008 21:15 |
jskillings07
Messages: 4 Registered: January 2008
|
Junior Member |
|
|
Hi Tony,
I encountered the following error while running the Survey app.
Is there a quick fix, so that I can continue to evaluate the framework.
Thanks.
John.
------------------------------------------------------------
Software Version: Radicore v1.32.0
WAMP 2.0
2008-01-16 18:00:41
Fatal Error: MySQL error: 1054 - Unknown column 'mnu_user.new_password1' in 'where clause' (# 1054).
SQL query: SELECT SQL_CALC_FOUND_ROWS mnu_user.*, mnu_account.account_name, mnu_role.role_desc FROM mnu_user LEFT JOIN mnu_account ON (mnu_account.rdcaccount_id=mnu_user.rdcaccount_id) LEFT JOIN mnu_role ON (mnu_role.role_id=mnu_user.role_id) WHERE mnu_user.user_id='MGR' AND mnu_user.new_password1 IS NULL AND mnu_user.new_password2 IS NULL AND mnu_user.user_password IS NULL LIMIT 1 OFFSET 0
Error in line 450 of file 'C:\wamp\www\radicore\includes\dml.mysqli.class.inc'.
Host Info: localhost via TCP/IP
Server Version: 5.0.45-community-nt
Client Info: 5.0.45, Client Encoding: latin1
Script: /radicore/menu/mnu_user(upd1)a.php
User Id: MGR
Remote Address: 127.0.0.1
Request URI: /radicore/menu/mnu_user(upd1)a.php?session_name=menu0
|
|
|
|