<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PHP error with the mediawiki integration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125798#M88525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I tried different configurations, and with one of them, I have a different error, so I think this configuration must be better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;SoapFault exception: [soapenv&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;erver.generalException] (null) in /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php:65 Stack trace: #0 /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php(65): SoapClient-&amp;gt;__soapCall('update', Array, Array, Array, Array) #1 /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php(47): AlfrescoWebService-&amp;gt;__soapCall('update', Array) #2 [internal function]: AlfrescoWebService-&amp;gt;__call('update', Array) #3 /opt/alfresco/alfresco-php-library/Alfresco/Service/Session.php(168): AlfrescoWebService-&amp;gt;update(Array) #4 /opt/mediawiki/extensions/ExternalStoreAlfresco.php(158): Session-&amp;gt;save() #5 /opt/mediawiki/includes/ExternalStore.php(64): ExternalStoreAlfresco-&amp;gt;store('localhost:8080/…', 'gfds') #6 /opt/mediawiki/includes/Revision.php(676): ExternalStore-&amp;gt;insert('alfresco://loca…', 'gfds') #7 /opt/mediawiki/includes/Article.php(1443): Revision-&amp;gt;insertOn(Object(DatabaseMysql)) #8 /opt/mediawiki/includes/Article.php(1213): Article-&amp;gt;doEdit('gfds', '', 97) #9 /opt/mediawiki/includes/EditPage.php(743): Article-&amp;gt;insertNewArticle('gfds', '', false, false, false, false) #10 /opt/mediawiki/includes/EditPage.php(413): EditPage-&amp;gt;attemptSave() #11 /opt/mediawiki/includes/EditPage.php(285): EditPage-&amp;gt;edit() #12 /opt/mediawiki/includes/Wiki.php(437): EditPage-&amp;gt;submit() #13 /opt/mediawiki/includes/Wiki.php(48): MediaWiki-&amp;gt;performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #14 /opt/mediawiki/index.php(89): MediaWiki-&amp;gt;initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest)) #15 {main}&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;My new alfroscoconfig.php :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;/** Store that should be used to store the wiki content in **/&lt;BR /&gt;$alfWikiStore = "workspace://SpacesStore/wiki";&lt;BR /&gt;&lt;BR /&gt;/** Path to the space the contains the wiki content **/&lt;BR /&gt;$alfWikiSpace = "app:company_home/cm:wiki";&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Mediawiki 1.11, but I tryed with the 1.10.2, and the error is the still here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope you can help, thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hefbee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 15:42:19 GMT</pubDate>
    <dc:creator>hefbee</dc:creator>
    <dc:date>2007-10-23T15:42:19Z</dc:date>
    <item>
      <title>PHP error with the mediawiki integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125795#M88522</link>
      <description>Hello,When I try to create a new page in my wiki, I get this error :Fatal error: Call to a member function createChild() on a non-object in /home/hefbee/S5/wiki/extensions/ExternalStoreAlfresco.php on line 148Maybe it come from my AlfrescConfig.php $alfDebug = true;  /** The web service end point th</description>
      <pubDate>Fri, 28 Sep 2007 16:08:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125795#M88522</guid>
      <dc:creator>hefbee</dc:creator>
      <dc:date>2007-09-28T16:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: PHP error with the mediawiki integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125796#M88523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that error implies that that the wiki node could not be found.&amp;nbsp; I suggest checking that the repo URL is correct (i assume you are running the repository locally to your mediawiki web server?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then check that the path query to the wiki space executes correctly (ie: youve named the Wiki space correctly) .. this can be done from the node browser on the admin panel of the standard web client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the name of the wiki space is case sensitive and should be "wiki" looking at the config you have posted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:52:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125796#M88523</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-10-10T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: PHP error with the mediawiki integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125797#M88524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your question, Alfresco and mediawiki are installed on the same server (localhost !)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the alfresco url is : localhost:8080/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the mediawiki url is localhost/mediawiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I check&amp;nbsp; the path in the node browser, the reference to my space "wiki" is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workspace://SpacesStore/8e790787-8177-11dc-a6b4-15a2119b1500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the error is still here when I type this in my Alfrescoconfig.php&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I don't understand how am I supposed to fill this file !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe an exemple could help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hefbee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 15:10:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125797#M88524</guid>
      <dc:creator>hefbee</dc:creator>
      <dc:date>2007-10-23T15:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: PHP error with the mediawiki integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125798#M88525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I tried different configurations, and with one of them, I have a different error, so I think this configuration must be better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;SoapFault exception: [soapenv&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;erver.generalException] (null) in /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php:65 Stack trace: #0 /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php(65): SoapClient-&amp;gt;__soapCall('update', Array, Array, Array, Array) #1 /opt/alfresco/alfresco-php-library/Alfresco/Service/WebService/AlfrescoWebService.php(47): AlfrescoWebService-&amp;gt;__soapCall('update', Array) #2 [internal function]: AlfrescoWebService-&amp;gt;__call('update', Array) #3 /opt/alfresco/alfresco-php-library/Alfresco/Service/Session.php(168): AlfrescoWebService-&amp;gt;update(Array) #4 /opt/mediawiki/extensions/ExternalStoreAlfresco.php(158): Session-&amp;gt;save() #5 /opt/mediawiki/includes/ExternalStore.php(64): ExternalStoreAlfresco-&amp;gt;store('localhost:8080/…', 'gfds') #6 /opt/mediawiki/includes/Revision.php(676): ExternalStore-&amp;gt;insert('alfresco://loca…', 'gfds') #7 /opt/mediawiki/includes/Article.php(1443): Revision-&amp;gt;insertOn(Object(DatabaseMysql)) #8 /opt/mediawiki/includes/Article.php(1213): Article-&amp;gt;doEdit('gfds', '', 97) #9 /opt/mediawiki/includes/EditPage.php(743): Article-&amp;gt;insertNewArticle('gfds', '', false, false, false, false) #10 /opt/mediawiki/includes/EditPage.php(413): EditPage-&amp;gt;attemptSave() #11 /opt/mediawiki/includes/EditPage.php(285): EditPage-&amp;gt;edit() #12 /opt/mediawiki/includes/Wiki.php(437): EditPage-&amp;gt;submit() #13 /opt/mediawiki/includes/Wiki.php(48): MediaWiki-&amp;gt;performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #14 /opt/mediawiki/index.php(89): MediaWiki-&amp;gt;initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest)) #15 {main}&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;My new alfroscoconfig.php :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;/** Store that should be used to store the wiki content in **/&lt;BR /&gt;$alfWikiStore = "workspace://SpacesStore/wiki";&lt;BR /&gt;&lt;BR /&gt;/** Path to the space the contains the wiki content **/&lt;BR /&gt;$alfWikiSpace = "app:company_home/cm:wiki";&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Mediawiki 1.11, but I tryed with the 1.10.2, and the error is the still here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope you can help, thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hefbee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 15:42:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125798#M88525</guid>
      <dc:creator>hefbee</dc:creator>
      <dc:date>2007-10-23T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: PHP error with the mediawiki integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125799#M88526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my experiences, this fault appears if the user in the Config does not have sufficient rights in the defined space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nico&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 09:43:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-error-with-the-mediawiki-integration/m-p/125799#M88526</guid>
      <dc:creator>nicof</dc:creator>
      <dc:date>2008-07-18T09:43:40Z</dc:date>
    </item>
  </channel>
</rss>

