Google spell check service example problem !
Hi!
I have installed wso2 wsf/php as the Installing and Running on Linux Guide says.
Here are my php.ini settings for wsf/php :
include_path = ".:/usr/share/php:/usr/local/wso2:/home/e1n"
[wsf]
extension=wsf.so
wsf.home="/usr/local/wso2"
wsf.log_level = 3
I was trying to run google spell check service example.
But problem occured:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Fri Jul 25 11:55:32 2008] [error] dir_handler.c(219) No files in the path /usr/local/wso2/services.
[Fri Jul 25 11:55:32 2008] [info] [rampart][rampart_mod] rampart_mod initialized
[Fri Jul 25 11:55:32 2008] [error] dir_handler.c(219) No files in the path /usr/local/wso2/services.
[Fri Jul 25 11:55:32 2008] [info] [rampart][rampart_mod] rampart_mod initialized
[Fri Jul 25 11:55:32 2008] [info] Starting addressing out handler
[Fri Jul 25 11:55:32 2008] [error] http_sender.c(1367) Error occurred in transport
[Fri Jul 25 11:55:32 2008] [info] Starting addressing in handler
Fatal error: Cannot access protected property WSFault::$code in /home/e1n/google.php on line 21
[Fri Jul 25 11:55:32 2008] [info] [rampart][rampart_mod] rampart_mod shutdown
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I have passed valid google key ,etc.
Any suggestions ?
The compilation process ran smoothly, every thing seems to be all right , but i can't track this problem.
- Login or register to post comments
- Printer friendly version
- 295 reads











Re: Google spell check service example problem !
What is the WSF/PHP version you are using. We have a error in google sample which is now fixed. In WSFault there is not property named "code". It should be "Code".
I think there should be something wrong with you google id or key since you have received a fault. Also give write permissions to the log files created in /tmp directory. That will stop printing the log messages on the stdout.
Regards
Nandika