<?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: User can't edit profile (Enterprise 3.0) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194410#M147540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue in one of the community versions.&amp;nbsp; The error was different but the symptoms were similar.&amp;nbsp; I do not believe it is the same issue but hopefully my fix will help give you somewhere to look&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basically a variable definition is missing somewhere so i had to hard code the script locations eg change&amp;nbsp; ${url.serviceContext} to /share/service/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my fix&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i had to change the line&amp;nbsp; where the font is red.&amp;nbsp; this is the location of the script&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id="${htmlid}-form" action="&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;${url.serviceContext}&lt;/SPAN&gt;&lt;SPAN&gt;/components/profile/&amp;lt;script-page-goes here&amp;gt;" method="post"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &amp;lt;form id="${htmlid}-form" action="&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;/share/service/&lt;/SPAN&gt;&lt;SPAN&gt;components/profile/&amp;lt;script-page-goes here&amp;gt;" method="post"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the two scripts edited were&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;password html page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile\change-password.get.html.ftl &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;profile html page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile\userprofile.get.html.ftl &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy hunting&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Dec 2008 04:05:05 GMT</pubDate>
    <dc:creator>ofrxnz</dc:creator>
    <dc:date>2008-12-06T04:05:05Z</dc:date>
    <item>
      <title>User can't edit profile (Enterprise 3.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194409#M147539</link>
      <description>Problem - User cannot edit their profile detailsSteps to reproduce:1) Invite outside user2) user accepts invitation via URL in e-mail, logs in with provided user name and password3) user navigates to their profile and clicks "edit profile" link4) user enters details (eg, phone number) and clicks the</description>
      <pubDate>Tue, 25 Nov 2008 21:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194409#M147539</guid>
      <dc:creator>boy412</dc:creator>
      <dc:date>2008-11-25T21:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: User can't edit profile (Enterprise 3.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194410#M147540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue in one of the community versions.&amp;nbsp; The error was different but the symptoms were similar.&amp;nbsp; I do not believe it is the same issue but hopefully my fix will help give you somewhere to look&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basically a variable definition is missing somewhere so i had to hard code the script locations eg change&amp;nbsp; ${url.serviceContext} to /share/service/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my fix&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i had to change the line&amp;nbsp; where the font is red.&amp;nbsp; this is the location of the script&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id="${htmlid}-form" action="&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;${url.serviceContext}&lt;/SPAN&gt;&lt;SPAN&gt;/components/profile/&amp;lt;script-page-goes here&amp;gt;" method="post"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &amp;lt;form id="${htmlid}-form" action="&lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;/share/service/&lt;/SPAN&gt;&lt;SPAN&gt;components/profile/&amp;lt;script-page-goes here&amp;gt;" method="post"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the two scripts edited were&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;password html page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile\change-password.get.html.ftl &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;profile html page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile\userprofile.get.html.ftl &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy hunting&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2008 04:05:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194410#M147540</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2008-12-06T04:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: User can't edit profile (Enterprise 3.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194411#M147541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the advice. Seems like my problem could be related…so I'll take a peek.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-eric-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2008 14:49:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194411#M147541</guid>
      <dc:creator>boy412</dc:creator>
      <dc:date>2008-12-06T14:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: User can't edit profile (Enterprise 3.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194412#M147542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i had this issue today, and pidgin had somehow taken control of the port. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;netstat -ap | grep '50501' may help tell you who the culprit is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 00:48:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-can-t-edit-profile-enterprise-3-0/m-p/194412#M147542</guid>
      <dc:creator>mcrocker</dc:creator>
      <dc:date>2009-04-23T00:48:22Z</dc:date>
    </item>
  </channel>
</rss>

