The following issue has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=868 ====================================================================== Reported By: Snak3 Assigned To: ====================================================================== Project: DBMail Issue ID: 868 Category: Database layer Reproducibility: have not tried Severity: block Priority: normal Status: new target: ====================================================================== Date Submitted: 11-Dec-10 11:49 CET Last Modified: 11-Dec-10 11:49 CET ====================================================================== Summary: Table 'dbmail.administrator' doesn't exist. Description: Table 'dbmail.administrator' doesn't exist The error occurred in /var/www/dbmail/Application.cfm: line 24
22 : </cfif> 23 : <cfelse> 24 : <cfquery datasource="dbmail" name="checkLogin">select * from administrator where username='#Client.loginUsername#' and password=encrypt('#Client.loginPassword#','IE')</cfquery> 25 : <cfif not checkLogin.recordcount> 26 : <!--Not logged in and no form submission--> VENDORERRORCODE 1146 SQLSTATE 42S02 SQL select * from administrator where username='' and password=encrypt('','IE') DATASOURCE dbmail Fresh database, used both methods of creating dbmail in mysql to no avail. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 11-Dec-10 11:49 Snak3 New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev