Thanks for this module.

There seems to be an issue finding the win page.

I get a page not found error.

This is page not found:

/drupal/node/tetris/win

Looks like a small configuration issue, but I dont know what to try.

Any assistance would be appreciated.

Rob

Comments

aaronmchale’s picture

Hi, I get the same problem, the url is actually /tetris/win, however the page is blank for me.

Diecilab’s picture

Hi, I fixed this problem changing the line 159 to this:
$content.="<form id='tetris_winform' method='POST' action='" . url('tetris/win') . "' >

aaronmchale’s picture

Title: Cant find win page » Tetris - Cant find win page

That works to a degree, if you play from the /tetris/win page you are redirected to /tetris/tetris/win, and so on: /tetris/tetris/tetris/win, as far as I know this is the only problem with your code.

aaronmchale’s picture

Priority: Normal » Critical
Status: Active » Closed (won't fix)
Weka’s picture

Status: Closed (won't fix) » Active

Does anyone know of a solution to this?

aaronmchale’s picture

If anything the creator should!

Aaron

Weka’s picture

Status: Active » Closed (works as designed)

I got this working just fine now. My problem was caused by using a deeper path alias. Leaving the path to the game as /tetris the win page is working correctly. Everything else is working just fine.

cwk1’s picture

Put game on a page directly after your website address. I.E.

yoursite.com/tetris

Don't put it at any deeper address or it won't show the "win" page.

Now all should work well.