Download & Extend

Fail more elegantly if toolkit is unavailable

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

Status:active» needs work

#2

Status:needs work» fixed

Added hard dependency on the existence of SforceEnterpriseClient.php in order to enable module
http://drupal.org/cvs?commit=371202

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here