Closed (fixed)
Project:
Connect IV Game
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2008 at 02:09 UTC
Updated:
30 Sep 2009 at 14:20 UTC
I recently installed Connect IV on my site and it appeared and I was all set to play, but, it forever says loading. I put the block on the right, the left and now it's in the content. I can't get it to work. Could SOMEONE PLEASE help? Maybe it's the theme I'm using? It's Marinelli.
Comments
Comment #1
skinhat commentedWhats the url of the site that has the problem? Could be because you are using javascript with variable names that conflict with Connect IV. For example if there is a variable called 'the_score' in the connect iv javascript and 'the_score' in some javascript in another drupal module the two variables can conflict. A suggestion would be to disable different modules and see if turning off any of the modules causes the problem to disappear.
Comment #2
browlands commentedDitto, says loading.
On Windows IE error report we get,
Message: 'connectiv_colors' is undefined
Line: 478
Char: 580
Code: 0
URI: http://www.medistribute.com/www/fun/children/on-line-games/connect4
Comment #3
browlands commentedProblem solved, the module assumes drupal is installed in the root directory, not the case on my site, copied module files to the root directory and works fine.
Comment #4
skinhat commentedI did a new release yesterday that uses drupal_add_js to add the .js file to the game instead of hard coding it. Hopefully that fixes the problem.
Comment #5
Spiked commented