Posted by Bevan on April 25, 2009 at 3:46am
Jump to:
| Project: | Salesforce Suite |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
It would be great if sf could fail a little more elegantly if the toolkit is not available. For example, by
<?php
drupal_set_message('You need to add the <a href="!url">Salesforce PHP library</a> to !path', array(...));
?>or similar, if
require() fails.
Comments
#1
#2
Added hard dependency on the existence of SforceEnterpriseClient.php in order to enable module
http://drupal.org/cvs?commit=371202
#3
Automatically closed -- issue fixed for 2 weeks with no activity.