|
From: Rick W. <rw...@de...> - 2004-12-19 07:22:09
|
Rick Widmer wrote: > First do the CVS versions of examples/basic work? I've tried > credentials.fla and browse.php and found errors in both. The > question... is it a problem with my install, or something that needs to > be fixed before 1.0 release? On closer observation, they are warnings. Is the library safe for use with error_reporting set to E_ALL? Warning: Missing argument 1 for ServiceBrowser::ServiceBrowser() in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 94 Exploring services/CreateObject.php Warning: file_get_contents(tpl/astemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 393 Warning: file_get_contents(tpl/methodtemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 394 Warning: file_get_contents(tpl/callbacktemplate.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /web/hosts/test.optischool.com/lib/flashservices/util/ServiceBrowser.php on line 395 |