<setting name="general.externalURL">/bugLog/</setting>
<setting name="db.dsn">bugLog</setting>
<setting name="db.dbtype">mysql</setting>
<setting name="db.username"></setting>
<setting name="db.password"></setting>
Note I left username and password blank since that should be handled by the DSN entry in CF Admin.
Browsed to http://localhost:8500/bugLog/test/ and got the expected display.
This page links to test pages for both client and server components of bugLog
But when I go to http://localhost:8500/bugLog/hq/ I get
Parameter validation error for the _INSERT function. | |
The function takes 3 parameters. 11:46:50.050 - Template Exception - in C:/ColdFusion11/cfusion/wwwroot/bugLog/components/DAOFactory.cfc : line 20 Parameter validation error for the _INSERT function. I find a function named "_insert" in two places within components\lib\dao; the dbDataProvider.cfc and the xmlDataProvider.cfc. The code in dbDataProvider takes two arguments and the one in xmlDataProvider takes three. Have I done something that caused a call for dbData (two parameters) to be routed to the xmlDataProvider (three parameters)? Tried so far: * providing the MySQL Username and password, * running the client test in rest (error), soap, and cfc modes, NOTE Rest errors out even though I provided the arguments on the url: * clicking the server test link gives a 500 internal error * doing a git fetch of the master branch from GitHub, in case the several days old zip I had had been updated. Help, please |
--
---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.