Hi, I've spent well over 10 hours now going over the tutorials for this and reading the forums but I just can't get it to work properly. I'm sure it's something really really simple but I can't find it.
I'm using Wampserver 2.0 which is running php 5.2.9-2. There are two folders in the www folder, services and test. When I go to http://localhost/services/test.php the php info pops up so no problems there. I ran the "generate.py build" command and copied the content of the build folder to www/test/. I can now access the RpcExample (http://localhost/test/index.html). The default URL value in the example is set to ../../../RpcPhp/trunk/services/index.php So I need to change it to ../services/index.php, otherwise I get the transport error 404: not found. I'm guessing I missed something here since I dont think I should have to change it everytime I start the example? Anyway, with URL set to ../services/index.php I see the following in firebug when I run the echo test <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\JsonRpcServer.php on line 173<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\JsonRpcServer.php on line 186<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\JsonRpcServer.php on line 187<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\AbstractServer.php on line 604<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\AbstractServer.php on line 619<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\AbstractServer.php on line 887<br /> <br /> Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\services\server\access\AccessibilityBehavior.php on line 71<br /> {"result":"Client said: [Hello]","id":4} so I'm getting a result but I also get a warning saying "Sync result: undefined". Well, I think that's it. Thanks in advance. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Setting-up-rpcexample-and-rpcphp-tp5112668p5112668.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
