| Subject: | Lots of programming bugs, cleared... |  
| Summary: | Package rating comment |  
| Messages: | 1 |  
| Author: | Ti Ju |  
| Date: | 2012-02-08 11:23:49 |  
|   |  
 
 | 
 | 
Ti Ju rated this package as follows:
| Utility:  | Bad | 
| Consistency:  | Good | 
| Examples:  | Bad | 
| 
 | 
  Ti Ju - 2012-02-08 11:23:49  
Lots of programming bugs, cleared the namespaces to create the object, ran it but got tons of warnings: 
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 26: parser error : Premature end of data in tag head line 1 in C:\xampp\htdocs\ht\htonline\search\SiteSearch.php on line 260 
 
and got a fatal error after all: 
 
Fatal error: Uncaught exception 'SiteSearchException' with message 'Unable to parse response into a Simple_XML object' in C:\xampp\htdocs\ht\htonline\search\SiteSearch.php:261 Stack trace: #0 C:\xampp\htdocs\ht\htonline\search\SiteSearch.php(186): SiteSearch->processResponse('<html><head><me...') #1 C:\xampp\htdocs\ht\htonline\search\SiteSearch.php(156): SiteSearch->doCurlRequest() #2 C:\xampp\htdocs\ht\htonline\search_proba.php(20): SiteSearch->query('Class source') #3 {main} thrown in C:\xampp\htdocs\ht\htonline\search\SiteSearch.php on line 261 
 
This all is crap. 
  
   |