Class 'WSClient' not found PHP

khoacalacan

New Member
I'm using wsf/php/2.1.0 using wamp 2.2, I've loaded and enabled wsf.dll and php_xsl.dll and configured my php.ini but still I 'm getting this fatal error.Fatal error: Class 'WSClient' not foundmodification in php.ini and httpd.config\[code\][wsf]wsf.home="C:\wamp\www\wsf\wsf_c"wsf.log_path="C:\wamp\www\wsf\wsf_c\wsf_c\logs"wsf.log_level=3wsf.rm_db_dir="C:\wamp\www\wsf\wsf_c\wsf_c"PHPIniDir "C:/wamp/bin/apache/Apache2.2.21/bin/php.ini"AddType application/x-httpd-php .php .phtmlAddType application/x-httpd-php-source .phps\[/code\]I've defined that wsf folder in envoirmental variable so this folder can be access from anywhere, and also included \[code\]ini_set("include_path","C:\wamp\www\wsf\scripts\\");\[/code\]Can anyone tell me how to make this thing run??Thanks
 

kap735

New Member
RE: Class 'WSClient' not found PHP

And still same error and not working. Have followed exactly what you typed.
 
Top