Closed (works as designed)
Project:
Dash Media Player
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 22:45 UTC
Updated:
5 May 2009 at 07:20 UTC
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
Comment #1
travist commentedYou 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...
Thanks,
Travis.
Comment #2
cischico commentedI'm using PHP 5.2.8, what would you suggest? Thanks for the quick reply.