<?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 Library $session-&amp;gt;save() errors out over SSL/encryption in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243241#M196371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ofrxnz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you accessing Alfresoc repository remotely, how did u achieve the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am trying to connect to remote alfresco repository for performing some action thru PHP application (remotely) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to perform action like adding user, mapping user to groups and spaces, permissions etc. Went thru the lot of document in alfresco wiki which are not completed i guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me with the procedure and guide me to the right path. please reply fast.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Narendran Srinivasan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+91 9941964931&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 May 2010 07:52:31 GMT</pubDate>
    <dc:creator>sonanaren</dc:creator>
    <dc:date>2010-05-20T07:52:31Z</dc:date>
    <item>
      <title>PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243240#M196370</link>
      <description>So, I am currently working on a PHP-based Alfresco upload applet.&amp;nbsp; In a non-encrypted environment, the code at the end works great, over SSL, the $session-&amp;gt;save(); command fails.&amp;nbsp; providing the following error500 - socket_connect() failed. Reason: () The requested address is not valid in its cont</description>
      <pubDate>Wed, 24 Jun 2009 14:05:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243240#M196370</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-06-24T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243241#M196371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ofrxnz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you accessing Alfresoc repository remotely, how did u achieve the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am trying to connect to remote alfresco repository for performing some action thru PHP application (remotely) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to perform action like adding user, mapping user to groups and spaces, permissions etc. Went thru the lot of document in alfresco wiki which are not completed i guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me with the procedure and guide me to the right path. please reply fast.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Narendran Srinivasan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+91 9941964931&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:52:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243241#M196371</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-20T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243242#M196372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Narendran,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best place to start is here.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/PHP_SDK" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/PHP_SDK&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SDK is part of this package you download here.&amp;nbsp; You will need to pull out the interface libraries in the SDK, which is part of the SVN path on the following page, and simply include it in your application.&amp;nbsp; It is a bit picky on the path.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_PHP_Library_Installation_Instructions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_PHP_Library_Installation_Instructions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;once you get these two working, you should have all the files you need in the right place.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; require_once "Alfresco/Service/Repository.php";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; require_once "Alfresco/Service/Session.php";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a basic authentication script&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/PHP_Tutorial_One_Complete_Script" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/PHP_Tutorial_One_Complete_Script&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if you want to write your own interface all of alfresco's get and post hooks are located on the following page of your server (admin access only)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://server.company.com/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://server.company.com/alfresco/service/index&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that gets you started.&amp;nbsp; I'm not near any of my work material at the moment.&amp;nbsp; I may be able to scrounge up some more information if you need it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:59:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243242#M196372</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2010-05-20T10:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243243#M196373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. Will go thru the same and get to you if i have issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Narendran Srinivasan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+91 9941964931&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 04:58:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243243#M196373</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-21T04:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243244#M196374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not understand the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where should i install the PHP Library (phpIntegration-unsupported.amp), is it to my php application or to the alfresco installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP library is with .amp format and how to extract the same. even i couldnt find the PHP SDK installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the below code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;require_once "Alfresco/Service/Repository.php";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;require_once "Alfresco/Service/Session.php"; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can i find the above file and where is it installed whether it is in the PHP application or in the Alfresco installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me out with the clear installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awaiting your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Narendran Srinivasan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+91 9941964931&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 06:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243244#M196374</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-21T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243245#M196375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can take the SDK files out of the AMP files by unzipping it (.amp == .zip) or you can download them from here &lt;/SPAN&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/" rel="nofollow noopener noreferrer"&gt;http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; You will want to download every file in that directory and make sure it's path is /Alfresco/Service/&amp;nbsp; or you will have to edit every one of those files.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have those files in place, you can start coding with them.&amp;nbsp; This will basically eliminate the need to create some of the more common tasks associated with tapping into alfresco since they have already done the work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is the way I have always done it.&amp;nbsp; If you need some code examples i can see if i can find something on my end.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two other ways to do this.&amp;nbsp; I occasionally have done the second. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 1. ) insatall the amp into alfresco (not supported)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/AMP_Files" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/AMP_Files&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Module_Management_Tool" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Module_Management_Tool&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) writing your own connector.&amp;nbsp; Alfresco takes GET and POST requests and usually returns JSON data so its fairly straight forward to write your own connector.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 11:23:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243245#M196375</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2010-05-21T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243246#M196376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My alfresco installation is in a different server. in my local machine i am building a PHP Application. Guess you want me to install the Alfresco SDK in my local PHP Application right and i must place the library in this structure in my local machine (/Alfresco/Service/).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is my understanding correct. Sorry for bothering you i have been breaking my head for last two days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Await your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Narendran Srinivasan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHP Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+91 9941964931&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 12:26:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243246#M196376</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-21T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243247#M196377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shoot me a Private message with your email so i can send you some code examples i have where Alfresco is installed on a different server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, in your case, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will want to start with the files at this link.&amp;nbsp; Download all of them including sub-folders and the contents of sub-folders&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/" rel="nofollow noopener noreferrer"&gt;http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These files are the base of every PHP application I have made that remotely taps into Alfresco.&amp;nbsp; Those files take care of the basics of interfacing with Alfresco.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have those files downloaded, you will want to start with one of the tutorials.&amp;nbsp; Your code will be a little different than theirs.&amp;nbsp; They are assuming you are using the amp.&amp;nbsp; But, once you have a tutorial working, you know are on the right track&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/PHP_API_Tutorials" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/PHP_API_Tutorials&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When everything appears to be working, this page documents the methods available for use to interface with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_PHP_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_PHP_API&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, make sure your PHP server displays errors.&amp;nbsp; When i first started using it, i did not set display errors and failed to realize that my paths were wrong…. The quickest way to avoid this is when you write your include statement make sure they look like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;require_once "Alfresco/Service/Repository.php";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;require_once "Alfresco/Service/WebService/AlfrescoWebService.php";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, PM me your email and ill send you some code I have worked with.&amp;nbsp; Its out of date but its a start.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:39:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243247#M196377</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2010-05-21T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243248#M196378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are a life saver, it worked and i am really happy. Need some more thing to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will work on my requirement and get back to you in issues. Meantime can you please send my the same code which you promised.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you developed the API, awesome work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 15:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243248#M196378</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-21T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243249#M196379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do u have any sample for the below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Creating Groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Associating users to groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Associating groups to spaces and permission for the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Removing of users from spaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Creating spaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meantime i am also working on the same. await your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 10:00:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243249#M196379</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-24T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: PHP Library $session-&gt;save() errors out over SSL/encryption</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243250#M196380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Adam, and others which have the same issue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;question to your very first posting: did you ever got a solution to this problem? Is it a firewall issue? Are there more involved ports than 443? …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ralf &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 09:29:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/php-library-session-gt-save-errors-out-over-ssl-encryption/m-p/243250#M196380</guid>
      <dc:creator>hr61369256</dc:creator>
      <dc:date>2013-04-04T09:29:40Z</dc:date>
    </item>
  </channel>
</rss>

