[Vtigercrm-commits] [vtiger development] #6381: Customer Portal Authorisation Email has no username/password details

vtiger development vtiger-tickets at trac.vtiger.com
Tue Nov 3 23:28:12 EST 2009


#6381: Customer Portal Authorisation Email has no username/password details
------------------------+---------------------------------------------------
 Reporter:  davidv.net  |       Owner:  developer
     Type:  defect      |      Status:  new      
 Priority:  unassigned  |   Milestone:  5.2.0    
Component:  vtigercrm   |     Version:  5.1.0    
 Keywords:              |  
------------------------+---------------------------------------------------
 We are using VT 5.1 GA migrated from 5.04

 Here is an interesting part of the log file :


 {{{
 Mon Sep 28 08:17:08 2009,997 [25165] DEBUG index - Prepared sql query
 being executed : select
 vtiger_emailtemplates.subject,vtiger_emailtemplates.body from
 vtiger_notificationscheduler inner join vtiger_emailtemplates on
 vtiger_emailtemplates.templateid=vtiger_notificationscheduler.notificationbody
 where schedulednotificationid=5
 Mon Sep 28 08:17:08 2009,999 [25165] INFO VT - PearDatabase ->To id =>
 'email_of_the_customer at gmail.com'
 Subject ==>'Customer Portal Login Details'
 Contents ==> ''
 }}}

 It clearly shows that the content is empty.
 When running the above query in phpmyadmin we also get an empty result.
 Wich is normal since notificationbody is a text and templateid is a
 numeric id.

 The other problem is the value of schedulednotificationid (5 in this
 query).

 If I look in the administration panel of my Vtiger (Settings >
 Notification Schedulers) "Support Start Notification" is item number 5.

 But in the table vtiger_notificationscheduler the column
 schedulednotificationid has the value 12 for this item.

 I've attached a csv dump of both tables.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6381>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list