The following issue has been CLOSED 
====================================================================== 
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:                   feature
Priority:                   normal
Status:                     closed
target:                      
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             11-Dec-10 11:49 CET
Last Modified:              11-Dec-10 12:27 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0003130) jasb (reporter) - 11-Dec-10 12:20
 http://www.dbmail.org/mantis/view.php?id=868#c3130 
---------------------------------------------------------------------- 
The refer table isn't from DBMAIL struct.
That is from the web interface you're using. 

---------------------------------------------------------------------- 
 (0003131) paul (administrator) - 11-Dec-10 12:27
 http://www.dbmail.org/mantis/view.php?id=868#c3131 
---------------------------------------------------------------------- 
I have no idea where that code is coming from, but it's *not* from DBMail.


I'm therefore closing this report. If you need support for some
third-party webapp (dbmailadmin-cf maybe?) contact the authors directly.
 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
11-Dec-10 11:49  Snak3          New Issue                                    
11-Dec-10 12:20  jasb           Note Added: 0003130                          
11-Dec-10 12:27  paul           Note Added: 0003131                          
11-Dec-10 12:27  paul           Severity                 block => feature    
11-Dec-10 12:27  paul           Status                   new => closed       
11-Dec-10 12:27  paul           Resolution               open => no change
required
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to