Thanks. This fixed that problem. I have found another email related
problem though. When I set a rule, say mailAlert, I receive an error
in when I rerun your test code that is in the /test folder. I never
receive an email either. The error is below.
The RECIPIENTEMAIL parameter to the init function is required but was
not passed in.
The error occurred in E:\bugLog\components\bugLogListener.cfc: line
302
Called from E:\bugLog\components\bugLogListener.cfc: line 50
Called from E:\bugLog\components\bugLogListenerAsync.cfc: line 19
Called from E:\bugLog\components\service.cfc: line 117
Called from E:\bugLog\components\service.cfc: line 51
Called from E:\bugLog\listeners\listener.cfc: line 37
Called from E:\bugLog\listeners\bugLogListenerWS.cfc: line 27
Called from E:\bugLog\client\bugLogService.cfc: line 172
Called from E:\bugLog\test\client.cfm: line 89
300 :
301 : if(thisRule.enabled) {
302 : oRule = createObject("component",
thisRule.component ).init( argumentCollection = thisRule.config );
303 : oRule.setListener(this);
304 :
On Aug 29, 3:05 pm, Oscar Arevalo <
oarev...@gmail.com> wrote:
> nevermind, i found the error.
>
> go to /bugLog/components/hq/appService.cfc
>
> and change line 236
>
> from:
>
> > <a href="#arguments#">#arguments#</a>
>
> to:
>
> > <a href="#buglogHref#">#buglogHref#</a>
>
> and then logout of buglog and click on the "Reset BugLogHQ" link on the
> login page. That should fix it.
>
> Oscar
>
>
>
>
>
>
>
>
>
> On Wed, Aug 29, 2012 at 12:02 PM, Oscar Arevalo <
oarev...@gmail.com> wrote:
> > Is this the 1.6.x or the 1.7 version?
>