Richard Esplin created CMIS-848:
-----------------------------------
Summary: PHPClient examples don't run
Key: CMIS-848
URL: https://issues.apache.org/jira/browse/CMIS-848
Project: Chemistry
Issue Type: Bug
Components: cmis-phplib
Affects Versions: PHPCMIS 0.2
Reporter: Richard Esplin
The examples in phpclient/trunk/examples don't run. They error with:
PHP Fatal error: require_once(): Failed opening required
'cmis_repository_wrapper.php' (include_path='.:/usr/share/pear:/usr/share/php')
in /var/www/html/phpclient/examples/cmis_demo.php on line 19
Line 19 of each example is:
require_once ('cmis_repository_wrapper.php');
It should be:
require_once ('../atom/cmis-lib.php');
I have tried that with cmis_ls, cmis_demo, cmis_mktextfile. It resolved the
problem with each of them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)