07-17-2008 09:53 AM
$alfDebug = true;
/** The web service end point that will be used when accessing the Alfresco repository **/
$alfURL = "http://hostip:8080/alfresco/api";
/** Store that should be used to store the wiki content in **/
$alfWikiStore = "workspace://SpacesStore/aa85d891-42c2-11dd-8a56-9d9dae762acd";
/** Path to the space the contains the wiki content **/
$alfWikiSpace = "app:company_home/cm:Projects/mediawiki/mediawiki";
/** User credentails used to connect to Alfresco with **/
$alfUser = "XXXXX";
$alfPassword = "XXXXX";
Notice: Undefined offset: 0 in /var/www/html/mediawiki/extensions/ExternalStoreAlfresco.php on line 114
Notice: Undefined offset: 0 in /var/www/html/mediawiki/extensions/ExternalStoreAlfresco.php on line 114
Fatal error: Call to a member function createChild() on a non-object in /var/www/html/mediawiki/extensions/ExternalStoreAlfresco.php on line 148
07-18-2008 05:47 AM
Notice: Undefined offset: 0 in /var/www/html/mediawiki/extensions/ExternalStoreAlfresco.php on line 114
Fatal error: Call to a member function createChild() on a non-object in /var/www/html/mediawiki/extensions/ExternalStoreAlfresco.php on line 148
/** Store that should be used to store the wiki content in **/
$alfWikiStore = "workspace://SpacesStore";
/** Path to the space the contains the wiki content **/
$alfWikiSpace = "app:company_home/cm:Projects/cm:Archiv/cm:mediawiki/cm:mediawiki";
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.