When i go to profiles.php from the admin panel it gives me this weird message. Can anyone please help me or give me somewhat of a walkthru on what I should do? Any help is appriciated. Thank You.
SELECT `Profiles`.`ID` as `ID`, `NickName`, `Email`, `Sex`, DATE_FORMAT(`DateLastLogin`, '%m-%d-%y %H:%i' ) AS `DateLastLoginCur`, DATE_FORMAT(`DateReg`, '%m-%d-%y %H:%i' ) AS `DateReg`, `Status` FROM `Profiles` WHERE 1 AND (`Couple`=0 OR `Couple`>`Profiles`.`ID`)
Unknown column 'Sex' in 'field list'
at line 184. Called db_res function with erroneous argument #0
Debug backtrace:
ArrayCalled script: /admin/profiles.php
(
[1] => Array
(
[file] => /home/hardtime/public_html/admin/profiles.php
[line] => 184
[function] => db_res
[args] => Array
(
[0] => SELECT `Profiles`.`ID` as `ID`,
`NickName`,
`Email`,
`Sex`,
DATE_FORMAT(`DateLastLogin`, '%m-%d-%y %H:%i' ) AS `DateLastLoginCur`,
DATE_FORMAT(`DateReg`, '%m-%d-%y %H:%i' ) AS `DateReg`,
`Status`
FROM `Profiles`
WHERE 1 AND (`Couple`=0 OR `Couple`>`Profiles`.`ID`)
)
)
)
Request parameters:
Array
(
[strSec] => 7cf5a4770f7d67f460451022f31cd5bc
[memberID] => 2
[memberPassword] => d0c685bb6759bb6ab7a65494a2a3b2cb
[adminID] => ******
[adminPassword] => ******
)