Monthly archives: June 2009

 

 

 

193

Uncaught SoapFault exception / Invalid parameters Error

I am using nusoap library to connect to Kintera API.  It worked fine on my other sites, but this one was giving me the following error message: Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient() [<a href='soapclient.soapclient'>soapclient.soapclient</a>]: Invalid parameters in /test.php:147 Stack trace: #0 /test.php(147): SoapClient->SoapClient(‘KinteraConnect….’, true) #1 {main} thrown in /test.php on line 147 Line [...]

 

 

143

Modifying Drupal download_count module to show files per user

Task: allow file downloads for only registered users in Drupal for admins, show download count for each file show which user downloaded which files The download_count module is great for #1 and #2. However, it doesn’t save any information about users. Here’s some modifications I’ve added to it to accomplish #3. In the download_count.module file, [...]