Error on form submit
| Project: | Salesforce Webform Lead Form Integration |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | obsidiandesign |
| Status: | closed |
Jump to:
I'm excited to start using what looks like an extremely useful module. In testing everything seems ok until I try to submit a form. I get a white screen and the following error in the log:
require_once(/***/sites/all/modules/salesforcewebform/includes/soapclient/SforcePartnerClient.php) [function.require-once]: failed to open stream: No such file or directory in /home/***/public_html/***/sites/all/modules/salesforcewebform/salesforcewebform.module on line 220.
The path to the Salesforce PHP Toolkit appears correct, so I'm not sure why it isn't finding the file.
Info for my test site:
Drupal: 5.18
PHP: 5.2.6
Salesforce PHP Toolkit 13 (installed at sites/all/modules/salesforcewebform/includes/)
Thanks in advance for any assistance.

#1
I can't seem to replicate the issue. You mention that the path 'appears correct' - is the file SforcePartnerClient.php in the directory "/***/sites/all/modules/salesforcewebform/includes/soapclient/"? My only thought is that it didn't get uploaded or something, causing the error.
#2
Thanks for the reply. I have retried using a clean Drupal install enabling only this module, and didn't get the error, so must assume there is some problem elsewhere with my dev site.
#3