<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>CollectiveAccess Support Forum &#187; Recent Posts</title>
<link>http://www.collectiveaccess.org/forum/</link>
<description>CollectiveAccess Support Forum &#187; Recent Posts</description>
<language>en</language>
<pubDate>Sun, 01 Aug 2010 10:14:33 +0000</pubDate>

<item>
<title>knut on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1885</link>
<pubDate>Sat, 31 Jul 2010 08:41:47 +0000</pubDate>
<dc:creator>knut</dc:creator>
<guid isPermaLink="false">1885@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Followed your advice, but no improvement.&#60;br /&#62;
define(&#34;__CA_WEB_ROOT_DIR__&#34;, &#34;/usr/lib/sphereconf/apache&#34;);&#60;br /&#62;
define(&#34;__CA_URL_ROOT__&#34;, &#34;collectiveaccess&#34;);
&#60;/p&#62;</description>
</item>
<item>
<title>knut on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1884</link>
<pubDate>Sat, 31 Jul 2010 08:38:54 +0000</pubDate>
<dc:creator>knut</dc:creator>
<guid isPermaLink="false">1884@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Followed your advice, but no improvement.&#60;br /&#62;
define(&#34;__CA_WEB_ROOT_DIR__&#34;, &#34;/usr/lib/sphereconf/apache&#34;);&#60;br /&#62;
define(&#34;__CA_URL_ROOT__&#34;, &#34;collectiveaccess&#34;);
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1883</link>
<pubDate>Sat, 31 Jul 2010 01:31:40 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1883@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Ok, so change __CA_WEB_ROOT_DIR__ to the proper root and change __CA_URL_ROOT__ to be /collectiveaccess and (hopefully) it'll work.
&#60;/p&#62;</description>
</item>
<item>
<title>knut on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1882</link>
<pubDate>Fri, 30 Jul 2010 20:30:22 +0000</pubDate>
<dc:creator>knut</dc:creator>
<guid isPermaLink="false">1882@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Found this.&#60;/p&#62;
&#60;p&#62;Server Root 	/usr/lib/sphereconf/apache &#60;/p&#62;
&#60;p&#62;PATH 	/bin:/usr/bin:/sbin:/usr/sbin
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1881</link>
<pubDate>Fri, 30 Jul 2010 20:06:23 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1881@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Most likely the value for __CA_WEB_ROOT_DIR__ is not the actual value of your web root. Check what the root server path is in phpinfo(). Or cd into the directory and run pwd (assuming you're on a Unix-ish machine).
&#60;/p&#62;</description>
</item>
<item>
<title>knut on "Configuration file is missing for hostname ..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=385#post-1880</link>
<pubDate>Fri, 30 Jul 2010 18:19:16 +0000</pubDate>
<dc:creator>knut</dc:creator>
<guid isPermaLink="false">1880@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I tried to install CollectionAccess 0.6 on the same server as we have our website (/public_html/folder/collectiveaccess)and get the error message: Configuration file is missing for hostname &#34;www.mywebsite.de&#34;&#60;/p&#62;
&#60;p&#62;I made following settings:&#60;/p&#62;
&#60;p&#62;setup.php&#60;/p&#62;
&#60;p&#62;define(&#34;__CA_WEB_ROOT_DIR__&#34;, &#34;/public_html/folder&#34;);&#60;br /&#62;
define(&#34;__CA_URL_ROOT__&#34;, &#34;&#34;);&#60;br /&#62;
define(&#34;__CA_SITE_HOSTNAME__&#34;, &#34;www.mywebsite.de&#34;);&#60;br /&#62;
define(&#34;__CA_APP_NAME__&#34;, &#34;my_first_collectiveaccess_system&#34;);&#60;br /&#62;
define(&#34;__CA_APP_DISPLAY_NAME__&#34;, &#34;My First CollectiveAccess System&#34;); &#60;/p&#62;
&#60;p&#62;define(&#34;__CA_DB_HOST__&#34;, 'localhost');&#60;br /&#62;
define(&#34;__CA_DB_USER__&#34;, 'dbuser');&#60;br /&#62;
define(&#34;__CA_DB_PASSWORD__&#34;, 'password');&#60;br /&#62;
define(&#34;__CA_DB_DATABASE__&#34;, 'db000000');&#60;br /&#62;
define(&#34;__CA_DB_TYPE__&#34;, 'mysql');&#60;/p&#62;
&#60;p&#62;global.php&#60;/p&#62;
&#60;p&#62;site_protocol = http&#60;br /&#62;
site_hostname =__CA_SITE_HOSTNAME__&#60;br /&#62;
site_host = &#38;lt;site_protocol&#38;gt;://&#38;lt;site_hostname&#38;gt;&#60;/p&#62;
&#60;p&#62;What is wrong in my settings?&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Knut
&#60;/p&#62;</description>
</item>
<item>
<title>beda on "Upgrade 0.60 to the newest version"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=371#post-1879</link>
<pubDate>Fri, 30 Jul 2010 11:04:38 +0000</pubDate>
<dc:creator>beda</dc:creator>
<guid isPermaLink="false">1879@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Thank you. I followed the steps in the page you mentioned and it worked fine.&#60;/p&#62;
&#60;p&#62;Beda
&#60;/p&#62;</description>
</item>
<item>
<title>dlowman on "Koha Integration"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=384#post-1878</link>
<pubDate>Thu, 29 Jul 2010 14:30:57 +0000</pubDate>
<dc:creator>dlowman</dc:creator>
<guid isPermaLink="false">1878@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Thank you, that does clear things up a bit.  When I googled CA and Koha I had come across an IT pdf done in February 2010 addressing this issue and followed up with a phone call. &#60;/p&#62;
&#60;p&#62;Do you have any public libraries that host genealogical/archive data on CA? If so, do they use CA as a standalone and then just link it in through their website or how is it handled?&#60;/p&#62;
&#60;p&#62;I really like the organization of Collective Access and I think from the user standpoint it is very accessible. As a public library though, we would have to catalog in two places, a definite drawback. However,I don't see any other programs out there that do integrate.
&#60;/p&#62;</description>
</item>
<item>
<title>stefan on "Downloading with SVN from a Mac"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=383#post-1877</link>
<pubDate>Thu, 29 Jul 2010 08:18:39 +0000</pubDate>
<dc:creator>stefan</dc:creator>
<guid isPermaLink="false">1877@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;MacPorts is a great application but I wouldn't recommend installing Subversion this way.&#60;/p&#62;
&#60;p&#62;If you have MacPorts up and running odds are that you have XCode and other related development tools installed (otherwise MacPorts wouldn't be able to invoke C or C++ compilers). XCode, however, ships with Subversion - so once you have Xcode installed you should have a &#34;svn&#34; binary in /usr/bin/svn.&#60;/p&#62;
&#60;p&#62;Also, on testing/developments systems you should always run &#34;svn checkout&#34; (not &#34;export&#34;). This way it's easier to update the code base using &#34;svn update&#34;. On production systems, however, you don't want the svn metadata in a web-accessable directory (this is in fact a security risk that has been abused before) - which is why you should use &#34;export&#34;.&#60;/p&#62;
&#60;p&#62;Stefan
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Koha Integration"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=384#post-1876</link>
<pubDate>Wed, 28 Jul 2010 23:54:53 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1876@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I'm surprised to hear that the Alpine Club was expecting Koha integration. It has never been on our roadmap and I don't recall discussing it with them (or anyone else for that matter). Further, I'm not really sure it's something that is really critical for the primary user base of CollectiveAccess (museums, special collections and archives).&#60;/p&#62;
&#60;p&#62;Where was the Alpine Club touted as being a user of CA? We were aware they were considering it, but they were never listed on the CA site (am I missing something?). If USC is no longer using it we'll take them off the list – we rely on users to tell us about the status of their systems, and we heard from USC back at the end of March with tech questions.&#60;/p&#62;
&#60;p&#62;So to be clear: no work has been done on Koha integration and we have no plans at present to start. Perhaps a user will choose to develop this at some point, but for now it is not in the cards, at least from us.&#60;/p&#62;
&#60;p&#62;Sorry,&#60;/p&#62;
&#60;p&#62;seth
&#60;/p&#62;</description>
</item>
<item>
<title>dlowman on "Koha Integration"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=384#post-1875</link>
<pubDate>Wed, 28 Jul 2010 21:21:49 +0000</pubDate>
<dc:creator>dlowman</dc:creator>
<guid isPermaLink="false">1875@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I have been following CA for a bit now and called a few places that were touted to have been using CA.  One was USC in the Warner Collection but they said they only used it as a class project and didn't maintain.  Another was a Colorado based climbing club.  The librarian there said that she had discussed with Seth Koha integration but when a year later that didn't happen, they chose to go with someone else.  We are a public library and have 22G of unsorted, uncategorized images that we are beginning to digitize, tag and sort. However, I don't want to do things multiple times, or even twice if I don't have to.  Ultimately, I want to be able to make an entry either on Koha or CA and link it to the other.  Have you worked more on Koha compatibility and what is the status?
&#60;/p&#62;</description>
</item>
<item>
<title>jtalbert22 on "Downloading with SVN from a Mac"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=383#post-1874</link>
<pubDate>Tue, 27 Jul 2010 15:38:35 +0000</pubDate>
<dc:creator>jtalbert22</dc:creator>
<guid isPermaLink="false">1874@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Spent a couple days finding out what Subversion was and how to download the CA installs with it.  Here are the steps to do it using the Mac Terminal application from OSX10.6:&#60;/p&#62;
&#60;p&#62;# 'Terminal' Output of the steps used to download CollectiveAccess.&#60;br /&#62;
# Install MacPorts (&#60;a href=&#34;http://www.macports.org/)&#34; rel=&#34;nofollow&#34;&#62;http://www.macports.org/)&#60;/a&#62;, a web service for installing various Unix programs (ports) for the Mac.&#60;/p&#62;
&#60;p&#62;# Install Subversion (SVN) using MacPorts.&#60;/p&#62;
&#60;p&#62;~ Admin$ sudo port install subversion&#60;br /&#62;
Password:&#60;br /&#62;
---&#38;gt;  Computing dependencies for subversion&#60;br /&#62;
---&#38;gt;  Dependencies to be installed: apr apr-util db46 sqlite3 cyrus-sasl2 neon serf&#60;br /&#62;
---&#38;gt;  Fetching apr&#60;br /&#62;
---&#38;gt;  Attempting to fetch apr-1.4.2.tar.bz2 from &#60;a href=&#34;http://apache.mirror.rafal.ca/apr&#34; rel=&#34;nofollow&#34;&#62;http://apache.mirror.rafal.ca/apr&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for apr&#60;br /&#62;
---&#38;gt;  Extracting apr&#60;br /&#62;
---&#38;gt;  Applying patches to apr&#60;br /&#62;
---&#38;gt;  Configuring apr&#60;br /&#62;
---&#38;gt;  Building apr&#60;br /&#62;
---&#38;gt;  Staging apr into destroot&#60;br /&#62;
---&#38;gt;  Installing apr @1.4.2_1&#60;br /&#62;
---&#38;gt;  Activating apr @1.4.2_1&#60;br /&#62;
---&#38;gt;  Cleaning apr&#60;br /&#62;
---&#38;gt;  Fetching db46&#60;br /&#62;
---&#38;gt;  Attempting to fetch patch.4.6.21.1 from &#60;a href=&#34;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#34; rel=&#34;nofollow&#34;&#62;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Attempting to fetch patch.4.6.21.2 from &#60;a href=&#34;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#34; rel=&#34;nofollow&#34;&#62;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Attempting to fetch patch.4.6.21.3 from &#60;a href=&#34;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#34; rel=&#34;nofollow&#34;&#62;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Attempting to fetch patch.4.6.21.4 from &#60;a href=&#34;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#34; rel=&#34;nofollow&#34;&#62;http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Attempting to fetch db-4.6.21.tar.gz from &#60;a href=&#34;http://distfiles.macports.org/db4/4.6.21_6&#34; rel=&#34;nofollow&#34;&#62;http://distfiles.macports.org/db4/4.6.21_6&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for db46&#60;br /&#62;
---&#38;gt;  Extracting db46&#60;br /&#62;
---&#38;gt;  Applying patches to db46&#60;br /&#62;
---&#38;gt;  Configuring db46&#60;br /&#62;
---&#38;gt;  Building db46&#60;br /&#62;
---&#38;gt;  Staging db46 into destroot&#60;br /&#62;
---&#38;gt;  Installing db46 @4.6.21_6&#60;br /&#62;
---&#38;gt;  Activating db46 @4.6.21_6&#60;br /&#62;
---&#38;gt;  Cleaning db46&#60;br /&#62;
---&#38;gt;  Fetching sqlite3&#60;br /&#62;
---&#38;gt;  Attempting to fetch sqlite-3.6.23.1.tar.gz from &#60;a href=&#34;http://www.sqlite.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.sqlite.org/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for sqlite3&#60;br /&#62;
---&#38;gt;  Extracting sqlite3&#60;br /&#62;
---&#38;gt;  Configuring sqlite3&#60;br /&#62;
---&#38;gt;  Building sqlite3&#60;br /&#62;
---&#38;gt;  Staging sqlite3 into destroot&#60;br /&#62;
---&#38;gt;  Installing sqlite3 @3.6.23.1_0&#60;br /&#62;
---&#38;gt;  Activating sqlite3 @3.6.23.1_0&#60;br /&#62;
---&#38;gt;  Cleaning sqlite3&#60;br /&#62;
---&#38;gt;  Fetching apr-util&#60;br /&#62;
---&#38;gt;  Attempting to fetch apr-util-1.3.9.tar.bz2 from &#60;a href=&#34;http://apache.mirror.rafal.ca/apr&#34; rel=&#34;nofollow&#34;&#62;http://apache.mirror.rafal.ca/apr&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for apr-util&#60;br /&#62;
---&#38;gt;  Extracting apr-util&#60;br /&#62;
---&#38;gt;  Configuring apr-util&#60;br /&#62;
---&#38;gt;  Building apr-util&#60;br /&#62;
---&#38;gt;  Staging apr-util into destroot&#60;br /&#62;
---&#38;gt;  Installing apr-util @1.3.9_2&#60;br /&#62;
---&#38;gt;  Activating apr-util @1.3.9_2&#60;br /&#62;
---&#38;gt;  Cleaning apr-util&#60;br /&#62;
---&#38;gt;  Fetching cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Attempting to fetch cyrus-sasl-2.1.23.tar.gz from &#60;a href=&#34;ftp://ftp.andrew.cmu.edu/pub/cyrus-mail&#34; rel=&#34;nofollow&#34;&#62;ftp://ftp.andrew.cmu.edu/pub/cyrus-mail&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Extracting cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Applying patches to cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Configuring cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Building cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Staging cyrus-sasl2 into destroot&#60;br /&#62;
---&#38;gt;  Installing cyrus-sasl2 @2.1.23_2+kerberos&#60;br /&#62;
---&#38;gt;  Activating cyrus-sasl2 @2.1.23_2+kerberos&#60;br /&#62;
---&#38;gt;  Cleaning cyrus-sasl2&#60;br /&#62;
---&#38;gt;  Fetching neon&#60;br /&#62;
---&#38;gt;  Attempting to fetch neon-0.29.3.tar.gz from &#60;a href=&#34;http://distfiles.macports.org/neon&#34; rel=&#34;nofollow&#34;&#62;http://distfiles.macports.org/neon&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for neon&#60;br /&#62;
---&#38;gt;  Extracting neon&#60;br /&#62;
---&#38;gt;  Configuring neon&#60;br /&#62;
---&#38;gt;  Building neon&#60;br /&#62;
---&#38;gt;  Staging neon into destroot&#60;br /&#62;
---&#38;gt;  Installing neon @0.29.3_2&#60;br /&#62;
---&#38;gt;  Activating neon @0.29.3_2&#60;br /&#62;
---&#38;gt;  Cleaning neon&#60;br /&#62;
---&#38;gt;  Fetching serf&#60;br /&#62;
---&#38;gt;  Attempting to fetch serf-0.6.1.tar.bz2 from &#60;a href=&#34;http://serf.googlecode.com/files/&#34; rel=&#34;nofollow&#34;&#62;http://serf.googlecode.com/files/&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for serf&#60;br /&#62;
---&#38;gt;  Extracting serf&#60;br /&#62;
---&#38;gt;  Configuring serf&#60;br /&#62;
---&#38;gt;  Building serf&#60;br /&#62;
---&#38;gt;  Staging serf into destroot&#60;br /&#62;
---&#38;gt;  Installing serf @0.6.1_1&#60;br /&#62;
---&#38;gt;  Activating serf @0.6.1_1&#60;br /&#62;
---&#38;gt;  Cleaning serf&#60;br /&#62;
---&#38;gt;  Fetching subversion&#60;br /&#62;
---&#38;gt;  Attempting to fetch subversion-1.6.12.tar.bz2 from &#60;a href=&#34;http://distfiles.macports.org/subversion&#34; rel=&#34;nofollow&#34;&#62;http://distfiles.macports.org/subversion&#60;/a&#62;&#60;br /&#62;
---&#38;gt;  Verifying checksum(s) for subversion&#60;br /&#62;
---&#38;gt;  Extracting subversion&#60;br /&#62;
---&#38;gt;  Applying patches to subversion&#60;br /&#62;
---&#38;gt;  Configuring subversion&#60;br /&#62;
---&#38;gt;  Building subversion&#60;br /&#62;
---&#38;gt;  Staging subversion into destroot&#60;br /&#62;
---&#38;gt;  Installing subversion @1.6.12_1&#60;br /&#62;
---&#38;gt;  Activating subversion @1.6.12_1&#60;br /&#62;
---&#38;gt;  Cleaning subversion&#60;/p&#62;
&#60;p&#62;# SVN unix commands were installed into location  /opt/local/bin&#60;/p&#62;
&#60;p&#62;~ Admin$ cd /opt/local/bin&#60;br /&#62;
bin Admin$ ls&#60;/p&#62;
&#60;p&#62;# Change to the directory where OSX puts its localhost website files.&#60;/p&#62;
&#60;p&#62;bin Admin$ cd /Library/WebServer/Documents&#60;/p&#62;
&#60;p&#62;# Run a Subversion EXPORT of the CollectiveAccess SVN download address into the 'ca' folder created above.&#60;/p&#62;
&#60;p&#62;ca Admin$ /opt/local/bin/svn export &#60;a href=&#34;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/trunk&#34; rel=&#34;nofollow&#34;&#62;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/trunk&#60;/a&#62;&#60;br /&#62;
A    trunk&#60;br /&#62;
A    trunk/app&#60;br /&#62;
A    trunk/app/locale&#60;br /&#62;
A    trunk/app/locale/de_DE&#60;br /&#62;
A    trunk/app/locale/de_DE/messages.mo&#60;br /&#62;
A    trunk/app/locale/de_DE/messages.po&#60;/p&#62;
&#60;p&#62;…&#60;br /&#62;
...&#60;/p&#62;
&#60;p&#62;A    trunk/js/ca/ca.utils.js&#60;br /&#62;
A    trunk/js/ca/ca.browsepanel.js&#60;br /&#62;
A    trunk/js/jit&#60;br /&#62;
A    trunk/js/jit/jit.js&#60;br /&#62;
A    trunk/js/jit/jit-yc.js&#60;br /&#62;
Exported revision 4725.&#60;/p&#62;
&#60;p&#62;# Take a look in  /Library/WebServer/Documents/trunk. Change the directory name to something more appropriate.
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Colleges using Collective Access"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=379#post-1873</link>
<pubDate>Tue, 27 Jul 2010 02:22:01 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1873@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I will. I suspect they only read the forum when they have problems...
&#60;/p&#62;</description>
</item>
<item>
<title>seth on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1872</link>
<pubDate>Tue, 27 Jul 2010 02:21:05 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1872@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;What profile were you using?
&#60;/p&#62;</description>
</item>
<item>
<title>bjm on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1871</link>
<pubDate>Mon, 26 Jul 2010 22:25:48 +0000</pubDate>
<dc:creator>bjm</dc:creator>
<guid isPermaLink="false">1871@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Ach, sorry - before I waste any more of your time I will try to develop an appropriate installation profile.  I'm am quite obviously trying to short circuit a process which requires a bit more attention. Sorry for the confusion.
&#60;/p&#62;</description>
</item>
<item>
<title>bjm on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1870</link>
<pubDate>Mon, 26 Jul 2010 20:46:44 +0000</pubDate>
<dc:creator>bjm</dc:creator>
<guid isPermaLink="false">1870@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Not at all. A more careful reading would have shown this to be the case. &#60;/p&#62;
&#60;p&#62;Ok -- I have updated the links but have a new problem. I'm getting a similar error, however now it is throwing a warning on line 1212 (missing argument 6) and also complaining that 'type1 is invalid'.&#60;/p&#62;
&#60;p&#62;Thoughts? Thanks again for your help so far..error follows:&#60;/p&#62;
&#60;p&#62;Warning: Missing argument 6 for ca_objects::addRepresentation(), called in /home/tng/webapps/collectiveaccess6/support/import/ca5x/convert.php on line 1212 and defined in /home/tng/webapps/collectiveaccess6/app/models/ca_objects.php on line 472&#60;br /&#62;
	CONVERSION ERROR: ERROR LINKING OBJECT [243] to MEDIA [/home/tng/webapps/collectiveaccess/media/tng_collectiveaccess/images/1/0/11089_object_representations_media_1099_original.jpg]: Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid; Type id 1 is invalid&#60;br /&#62;
TRYING REP: /home/tng/webapps/collectiveaccess/media/tng_collectiveaccess/images/1/1/66504_object_representations_media_1100_original.jpg
&#60;/p&#62;</description>
</item>
<item>
<title>lambta on "Colleges using Collective Access"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=379#post-1869</link>
<pubDate>Mon, 26 Jul 2010 18:17:50 +0000</pubDate>
<dc:creator>lambta</dc:creator>
<guid isPermaLink="false">1869@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Maybe you could encourage/nudge them... &#60;/p&#62;
&#60;p&#62;No responses, so far.  It is summer and many academic personnel are on vacations, etc.  But I would love to hear from some of them - their experiences, etc. would be of great help to us.&#60;/p&#62;
&#60;p&#62;Thanks-&#60;/p&#62;
&#60;p&#62;Tom Lamb&#60;br /&#62;
Carleton College&#60;br /&#62;
&#60;a href=&#34;mailto:tlamb@carleton.edu&#34;&#62;tlamb@carleton.edu&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>stefan on "fedora"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=380#post-1868</link>
<pubDate>Mon, 26 Jul 2010 07:50:58 +0000</pubDate>
<dc:creator>stefan</dc:creator>
<guid isPermaLink="false">1868@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi Joris,&#60;/p&#62;
&#60;p&#62;please note that the code that adds repository support still lives in its seperate development branch and is yet to be merged into the trunk. So if your install is based on the &#34;trunk&#34; directory in our source code repository (odds are that it is since the error message you pasted doesn't exist in the repository development branch) there is no support for Fedora (yet). &#60;/p&#62;
&#60;p&#62;Stefan
&#60;/p&#62;</description>
</item>
<item>
<title>Tranas Spietis on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1867</link>
<pubDate>Mon, 26 Jul 2010 03:58:08 +0000</pubDate>
<dc:creator>Tranas Spietis</dc:creator>
<guid isPermaLink="false">1867@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Sure. No issues with Providence, but Pawtucket seems to have issues. See attached png&#60;/p&#62;
&#60;p&#62; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=1867&amp;bbat=58&#039;&gt;&lt;img src=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=1867&amp;bbat=58&amp;inline&#039; /&gt;&lt;/a&gt;
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1866</link>
<pubDate>Sun, 25 Jul 2010 19:10:47 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1866@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for catching that outdated link. I have just fixed that. You should be able to download without a password. I have no idea why the download is so slow. I know others have downloaded code out of SVN lately without a problem. Can you try again?
&#60;/p&#62;</description>
</item>
<item>
<title>seth on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1865</link>
<pubDate>Sun, 25 Jul 2010 18:51:40 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1865@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Actually the comment was a note to us that we needed to make those auto-configure at some point :-(&#60;/p&#62;
&#60;p&#62;Sorry for the confusion.
&#60;/p&#62;</description>
</item>
<item>
<title>bjm on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1864</link>
<pubDate>Sun, 25 Jul 2010 15:56:33 +0000</pubDate>
<dc:creator>bjm</dc:creator>
<guid isPermaLink="false">1864@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Many thanks Seth -&#60;br /&#62;
I noticed these, but i think the comment said that they should auto-configure so I left them alone. I'll give that a shot, and will be back if it explodes again.&#60;br /&#62;
Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>Tranas Spietis on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1863</link>
<pubDate>Sun, 25 Jul 2010 13:50:05 +0000</pubDate>
<dc:creator>Tranas Spietis</dc:creator>
<guid isPermaLink="false">1863@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Sorry,&#60;/p&#62;
&#60;p&#62;The URL's I used are those shown here -&#60;br /&#62;
&#60;a href=&#34;http://www.collectiveaccess.org/download&#34; rel=&#34;nofollow&#34;&#62;http://www.collectiveaccess.org/download&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;however, the Pawtucket link under ACCESS VIA SVN is&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/frontends/Pawtucket/trunk&#34; rel=&#34;nofollow&#34;&#62;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/frontends/Pawtucket/trunk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but should be &#34;Pawtucket2&#34; ?&#60;/p&#62;
&#60;p&#62;HTH
&#60;/p&#62;</description>
</item>
<item>
<title>Tranas Spietis on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1862</link>
<pubDate>Sun, 25 Jul 2010 13:40:12 +0000</pubDate>
<dc:creator>Tranas Spietis</dc:creator>
<guid isPermaLink="false">1862@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hello Seth,&#60;/p&#62;
&#60;p&#62;pic attached. Using TortoiseSVN - apparently can simply drag and drop the trunk folder on the destination, but the download is extremely slow.&#60;/p&#62;
&#60;p&#62; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=1862&amp;bbat=57&#039;&gt;&lt;img src=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=1862&amp;bbat=57&amp;inline&#039; /&gt;&lt;/a&gt;
&#60;/p&#62;</description>
</item>
<item>
<title>seth on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1861</link>
<pubDate>Sun, 25 Jul 2010 12:47:29 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1861@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;The paths to your media are wrong. The script you are using requires you change some hard-coded values so it can find the media and resolve the old links for the import. The values that need to change are on line 74 and 76.&#60;/p&#62;
&#60;p&#62;Before you fix that, however, you might want to consider not using the standard script and compatibility profile. The compatibility profile is just a straight port of the old system's fields into 0.6. Odds are that you don't use a lot of those old fields, and that there are a few fields you'd probably like to have. And, perhaps, you would want to take advantage of some of the new field types in 0.6.&#60;/p&#62;
&#60;p&#62;So... we would recommend you do what we do when converting a 0.6 install: first design an installation profile tailored to your needs, second modify the existing script to match the profile and third cross your fingers and run it.&#60;/p&#62;
&#60;p&#62;We can help you with all of this.
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1860</link>
<pubDate>Sun, 25 Jul 2010 12:38:09 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1860@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;There is no username or password – you can login anonymously. What URL are you using when you attempt to do your checkout?
&#60;/p&#62;</description>
</item>
<item>
<title>Tranas Spietis on "SVN password"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=382#post-1859</link>
<pubDate>Sun, 25 Jul 2010 06:32:16 +0000</pubDate>
<dc:creator>Tranas Spietis</dc:creator>
<guid isPermaLink="false">1859@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I would like to download release 0.6 via SVN, but the server requires a user name and password. Same as the forum user name and password? - or is there a default?&#60;/p&#62;
&#60;p&#62;TIA
&#60;/p&#62;</description>
</item>
<item>
<title>bjm on ".55 -.6 conversion utility -- Error Linking Object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=381#post-1858</link>
<pubDate>Sun, 25 Jul 2010 05:33:20 +0000</pubDate>
<dc:creator>bjm</dc:creator>
<guid isPermaLink="false">1858@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Just working on upgrading to .6 from .55. I've run the conversion utility included in the release and everything goes smoothly apart from converting media entities. I get the following error during the conversion (for every media entity in the system):&#60;/p&#62;
&#60;p&#62;CONVERSION ERROR: ERROR LINKING OBJECT [363] to MEDIA [/web/production/opencollection/web/media/dursthttp://collectiveaccess6.thenewgallery.org/media/collectiveaccess6/images/1/7/72803_object_representations_media_1772_original.jpg]: /web/production/opencollection/web/media/dursthttp://collectiveaccess6.thenewgallery.org/media/collectiveaccess6/images/1/7/72803_object_representations_media_1772_original.jpg does not exist; No media was specified&#60;br /&#62;
	converting object: &#38;lt;i&#38;gt;Artist Trading Cards&#38;lt;/i&#38;gt; Poster, June 27, 2009 [ATC.2009.06.03]&#60;br /&#62;
TRYING REP: /web/production/opencollection/web/media/dursthttp://collectiveaccess6.thenewgallery.org/media/collectiveaccess6/images/1/7/85891_object_representations_media_1773_original.jpg&#60;/p&#62;
&#60;p&#62;Can anyone give me some insight or where to start digging?&#60;br /&#62;
Thanks&#60;br /&#62;
Ben
&#60;/p&#62;</description>
</item>
<item>
<title>jorisj on "fedora"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=380#post-1857</link>
<pubDate>Fri, 23 Jul 2010 08:18:16 +0000</pubDate>
<dc:creator>jorisj</dc:creator>
<guid isPermaLink="false">1857@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;I tried linking CA with Fedora by following the instructions on the wiki page ( &#60;a href=&#34;http://wiki.collectiveaccess.org/index.php?title=Fedora_Repository&#34; rel=&#34;nofollow&#34;&#62;http://wiki.collectiveaccess.org/index.php?title=Fedora_Repository&#60;/a&#62; ). My Fedora repository is up and running, but when I try to add a new media object in CA ( for example a JPG file ) I get the following error:&#60;/p&#62;
&#60;p&#62;    * Saved changes to Object&#60;/p&#62;
&#60;p&#62;    * There are errors preventing information in specific fields from being saved as noted below.&#60;br /&#62;
          o Could not create subdirectory for uploaded file ()&#60;/p&#62;
&#60;p&#62;The object isn't showing up in my repository...&#60;/p&#62;
&#60;p&#62;I really don't have a clue in which direction I should be looking to solve this problem ... So any hints are much appreciated!&#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;joris
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Colleges using Collective Access"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=379#post-1856</link>
<pubDate>Wed, 21 Jul 2010 16:22:29 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1856@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;They're out there. Hopefully some of them will contact you one way or another. (We can't speak for them of course)
&#60;/p&#62;</description>
</item>
<item>
<title>lambta on "Colleges using Collective Access"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=379#post-1855</link>
<pubDate>Mon, 19 Jul 2010 17:13:25 +0000</pubDate>
<dc:creator>lambta</dc:creator>
<guid isPermaLink="false">1855@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;As a metadata librarian at Carleton College, I am working with my colleagues to select a Resource Management and Discovery Tool to organize, manage, and make the resources of our College archives available to our users.  I am curious if there are any similar college and/or university archives out there that are currently using Collective Access.&#60;/p&#62;
&#60;p&#62;Any information would be helpful.&#60;/p&#62;
&#60;p&#62;Thank you-&#60;/p&#62;
&#60;p&#62;Tom Lamb&#60;br /&#62;
Carleton College&#60;br /&#62;
&#60;a href=&#34;mailto:tlamb@carleton.edu&#34;&#62;tlamb@carleton.edu&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "Search by ID Number"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=105#post-1854</link>
<pubDate>Fri, 16 Jul 2010 13:23:30 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">1854@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Yeah, that's too old. Try updating. The &#34;trunk&#34; is now pretty stable, with all major changes done in a branch and we finally get ready for the proper release.&#60;/p&#62;
&#60;p&#62;seth
&#60;/p&#62;</description>
</item>
<item>
<title>yu on "Support EAD?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=378#post-1853</link>
<pubDate>Fri, 16 Jul 2010 10:29:12 +0000</pubDate>
<dc:creator>yu</dc:creator>
<guid isPermaLink="false">1853@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Thank you very much for the response. I will look into the sample script and see if I can customize it to import our data (though I have little knowledge about PHP and MySQL).&#60;br /&#62;
I'm very glad to know that the EAD export is in process. I will wait until next release!
&#60;/p&#62;</description>
</item>
<item>
<title>marcolino on "Search by ID Number"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=105#post-1852</link>
<pubDate>Fri, 16 Jul 2010 10:11:51 +0000</pubDate>
<dc:creator>marcolino</dc:creator>
<guid isPermaLink="false">1852@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Sorry, non I suppose I'm not at he latest SVN version:&#60;/p&#62;
&#60;p&#62;oper@LinRS:/var/www/doks2$ cd /opt/software/MySQL/collectiveaccess/trunk/&#60;br /&#62;
oper@LinRS:/opt/software/MySQL/collectiveaccess/trunk$ svn info&#60;br /&#62;
Percorso: .&#60;br /&#62;
URL: &#60;a href=&#34;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/trunk&#34; rel=&#34;nofollow&#34;&#62;http://collectiveaccess.svn.whirl-i-gig.com/CollectiveAccess/trunk&#60;/a&#62;&#60;br /&#62;
Repository: &#60;a href=&#34;http://collectiveaccess.svn.whirl-i-gig.com&#34; rel=&#34;nofollow&#34;&#62;http://collectiveaccess.svn.whirl-i-gig.com&#60;/a&#62;&#60;br /&#62;
UUID del Repository: ee610dfb-7fa9-4814-a8bb-d709925e34e9&#60;br /&#62;
Revisione: 4007&#60;br /&#62;
Tipo di Nodo: directory&#60;br /&#62;
Azione: normale&#60;br /&#62;
Autore dell'Ultimo Cambiamento: stefan&#60;br /&#62;
Revisione dell'Ultimo Cambiamento: 4007&#60;br /&#62;
Data dell'Ultimo Cambiamento: 2010-04-20 12:49:25 +0200 (mar, 20 apr 2010)&#60;/p&#62;
&#60;p&#62;I am in production now, and would like to avoid any risk causing problems to the people at the data entry... ;-)&#60;/p&#62;
&#60;p&#62;Tell me if this version is too old...&#60;/p&#62;
&#60;p&#62;The account is:&#60;br /&#62;
 username: seth&#60;br /&#62;
 password: seth!&#60;/p&#62;
&#60;p&#62;One more question: is it possible to add a a category in the Objects, which we forgot about when installing (after &#34;documents&#34;, &#34;paintings&#34;, &#34;drawings&#34;, ... we need to add &#34;installations&#34;) ?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>billey on "Support EAD?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=378#post-1851</link>
<pubDate>Thu, 15 Jul 2010 14:34:10 +0000</pubDate>
<dc:creator>billey</dc:creator>
<guid isPermaLink="false">1851@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Yes, as Seth mentioned we are working on an DACS based profile that can export easily to well-formed EAD XML. This should be rolling out over the next couple weeks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
