Hello,
Recently I was editing the home page for our site as Admin. Things were going okay, but then suddenly I got a "Software error" page, with a message saying I should send mail to the webmaster (root@localhost).
The web site still looks and works fine when not logged in, but the error page comes up when I log in as Admin or as a member. The error message I get is below when I log in as Admin:
Code:
GetRowCount_DBI[CLUBSITES](Callers=>main::GetRowCount_ClubSitesDB>main::AuthenticateSession_ClubSitesDB): Unable to execute query: [SELECT 1 FROM CLUBSITES WHERE CLUBNUMBER='7025' and SESSIONID != '' and SESSIONID = '?' LIMIT 1 (Bind Values=6iEkdJO58H34Fhz8z8F3OE6KS)] Error=[called with 1 bind variables when 0 are needed]
The web site is:
7025.toastmastersclubs.org/
I just tried logging in as a
regular member, and I get a different error message. This is:
Code:
GetRowsAsHashes_DBI[MEMBERS](Callers=>main::GetFields_DBI>main::GetFields_MembersDB): Unable to execute query: [SELECT * FROM MEMBERS WHERE MEMBERSESSIONID != '' and MEMBERSESSIONID IN ('?',MD5('?')) and ROLESTATUS NOT IN ('friend','prospect','guest','former') and CLUBNUMBER='7025' and DATEDELETED=0 (Bind Values=ZxIbfoDJsMxKW4mH7YOZvfPXI ZxIbfoDJsMxKW4mH7YOZvfPXI)] Error=[called with 2 bind variables when 0 are needed]
This error has appeared on Chrome on Windows 7 and Mac OS X. I have attached a screenshot of one of the error messages.
Any help would be greatly appreciated.