<?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 Versionable Items not visible - Alfresco 4.0c in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274263#M227393</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;yesterday I did an upgrade from 3.4d to 4.0c. No errors and only some warnings after several hours struggling with the upgrade process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I've a problem with Items that are versioned. If I navigate to a folder in repository with several versioned items I only get a red bar showing the message "No items". In alfresco.log I found the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Caused by: freemarker.core.InvalidReferenceException: Error on line 4, column 75 in org/alfresco/slingshot/documentlibrary-v2/item.lib.ftl&lt;BR /&gt;node.versionHistory[0].versionLabel is undefined&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the corresponding code line in item.lib.ftl: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#if node.hasAspect("cm:versionable") &amp;amp;&amp;amp; node.versionHistory?size != 0&amp;gt;&amp;lt;#assign version = node.versionHistory[0].versionLabel&amp;gt;&amp;lt;/#if&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also an unresolved issue on this problem: &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-12713" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-12713&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But this one is about an ACP Package, which has been imported. I didn't import anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone had a similar problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does anyone can give me a hint to solve this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 17:31:20 GMT</pubDate>
    <dc:creator>tomaxdb</dc:creator>
    <dc:date>2012-05-17T17:31:20Z</dc:date>
    <item>
      <title>Versionable Items not visible - Alfresco 4.0c</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274263#M227393</link>
      <description>Hi,yesterday I did an upgrade from 3.4d to 4.0c. No errors and only some warnings after several hours struggling with the upgrade process.Now I've a problem with Items that are versioned. If I navigate to a folder in repository with several versioned items I only get a red bar showing the message "N</description>
      <pubDate>Thu, 17 May 2012 17:31:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274263#M227393</guid>
      <dc:creator>tomaxdb</dc:creator>
      <dc:date>2012-05-17T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Versionable Items not visible - Alfresco 4.0c</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274264#M227394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Total shot in the dark, but are you using Solr? Is your repository sufficiently small enough that you could test out whether or not this problem exists when you are using Lucene instead of Solr?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2012 00:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274264#M227394</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-06-02T00:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Versionable Items not visible - Alfresco 4.0c</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274265#M227395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff, my repository is about 220 GB and I've used index.subsystem.name=lucene in alfresco-global.properties. I didn't try to use sol indexing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the full extract of the error message in alfresco.log. Maybe that can help to determine the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;17:55:31,743 ERROR [freemarker.runtime] Template processing error: "Error on line 4, column 75 in org/alfresco/slingshot/documentlibrary-v2/item.lib.ftl\nnode.versionHistory[0].versionLabel is undefined.\nIt cannot be assigned to version"&lt;BR /&gt;&lt;BR /&gt;Error on line 4, column 75 in org/alfresco/slingshot/documentlibrary-v2/item.lib.ftl&lt;BR /&gt;node.versionHistory[0].versionLabel is undefined.&lt;BR /&gt;It cannot be assigned to version&lt;BR /&gt;The problematic instruction:&lt;BR /&gt;———-&lt;BR /&gt;==&amp;gt; assignment: version=node.versionHistory[0].versionLabel [on line 4, column 75 in org/alfresco/slingshot/documentlibrary-v2/item.lib.ftl]&lt;BR /&gt; in user-directive itemLib.itemJSON [on line 30, column 10 in org/alfresco/slingshot/documentlibrary-v2/doclist.get.json.ftl]&lt;BR /&gt;———-&lt;BR /&gt;&lt;BR /&gt;Java backtrace for programmers:&lt;BR /&gt;———-&lt;BR /&gt;freemarker.core.InvalidReferenceException: Error on line 4, column 75 in org/alfresco/slingshot/documentlibrary-v2/item.lib.ftl&lt;BR /&gt;node.versionHistory[0].versionLabel is undefined.&lt;BR /&gt;It cannot be assigned to version&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I also believe the upgrade didnt't really succeed because I've also some repository folders showing only the index number from db and not the real name of folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 10:40:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274265#M227395</guid>
      <dc:creator>tomaxdb</dc:creator>
      <dc:date>2012-06-03T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Versionable Items not visible - Alfresco 4.0c</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274266#M227396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After several attempts I succeeded in installing alfresco 4.0c properly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly I recognized that there is no more zoom-in or zoom-out flash function in the preview of image thumbnails (jpg, png…)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there another way of generating the thumbnails (e.g. other plugins)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And is it possible to reactivate the zooming function of the image thumbnails?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:13:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274266#M227396</guid>
      <dc:creator>tomaxdb</dc:creator>
      <dc:date>2012-06-12T18:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Versionable Items not visible - Alfresco 4.0c</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274267#M227397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you got your install working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't recall that there was a zoom function on image previews. I know there is a zoom function when you preview an office document or PDF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding your question about other plugins for transformations, you can write your own if the out-of-the-box transformers don't suit your needs. Search the docs for "transformers". &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/tasks/contenttrans-customize.html" rel="nofollow noopener noreferrer"&gt;Here&lt;/A&gt;&lt;SPAN&gt; is a link to get you pointed in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to change how the previewer works, you can also plug in your own. If you are interested in that you might take a look at the Media Previews add-on contained within the &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/share-extras/wiki/MediaPreviews" rel="nofollow noopener noreferrer"&gt;Share Extras project on Google Code&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 10:48:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versionable-items-not-visible-alfresco-4-0c/m-p/274267#M227397</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-06-14T10:48:14Z</dc:date>
    </item>
  </channel>
</rss>

