Home > Flash Platform, Zend_Amf > ZF 1.7.8 mini release is out

ZF 1.7.8 mini release is out

March 30th, 2009

Make sure that you go update your zendamf library to the latest 1.7.8 mini release. Lots of bug fixes and changes that will be required for the next mini release ;-)

Download

Change log

Flash Platform, Zend_Amf

  1. Mike
    March 31st, 2009 at 15:12 | #1

    Running into problems when upgrading from ZF 1.7.7 to ZF 1.7.8. Getting errors such as:
    - Method “sign_in” does not exist

    When trying to use remote objects to call PHP functions. Here is the complete response message:

    #1 /var/web/htdocs/core/library/Zend/Amf/Server.php(390): Zend_Amf_Server->_handle(Object(Zend_Amf_Request_Http))
    #2 /var/web/htdocs/core/application/default/controllers/ServicesController.php(83): Zend_Amf_Server->handle()
    #3 /var/web/htdocs/core/library/Zend/Controller/Action.php(503): ServicesController->loginAction()
    #4 /var/web/htdocs/core/library/Zend/Controller/Dispatcher/Standard.php(285): Zend_Controller_Action->dispatch(‘loginAction’)
    #5 /var/web/htdocs/core/library/Zend/Controller/Front.php(934): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
    #6 /var/web/htdocs/core/application/bootstrap.php(38): Zend_Controller_Front->dispatch()
    #7 /var/web/htdocs/core/public/index.php(5): Bootstrap->runApp()
    #8 {main}?Method “sign_in” does not existI7E2E4016-4948-4296-325B-5E27BEC82250I4CF6CBA0-0CB8-C7C9-5B0E-00004E1ED3C0I26A7627C-490E-7729-F24A-000044E937D2123853024400

  2. Mike
    March 31st, 2009 at 17:17 | #2

    Quick correction on my last post. I am currently running on ZF 1.7.6 (not 1.7.7) as the later version presents errors when running, i.e. “Duplicate Method Registered”.

    So as of now, I am unable to run 1.7.7 or 1.7.8 (and I would really like to run 1.7.8, considering the inclusion of session support in Zend_Amf).

    Thanks,
    Mike

  3. holografix
    April 1st, 2009 at 04:36 | #3

    Hello Wade

    I still have NetConnection.Call.BadVersion problem with ZF 1.7.8.

    I’ve posted a message but doesn’t get any feedback yet so you might give a little help.

    http://www.nabble.com/Zend_Amf-and-Flash—Error–2044-NetConnection.Call.BadVersion-td22795012.html

    cheers
    holo

  4. April 12th, 2009 at 10:53 | #4

    Hi,

    I’m also getting a “Duplicate Method Registered” error using 1.7.8. I’ve checked and doublechecked without finding anything in my code. Any ideas of what I might have done wrong?

    //Morgan

  5. Mike
    April 22nd, 2009 at 12:19 | #5

    Wade,
    It appears that http://framework.zend.com/issues/browse/ZF-5168 has re-emerged, as this is the culprit to my problems mentioned above (“Method not found” errors).

    As soon as I specify a source using the name of the class containing the functions, everything works.

    Is there a reason this is the case, as this principle is generally opposes the encapsulation principle (where the web service is the encapsulating element), making only necessary to know the accessors, but not the internals.

    Thanks,
    Mike

  6. Xty
    April 26th, 2009 at 15:45 | #6

    I still have NetConnection.Call.BadVersion problem with ZF 1.7.8.
    Me too. Using ServiceCapture I see that what is being returned is of type text instead of amf. Nowhere on the net does anyone seem to know what the answer is. Perhaps you can enlighten us here. I am using Flash CS3 with AMFPHP and everything works great, but Zend AMF will not do the job. I am considering switching frameworks, but obviously this won’t do.

  7. May 26th, 2009 at 09:17 | #7

    Just thought I would give you and anyone reading the heads up on a plugin I’m currently developing for the CakePHP Framework. It allows for a seamless integration with Flash or Flex and CakePHP using ZendAmf for the serializing && de-serializing of data. Wade, please let me know if I am in breach of any copyright restrictions etc (Hopefully not).

    Any ideas when AMFEXT will be added?

  8. May 26th, 2009 at 09:18 | #8

    Adam :
    Just thought I would give you and anyone reading the heads up on a plugin I’m currently developing for the CakePHP Framework. It allows for a seamless integration with Flash or Flex and CakePHP using ZendAmf for the serializing && de-serializing of data. Wade, please let me know if I am in breach of any copyright restrictions etc (Hopefully not).

    Lol and the link is … http://code.google.com/p/zamf/

    Any ideas when AMFEXT will be added?

  1. March 31st, 2009 at 04:11 | #1