:confused;
PHP 4.3.9, MySQL 4.1.6-gamma, AMFPHP version 0.9.0 beta. I've installed
everything into default locations (following the tutorial). Changed all of the
lines I needed to in gateway.php, and all the others. I make a new gateway in
MX 2004 Prof. and add my http://servername/gateway.php, then I add service:
ServerInfoService. It must connect right away because the little gray bar
doesn't churn at all, it actually pulls up a big blank "description" window,
and when I hit "done" it doesn't show any methods under the new service
"ServerInfoService" what's the deal?
Fowie - 10 Nov 2004 20:05 GMT
:D
Ok, so I found another tutorial with a less complex "hello world" example and
I have it running. I still have the same problem with the ServerInfoService
service, has anyone else had this problem? Is it just a bad service file?
Does anyone have a good version? Thanks.
desireDE v o i d - 15 Nov 2004 20:35 GMT
I had a similar problem... followed the same tutorial and when I went to add
ServerInfoService I got a 403 error. It's all localhost on a windows machine
so it should have the priveledges it needs. Does anyone know how to fix this?
desireDE v o i d - 15 Nov 2004 20:37 GMT
Oh, do you have the url for the hello world tutorial you used?
Fowie - 19 Nov 2004 22:36 GMT
Sure, http://www.flash-db.com/Tutorials/hello/flashamfphp.php
Michael Dunn - 17 Nov 2004 19:10 GMT
> :confused;
> PHP 4.3.9, MySQL 4.1.6-gamma, AMFPHP version 0.9.0 beta. I've installed
[quoted text clipped - 5 lines]
> and when I hit "done" it doesn't show any methods under the new service
> "ServerInfoService" what's the deal?
I guess I'd have to see what you guys are trying to do??? We've been
using AMFPHP for a while now and I haven't had any issues with it at
all. I wrote a module for the Xaraya community (flashservices), which
utilizes AMFPHP, you may take a look at that and it may or may not help.
If you want to include some code I may be able to help out.
Fowie - 19 Nov 2004 22:39 GMT
Like I said, I've got AMFPHP running and the hello world example worked, I just
can't get the tutorial on Macromedia's website to run, it doesn't pull up the
service info in the 'service browser' panel (and it doesn't work either.)
I'm just wondering if it's just the script, or some other wall I'll run into
later with anything more complex than "Hello World!"
joakimcs - 11 May 2005 12:20 GMT
"Dan, I was having the same trouble as you, with the getInfo function not appearing. I found that the ServerInfoService.php file had some blank lines following the "?>" at the end of the file. I removed these after consulting the amfphp website, and now it works fine."
Found this on http://www.impossibilities.com/blog/entry_blog-120.php. Does it help in any way?