Installation issues

28 views
Skip to first unread message

Ally Macfarlane

unread,
Aug 31, 2015, 8:05:49 AM8/31/15
to BugLogHQ
Hi

I am trying to get BugLogHQ installed on my local machine. I am using CF9 and MSSQL.

I have downloaded the files and installed them under my webroot and run the MSSQL file to create the database and added this into the CF Admin (all verfied).

I have updated the buglog/config/buglog-config.xml.cfm with the following settings:

<setting name="general.serverURL">http://127.0.0.1:8500</setting>
<setting name="db.dsn">bugLog</setting>
<setting name="db.dbtype">mssql</setting>
<setting name="db.username">myUsername</setting>
<setting name="db.password">mypassword</setting>

When I go the URL to access BugLog (http://127.0.0.1:8500/bugLog/hq/) i get the following error:

Invalid CFML construct found on line 645 at column 25.

ColdFusion was looking at the following text:

for

The CFML compiler was processing:

  • A script statement beginning with for on line 645, column 25.
  • A cfscript tag beginning on line 596, column 18.
  • A cfscript tag beginning on line 596, column 18.
 
The error occurred in C:\ColdFusion9\wwwroot\bugLog\hq\handlers\general.cfc: line 645
Called from C:\ColdFusion9\wwwroot\bugLog\core\coreApp.cfc: line 92
Called from C:\ColdFusion9\wwwroot\bugLog\hq\index.cfm: line 27
643 : 			var href = "";
644 : 			var ignoreList = "startDate,endDate,rows";
645 : 			for(var item in criteria) {
646 : 				if(criteria[item] neq "" and criteria[item] neq 0 and not listFindNoCase(ignoreList,item))
647 : 					href &= "&" & item & "=" & criteria[item];


Strangely I can access the client.cfm in the test dir so everything looks like it set-up correctly.

I have tried resetting the app (http://127.0.0.1:8500/bugLog/hq/index.cfm?resetapp=1) in case it needed that, but still the same error.

Can anyone help? I really need to get this set-up asap!




Oscar Arevalo

unread,
Aug 31, 2015, 9:41:18 AM8/31/15
to bugl...@googlegroups.com
Hi Ally,
If I remember correctly, CF9 had some issues with "for..in" loops in cfscript that were fixed with CF9 Update 1. Can you confirm which exact version are you running and which (if any) updates have been applied?

Thanks,

Oscar


--

---
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.



--
Oscar Arevalo

Ally Macfarlane

unread,
Aug 31, 2015, 11:39:47 AM8/31/15
to BugLogHQ
Hi, thank you for your reply.

I am using CF 9,0,0,251028

Would it help if i upgraded to CF10?

Ally

Oscar Arevalo

unread,
Aug 31, 2015, 12:09:46 PM8/31/15
to bugl...@googlegroups.com
Yes, a newer CF version would surely be better. However I think that even applying all the updaters available to CF9 will solve your issue.

Oscar

--

---
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.
Reply all
Reply to author
Forward
0 new messages