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.
Comments
Comment #1
obsidiandesign commentedI 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.
Comment #2
stephanieg101 commentedThanks 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.
Comment #3
obsidiandesign commented