thuphinguyen / php-dynamics-crm-2011

Automatically exported from code.google.com/p/php-dynamics-crm-2011
0 stars 0 forks source link

Cannot include DynamicsCRM2011.php from a location outside the path #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. require_once 'PHPDynamics/DynamicsCRM2011.php';
2. $crmConnector = new DynamicsCRM2011_Connector(...);

What is the expected output? What do you see instead?
Should work fine
Actually, gives Class Not Found exception

Please use labels and text to provide additional information.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 26 Mar 2012 at 12:12

GoogleCodeExporter commented 9 years ago
Fixed in SVN - DynamicsCRM2011.php v36

Original comment by N.M.Pr...@gmail.com on 26 Mar 2012 at 12:13