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

skinhat’s picture

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

browlands’s picture

Ditto, 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

browlands’s picture

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

skinhat’s picture

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

Spiked’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.