Currently Dash Player works great with the exception of voting. I cannot vote. It just spins forever when I tried to vote. I have verified my API key url matches my baseURL with the exception of the http:// in the api.

My voting services and voting api is turned on, so it has to be this error I get in my apache logs:

PHP Fatal error: Call to undefined function hash_hmac() in /home/thegame/www/analyzingthegame.jp/modules/services/services.module on line 472, referer: http://www.analyzingthegame.jp/player/dashPlayer.swf,http://www.analyzin...

Otherwise everything else works great.

Comments

travist’s picture

Status: Active » Closed (works as designed)

You are using PHP version 4.

Luckily there is a workaround...

1.) Download Services and install version 0.9
2.) When embedding the Dash Media Player, use the following code...

...
$params['api'] = 1;
...

Thanks,

Travis.

cischico’s picture

I'm using PHP 5.2.8, what would you suggest? Thanks for the quick reply.