Re: Flex production server problem

2019-12-12 Thread dw1970
Hi, Javier, Let me give a briefly describe what I want to achieve. I developed a simple app called testprodserver using Flex builder 4.6, WAMP. The purpose of developing this is to make sure the production server is setup probably with ZendFramework, a DB called bookclub with only one table called

Re: Flex production server problem

2019-12-12 Thread dw1970
Instead of using localhost, use the exact IP address in LevelService.php, everything works now. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Flex production server problem

2019-12-12 Thread Olaf Krueger
Just another side note: PHP 5.6 reached its end of live at Dec2018 [1]. Not sure if ZendAMF works with PHP7, but even if it works, it also has not been supported for a long time. So, you might ran into security issues... Just to ensure that you aware of this ;-) Olaf [1] https://www.php.net/s

Debug Worker

2019-12-12 Thread ImadEddine
Hi ... I am using this https://github.com/doublefx/easyWorker When i try debug a worker i have this error I don't understand what is it Type.forName error: A class with the name 'com.doublefx.as3.thread.api.IProperty' could not be found. The class 'com.doublefx.as3.thread.api.IProperty' is proba

Re: Debug Worker

2019-12-12 Thread Erik Thomas
It appears maybe a bug? https://github.com/BowlerHatLLC/vscode-as3mxml/issues/398 Maybe get an older build? Erik On Dec 12, 2019, at 12:03 PM, ImadEddine wrote: Hi ... I am using this https://github.com/doublefx/easyWorker When i