You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bugl...@googlegroups.com
Hi,
I have setup BugLogHQ with Railo 4.2 on Centos 6.5 however, getting error
datasource [bugLog] doesn't exist with mysql db.type. Have updated the config file bugLog/config/buglog-config.xml.cfm but still its the same.
The Error Occurred in /bugLog/components/lib/dao/dbDataProvider.cfc: line 38
36: <cfset var tableName = arguments._mapTableInfo.tableName> 37: 38: <cfquery name="qry" datasource="#DSN#" username="#username#" password="#password#"> 39: SELECT * 40: FROM #getSafeTableName(tableName)#
Mysql is installed on localhost. Could you please guide me what could be the problem.