While trying to install and use amfphp and dashplayer module i found that visiting /services/amfphp gives the following error:
Fatal error: Call to undefined method AmfphpGateway::disableStandalonePlayer() in /home/sson/public_html/modules/amfphp/amfphp.module on line 124
The installed version is from amfphp-1.9.beta.20070513.zip
Any ideas on what steps on setup or configurations are missing?
The xmlrpc browser seems to be fine when called from /admin/build/services
Comments
Comment #1
inforeto commentedInstalling from the amfphp-1.9.beta.20080120.zip file solved this particular problem.
Comment #3
pkumar125 commentedHi
I am getting below error in drupal 6
Fatal error: Call to undefined method AmfphpGateway::disableStandalonePlayer() in C:\xampp\htdocs\webdevelopment\modules\amfphp\amfphp.inc on line 22
for drupal 5 Amfphp working fine
Comment #4
inforeto commentedHave u installed the latest amfphp files?
Since amfphp-1.9.beta.20080120.zip included the disableStandalonePlayer() function i assume all newer versions carry it as well.
Please also include the version of both of your 6 and 5 module versions, i used the dev version which require the newer amfphp, while the stable version may still work without it.
Comment #5
pkumar125 commentedThanks
I downloaded from http://sourceforge.net/projects/amfphp/files/amfphp/amfphp%201.9%20beta2...
Comment #6
pkumar125 commentedThanks for your response It worked for me
http://sourceforge.net/projects/amfphp/files/amfphp/amfphp%201.9%20beta2...
Thanks Agustin