<?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>Sat, 04 Feb 2012 02:11:58 +0000</pubDate>

<item>
<title>mkrishnaswamy on "Adding an image to an existing object"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=851#post-3855</link>
<pubDate>Fri, 03 Feb 2012 20:14:47 +0000</pubDate>
<dc:creator>mkrishnaswamy</dc:creator>
<guid isPermaLink="false">3855@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have been trying to add some details to an existing object. Like associating it with an existing lot and adding an image etc.&#60;/p&#62;
&#60;p&#62;I have written the following piece of code and dont know what exactly I am doing wrong. I am not sure if I am getting it right. Would really appreciate someone's help with this. Thanks in advance.&#60;/p&#62;
&#60;p&#62;          $t_object = new ca_objects();&#60;br /&#62;
	  $t_object-&#38;gt;set('idno',$object_id);&#60;br /&#62;
	  print &#34; object# is &#34;.$t_object-&#38;gt;get('idno').&#34;\n\n&#34;;&#60;br /&#62;
	  $t_object-&#38;gt;set('lot_id', $lot_id);&#60;br /&#62;
	  $t_object-&#38;gt;set('access', 2); //not accessible to public&#60;br /&#62;
	  $imagepath= $vs_media_dir.'/'.$filename;&#60;/p&#62;
&#60;p&#62;           t_object-&#38;gt;addAttribute(&#60;br /&#62;
				array('dc_source' =&#38;gt; $dublin_source,&#60;br /&#62;
				'locale_id' =&#38;gt; $pn_locale_id&#60;br /&#62;
				), 'dc_source');&#60;/p&#62;
&#60;p&#62;As you can see, I am trying to associate the object with lot id which is in $lot_id and also trying to add a dublin source for that object and also will be trying to add an image to the existing object whose id is saved in $object_id. &#60;/p&#62;
&#60;p&#62;I have also tried the following:&#60;/p&#62;
&#60;p&#62;$t_object = new ca_objects($object_id);&#60;br /&#62;
print &#34;The title of the object is&#60;br /&#62;
&#34;.$t_object-&#38;gt;get('ca_objects.preferred_labels.name').&#34;\n&#34;;
&#60;/p&#62;</description>
</item>
<item>
<title>Luko on "Bienvue sur le forum en langue française !"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=608#post-3854</link>
<pubDate>Thu, 02 Feb 2012 13:47:40 +0000</pubDate>
<dc:creator>Luko</dc:creator>
<guid isPermaLink="false">3854@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Bonjour,&#60;br /&#62;
J'ai un problème d'installation de CollectiveAccess. Mon setup.php me semble correctement configuré et à l'arrivée sur la page de l'Installation Profile, je choisis [DEFAULT] Visual Resources Collection et ensuite je lance l'installation. Ca mouline pas mal de temps puis j'ai une page d'erreur Erreur 101 (net::ERR_CONNECTION_RESET) : La connexion a été réinitialisée.&#60;/p&#62;
&#60;p&#62;On dirait que le serveur me jette parce que l'install prend trop de temps. En effet par PhpMyAdmin je vois que 192 tables sont installées mais par contre n'ayant pas été au bout je n'ai ni login ni password et surtout je ne suis pas sûr que l'install est complète.&#60;br /&#62;
Quelqu'un aurait-il une idée en sachant que je suis sur un mutualisé d'OVH et que je ne peux intervenir sur la config du serveur.&#60;br /&#62;
Merci d'avance
&#60;/p&#62;</description>
</item>
<item>
<title>Fishy on "Pawtucket image display issue"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=844#post-3847</link>
<pubDate>Wed, 01 Feb 2012 23:41:43 +0000</pubDate>
<dc:creator>Fishy</dc:creator>
<guid isPermaLink="false">3847@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Thanks for your quick reply.&#60;/p&#62;
&#60;p&#62;I just changed all that you specified, but I'm still getting the same problem.&#60;/p&#62;
&#60;p&#62;The images are now located here: &#60;a href=&#34;http://archive.museum.fra1.net/media/national_museum_of_A1/images/0/10298_ca_object_representations_media_9_small.jpg&#34; rel=&#34;nofollow&#34;&#62;http://archive.museum.fra1.net/media/national_museum_of_A1/images/0/10298_ca_object_representations_media_9_small.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>GP_mngr_CA on "Problem with installing Collective Access"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=584#post-3846</link>
<pubDate>Wed, 01 Feb 2012 20:05:45 +0000</pubDate>
<dc:creator>GP_mngr_CA</dc:creator>
<guid isPermaLink="false">3846@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hello there Seth, Sven,&#60;/p&#62;
&#60;p&#62;it's been a long time since I put on another post. This is due to a shift of project-focus by my employer. We have taken the Collective Access Project out off the Ice-box mid-december 2011. At that time we tried to solve the 'strict standard errors' with yours suggestion of tweeking  error_reporting settings in php.ini. We didn't get far. Therefore we tried a different approach. We installed XAMPP on a WinXP-workstation and tried installing Providence 1.1. This went smoothly! Collective Access is running perfectly on that machine.&#60;br /&#62;
Then I tried the same installation-method on the Win7-machine. Unexpectedly the same errors appeared. Therefore I compared the installed components on both machines. I discovered there was a version-difference in the XAMPP on the WinXP- and Win7-workstation: on the WinXP-machine XAMPP 1.7.2 was installed, on the Win7-machine there was XAMPP 1.7.4! After deinstalling the 1.7.4-version and installing the 1.7.2-version the installation of Providence 1.1 went as smoothly as on the WinXP-machine.&#60;/p&#62;
&#60;p&#62;Conclusion: somehow the combination of Win7, XAMPP 1.7.4 and maybe I.E. 8.0.7600.16385 seems not so well!&#60;/p&#62;
&#60;p&#62;Henri
&#60;/p&#62;</description>
</item>
<item>
<title>cbodahl on "PostgreSQL support?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=273#post-3845</link>
<pubDate>Wed, 01 Feb 2012 16:26:04 +0000</pubDate>
<dc:creator>cbodahl</dc:creator>
<guid isPermaLink="false">3845@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;We (a government department in Sweden) are currently considering CA as a solution to our need for management of a fairly large image archive.&#60;/p&#62;
&#60;p&#62;However it's a requirement for us to use PostgreSQL, so at the moment this is a showstopper.&#60;/p&#62;
&#60;p&#62;Are there any fresh news on the plans to support Postgres? Or do you perhaps know of any users who have solved this issue on their own?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>stefan on "Pawtucket image display issue"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=844#post-3844</link>
<pubDate>Wed, 01 Feb 2012 12:01:19 +0000</pubDate>
<dc:creator>stefan</dc:creator>
<guid isPermaLink="false">3844@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;It looks to me like your __CA_APP_NAME__ variable in setup.php is different for Pawtucket and Providence. They have to be the same for the image links to work with a simple symlink. Also, you have your __CA_SITE_HOSTNAME__ set to archive.museum.fra1.net for Pawtucket. You may want to set it to museum.fra1.net?&#60;/p&#62;
&#60;p&#62;I found this by inspecting a specific image link. At the moment it looks like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://archive.museum.fra1.net/media/pawtucket_collectiveaccess/images/....&#34; rel=&#34;nofollow&#34;&#62;http://archive.museum.fra1.net/media/pawtucket_collectiveaccess/images/....&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>Fishy on "Pawtucket image display issue"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=844#post-3843</link>
<pubDate>Wed, 01 Feb 2012 08:30:05 +0000</pubDate>
<dc:creator>Fishy</dc:creator>
<guid isPermaLink="false">3843@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;First off, just like to say that this is by far and away the best archival software I've come across. Not too complex, not too simple.&#60;/p&#62;
&#60;p&#62;Anyway, I have an issue with images displaying in Pawtucket here: &#60;a href=&#34;http://museum.fra1.net&#34; rel=&#34;nofollow&#34;&#62;http://museum.fra1.net&#60;/a&#62; As you can see, the images do not display - only an 'image' word appears in the space where the image should be.&#60;/p&#62;
&#60;p&#62;I've set up the synlink between Pawtucket and Collectiveaccess, and everything else (like object details, etc.) work fine - it's only the images that do this.
&#60;/p&#62;</description>
</item>
<item>
<title>bevans9908 on "Can&#039;t install Providence 1.1"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=832#post-3841</link>
<pubDate>Tue, 31 Jan 2012 18:18:57 +0000</pubDate>
<dc:creator>bevans9908</dc:creator>
<guid isPermaLink="false">3841@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Assuming my issue is related to php, I uninstalled php and tried installing it in the root apache directory (c:/program files/apache software foundation/apache2.2) and after that also didn't work I tried installing it in the htdocs directory.&#60;/p&#62;
&#60;p&#62;Tried changes to _CA_BASE_DIR_ in the setup.php file again with no success.&#60;/p&#62;
&#60;p&#62;I even tried starting over from scratch (re-installed OS, apache, php, etc.) following the installation instructions to the letter still with no success.&#60;/p&#62;
&#60;p&#62;Were you able to identify any issues with the setup.php configuration?&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>kaial on "Import from CSV"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=516#post-3840</link>
<pubDate>Mon, 30 Jan 2012 21:05:22 +0000</pubDate>
<dc:creator>kaial</dc:creator>
<guid isPermaLink="false">3840@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Seth, if you still need more help editing the documents, please let me know. Happy to do whatever I can to help.
&#60;/p&#62;</description>
</item>
<item>
<title>kaial on "Ability to import?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=42#post-3839</link>
<pubDate>Mon, 30 Jan 2012 20:06:01 +0000</pubDate>
<dc:creator>kaial</dc:creator>
<guid isPermaLink="false">3839@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi boduma,&#60;br /&#62;
The Import menu is for uploading media.  There is in the 1.1 release a mechanism for mapping data, but instructions on using it are as yet nonexistent, and none of us has been able to figure it out. See &#60;a href=&#34;http://www.collectiveaccess.org/forum/topic.php?id=808&#34; rel=&#34;nofollow&#34;&#62;http://www.collectiveaccess.org/forum/topic.php?id=808&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>marcolino on "Add video nightmares..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=843#post-3838</link>
<pubDate>Mon, 30 Jan 2012 13:56:50 +0000</pubDate>
<dc:creator>marcolino</dc:creator>
<guid isPermaLink="false">3838@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I give you the link to the media, since it's too big to upload...: &#60;a href=&#34;http://ks.koinesistemi.it/collectiveaccess2/tmp/sintel-1024-surround-2.mov&#34; rel=&#34;nofollow&#34;&#62;http://ks.koinesistemi.it/collectiveaccess2/tmp/sintel-1024-surround-2.mov&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>marcolino on "Add video nightmares..."</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=843#post-3837</link>
<pubDate>Mon, 30 Jan 2012 13:55:42 +0000</pubDate>
<dc:creator>marcolino</dc:creator>
<guid isPermaLink="false">3837@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm experiencieng a real nightmare trying to upload a video clip to Providence... :-(&#60;br /&#62;
I have an Ubuntu 11.04 server. I did compile myself the ffmpeg executable, with *all* possible plugins enabled. No matter the format, encoding, duration, size, of the file I try to upload, I get an error... When I do not get it (&#34;Saved changes to painting...&#34; !!!), I can't see the clip in the list of representations. As an example, I attach a media which refuses to load, with this error:&#60;/p&#62;
&#60;p&#62;    There are errors preventing information in specific fields from being saved as noted below.&#60;br /&#62;
    File type is not supported&#60;/p&#62;
&#60;p&#62;I can't tell you if it uploads to demo.collectiveaccess.org since it's not responding to me, now...&#60;br /&#62;
I don't care about the format of the videos I have to upload, I produce them myself: can you suggest me a video media format/codec which is most easily uploaded to CA?&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>Brown47 on "Dreamhost Installation Problem"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=842#post-3836</link>
<pubDate>Sat, 28 Jan 2012 00:10:44 +0000</pubDate>
<dc:creator>Brown47</dc:creator>
<guid isPermaLink="false">3836@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I managed to solve the above by making sure to have # in proper places and eliminating open lines.&#60;/p&#62;
&#60;p&#62;However, now I have this issue:&#60;/p&#62;
&#60;p&#62;Fatal error: Configuration files are missing for hostname 'www.xxx.xxx'! Please check the __CA_BASE_DIR__ configuration setting in your setup.php file.&#60;/p&#62;
&#60;p&#62;Any thoughts?  Thank you for your help!
&#60;/p&#62;</description>
</item>
<item>
<title>Brown47 on "Dreamhost Installation Problem"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=842#post-3835</link>
<pubDate>Fri, 27 Jan 2012 19:50:22 +0000</pubDate>
<dc:creator>Brown47</dc:creator>
<guid isPermaLink="false">3835@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've uploaded all files and believe to have altered the setup.php correctly.  However, when I try and initiate the installation via the web browser, I receive this syntax error:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in /X/X/X/X/setup.php on line 107&#60;/p&#62;
&#60;p&#62;Would anyone be able to provide a pointer on how to fix this? &#60;/p&#62;
&#60;p&#62;Thank you for your time and help!
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3834</link>
<pubDate>Fri, 27 Jan 2012 16:05:40 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3834@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Is there anything I should do before I can see the software working?
&#60;/p&#62;</description>
</item>
<item>
<title>marcolino on "Video representation"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=841#post-3833</link>
<pubDate>Fri, 27 Jan 2012 11:33:27 +0000</pubDate>
<dc:creator>marcolino</dc:creator>
<guid isPermaLink="false">3833@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;When adding a movie (.mp4) to an object, I get &#34;Changes saved to painting&#34; (if I translate-back well from Italian ... :-). No error happens on apache logs (upload and ffmpeg do finish successfully).&#60;/p&#62;
&#60;p&#62;But, then, I can't see the new media representation in the object page (I just see images representations). &#60;/p&#62;
&#60;p&#62;More, when doing something like this:&#60;/p&#62;
&#60;p&#62;---&#38;gt;&#38;lt;----------------------------------------&#60;br /&#62;
$id = &#34;A0011&#34;;&#60;br /&#62;
$o_db = new Db();&#60;br /&#62;
$qr_reps = $o_db-&#38;gt;query(&#34;&#60;br /&#62;
SELECT *&#60;br /&#62;
FROM ca_object_representations o_r, ca_objects_x_object_representations o_x_or, ca_objects o&#60;br /&#62;
WHERE (o.idno = '$id') and (o.object_id = o_x_or.object_id) and (o_x_or.representation_id = o_r.representation_id)&#60;br /&#62;
&#34;);&#60;br /&#62;
while ($qr_reps-&#38;gt;nextRow()) {&#60;br /&#62;
$va_info = $qr_reps-&#38;gt;getMediaInfo('media');&#60;br /&#62;
 print_r($va_info); print &#34;&#60;br /&#62;\n&#34;;&#60;br /&#62;
}&#60;br /&#62;
---&#38;gt;&#38;lt;----------------------------------------&#60;/p&#62;
&#60;p&#62;I get a list of all image formats for my object, but not the movie representation I did just add.&#60;/p&#62;
&#60;p&#62;Any hint?&#60;br /&#62;
Thanks in advance!&#60;br /&#62;
--&#60;br /&#62;
Marco
&#60;/p&#62;</description>
</item>
<item>
<title>denbell on "Import from CSV"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=516#post-3832</link>
<pubDate>Fri, 27 Jan 2012 06:55:44 +0000</pubDate>
<dc:creator>denbell</dc:creator>
<guid isPermaLink="false">3832@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I can help out as well
&#60;/p&#62;</description>
</item>
<item>
<title>cpi_developer on "error handling in custom scripts"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=840#post-3831</link>
<pubDate>Thu, 26 Jan 2012 19:21:25 +0000</pubDate>
<dc:creator>cpi_developer</dc:creator>
<guid isPermaLink="false">3831@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I'm writing a custom script to run from the command line using the CA API to import meta data from our existing system. On a run of about 16600 objects, it stops consistently at about 86%, with no errors reported. If I comment out the call to update() and run it again, it completes. I tried to get more information about the error by calling setErrorOutput(true) on the ca_objects instance I use, and also the script checks the value of numErrors() after each API call - still no error output. &#60;/p&#62;
&#60;p&#62;On every iteration, the script is doing something like this:&#60;br /&#62;
$obj-&#38;gt;load(&#38;lt;id&#38;gt;);&#60;br /&#62;
$obj-&#38;gt;setMode(ACCESS_WRITE);&#60;br /&#62;
$obj-&#38;gt;addAttribute(...);&#60;br /&#62;
$obj-&#38;gt;update();&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;By the way, this is CA 1.1 running on PHP 5.1.6 - I know that 5.3 is required, so that might be an issue here, but so far it has not been for the purposes of importing data.
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3830</link>
<pubDate>Thu, 26 Jan 2012 17:13:31 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3830@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Thanks Stefan for the php.ini tip!
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3829</link>
<pubDate>Thu, 26 Jan 2012 17:12:19 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3829@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;My provider asked me to place a php.ini file in the /private folder of my hosting package.&#60;br /&#62;
when starting /install, I get the next error:&#60;/p&#62;
&#60;p&#62;Warning: require_once(/home/vhosts/openphidias.net/httpdocs/db/app/lib/ca/Attributes/Attribute.php) [function.require-once]: failed to open stream: No such file or directory in /home/vhosts/openphidias.net/httpdocs/db/app/models/ca_attribute_values.php on line 37&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '/home/vhosts/openphidias.net/httpdocs/db/app/lib/ca/Attributes/Attribute.php' (include_path='/home/vhosts/openphidias.net/httpdocs/db/app/lib/core/Parsers/htmlpurifier/standalone:/home/vhosts/openphidias.net/httpdocs/db/app/lib/ca:/home/vhosts/openphidias.net/httpdocs/db/app/lib/core:/home/vhosts/openphidias.net/httpdocs/db/app/models:.:/usr/share/pear') in /home/vhosts/openphidias.net/httpdocs/db/app/models/ca_attribute_values.php on line 37
&#60;/p&#62;</description>
</item>
<item>
<title>naifmagog on "How to file corresponding texts for two languages?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=839#post-3828</link>
<pubDate>Thu, 26 Jan 2012 17:07:49 +0000</pubDate>
<dc:creator>naifmagog</dc:creator>
<guid isPermaLink="false">3828@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;My site will be bilingual (EN-FR)&#60;br /&#62;
All locales are installed and working well for the interfaces (complete translation will come soon)&#60;br /&#62;
But how to differentiate the FR text file from the EN one, when one switch the language option?&#60;br /&#62;
Example for favorites view; I see:&#60;br /&#62;
collectiveaccess/pawtucket/index.php/Favorites/Index/lang/en_US or .../fr_FR&#60;br /&#62;
How is it triggered?&#60;br /&#62;
Menus are translated well, but text is the same, of course, as it refers to the same file!&#60;br /&#62;
I edited the content of this file: themes/default/views/favorites/favorites_intro_text_html.php&#60;br /&#62;
Good for one language. How to name and where to place the corresponding file for other language?&#60;br /&#62;
I try to study the file structure of WIR WAREN SO FREI. Still not clear for me...&#60;br /&#62;
Something I'm missing with the hierarchy of files, related to different locales.&#60;br /&#62;
I have made a lot of progress so far with your app ; the more I understand, the more I love it. I appreciate the enormity of your endeavor and the personalized support.
&#60;/p&#62;</description>
</item>
<item>
<title>zsachs-sva on "Import from CSV"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=516#post-3827</link>
<pubDate>Thu, 26 Jan 2012 16:00:38 +0000</pubDate>
<dc:creator>zsachs-sva</dc:creator>
<guid isPermaLink="false">3827@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I am available for editing also.
&#60;/p&#62;</description>
</item>
<item>
<title>boduma on "Ability to import?"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=42#post-3826</link>
<pubDate>Thu, 26 Jan 2012 12:40:59 +0000</pubDate>
<dc:creator>boduma</dc:creator>
<guid isPermaLink="false">3826@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am also trying to transfer collection object data from an old installation of Catalist as Harlquinth above. I have the XML dump of the database but I'm puzzled how to proceed from here.&#60;/p&#62;
&#60;p&#62;I have installed Prov 1.1 and notice there is a Import menu item but when I click it I get 'Upload media for /data/ca_coney_batch and then retry'. This may not even be the right place to attempt my data import.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>stefan on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3825</link>
<pubDate>Thu, 26 Jan 2012 12:22:15 +0000</pubDate>
<dc:creator>stefan</dc:creator>
<guid isPermaLink="false">3825@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;The phpinfo() output says that display_errors is &#34;Off&#34;. Are you sure you edited the correct php.ini file? According to phpinfo() this file is loaded: /usr/php53/etc/php.ini.
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3824</link>
<pubDate>Thu, 26 Jan 2012 11:09:46 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3824@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;php5.ini&#60;br /&#62;
memory_limit = 128M&#60;br /&#62;
post_max_size = 64M&#60;br /&#62;
upload_max_filesize = 64M&#60;br /&#62;
display_errors = On
&#60;/p&#62;</description>
</item>
<item>
<title>naifmagog on "Set from CA does not appear in Pawtucket Featured Item"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=836#post-3823</link>
<pubDate>Wed, 25 Jan 2012 21:59:10 +0000</pubDate>
<dc:creator>naifmagog</dc:creator>
<guid isPermaLink="false">3823@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Solved! merci Gautier. Media representation was not accessible to public!
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3822</link>
<pubDate>Wed, 25 Jan 2012 21:10:50 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3822@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;PHP 5.3.3 is installed, as you will see in test.php. Thanks, Seth. No changes whatsoever in my browser, still a blank screen.
&#60;/p&#62;</description>
</item>
<item>
<title>Nitro on "object summary and pdf-file"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=529#post-3821</link>
<pubDate>Wed, 25 Jan 2012 19:49:03 +0000</pubDate>
<dc:creator>Nitro</dc:creator>
<guid isPermaLink="false">3821@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Here are the screenshots.&#60;/p&#62;
&#60;p&#62; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=3821&amp;bbat=278&#039;&gt;&lt;img src=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=3821&amp;bbat=278&amp;inline&#039; /&gt;&lt;/a&gt; &lt;a class=&#039;bb_attachments_link&#039; href=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=3821&amp;bbat=279&#039;&gt;&lt;img src=&#039;http://www.collectiveaccess.org/forum/?bb_attachments=3821&amp;bbat=279&amp;inline&#039; /&gt;&lt;/a&gt;
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "object summary and pdf-file"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=529#post-3820</link>
<pubDate>Wed, 25 Jan 2012 12:57:35 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">3820@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;Can you send me a screenshot of the summary as it is now? Es ist einfacher zu reparieren wann man es sehen kann.&#60;/p&#62;
&#60;p&#62;Sehen Sie, Mein Deutsch ist viel viel schlechter als Ihre Englisch :-)
&#60;/p&#62;</description>
</item>
<item>
<title>seth on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3819</link>
<pubDate>Wed, 25 Jan 2012 12:48:14 +0000</pubDate>
<dc:creator>seth</dc:creator>
<guid isPermaLink="false">3819@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;First of all you'll need to install PHP 5.3
&#60;/p&#62;</description>
</item>
<item>
<title>Nitro on "object summary and pdf-file"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=529#post-3817</link>
<pubDate>Wed, 25 Jan 2012 10:54:51 +0000</pubDate>
<dc:creator>Nitro</dc:creator>
<guid isPermaLink="false">3817@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;There is a mistake in my last post.&#60;br /&#62;
&#34;I noticed that there are NO formatting-entries for the summary...&#34;&#60;br /&#62;
That is what I want to write ;)
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3816</link>
<pubDate>Wed, 25 Jan 2012 10:13:08 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3816@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;test.php is in&#60;br /&#62;
&#60;a href=&#34;http://www.openphidias.net/db/test.php&#34; rel=&#34;nofollow&#34;&#62;http://www.openphidias.net/db/test.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dickvanbroekhuizen on "installation problems"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=838#post-3815</link>
<pubDate>Wed, 25 Jan 2012 10:04:24 +0000</pubDate>
<dc:creator>dickvanbroekhuizen</dc:creator>
<guid isPermaLink="false">3815@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I have had no prior PHP experience. I uploaded the Providence software to my hosting provider, in a separate folder (not in the root), and set the variables in the setup.php file to their correct settings. No reply from the system when entering this folder, nor when entering in the /[folder]/install folder.&#60;br /&#62;
How can I fix this? I understand this is a very general question. setup.php:&#60;/p&#62;
&#60;p&#62;# --------------------------------------------------------------------------------------------&#60;br /&#62;
#&#60;br /&#62;
# CollectiveAccess :: Open-source collections management software&#60;br /&#62;
# Version 1.0&#60;br /&#62;
#&#60;br /&#62;
# --------------------------------------------------------------------------------------------&#60;br /&#62;
# THE VALUES BELOW ***MUST*** BE CHANGED TO SUIT YOUR ENVIRONMENT&#60;br /&#62;
# --------------------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# __CA_BASE_DIR__ = the absolute server path to the directory containing your CollectiveAccess installation&#60;br /&#62;
#&#60;br /&#62;
# 			Enter the correct directory but omit trailing slashes!&#60;br /&#62;
# 			For Windows hosts, use a notation similar to &#34;C:/PATH/TO/COLLECTIVEACCESS&#34;; do NOT use backslashes&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_BASE_DIR__&#34;, &#34;/home/vhosts/openphidias.net/httpdocs/db&#34;);&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# __CA_URL_ROOT__ = the root-relative URL path to your CollectiveAccess installation&#60;br /&#62;
#&#60;br /&#62;
#		Leave the __CA_URL_ROOT_ *BLANK* if the CollectiveAccess directory is the web server root&#60;br /&#62;
#		or in the root directory of a virtual host. If CollectiveAccess is in a subdirectory or&#60;br /&#62;
#		an alias is used to point the web server to the correct path, set '__CA_URL_ROOT__' to&#60;br /&#62;
#		the relative url path to the subdirectory; start the path with a slash ('/') but omit trailing slashes.&#60;br /&#62;
#&#60;br /&#62;
# 		Example: If CollectiveAccess will be accessed via &#60;a href=&#34;http://www.mysite.org/apps/ca&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.org/apps/ca&#60;/a&#62; then __CA_URL_ROOT__ would be set to /apps/ca&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_URL_ROOT__&#34;, &#34;/db&#34;);&#60;/p&#62;
&#60;p&#62;# __CA_SITE_HOSTNAME__ = the hostname for your system&#60;br /&#62;
#&#60;br /&#62;
#		This must be the full host name. Do not include http:// or any other prefixes.&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_SITE_HOSTNAME__&#34;, &#34;www.openphidias.net&#34;);&#60;/p&#62;
&#60;p&#62;# __CA_APP_NAME__ = a short name alphanumeric-only (no spaces or punctuation) name for this CollectiveAccess installation&#60;br /&#62;
#&#60;br /&#62;
# 	If you are running more than one instance of CollectiveAccess on the same server make sure each instance has its&#60;br /&#62;
#	own unique __CA_APP_NAME__ setting.  __CA_APP_NAME__ must include letters, numbers and underscores only - no spaces or punctuation!&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_APP_NAME__&#34;, &#34;phidias&#34;);&#60;/p&#62;
&#60;p&#62;# __CA_APP_DISPLAY_NAME__ = the name of your system for display purposes&#60;br /&#62;
#&#60;br /&#62;
#	This value will be used on emails, on the login screen, in window titles, etc.&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_APP_DISPLAY_NAME__&#34;, &#34;OpenPhidias&#34;);&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# The following settings allow CA to connect to its database. These settings should have been given to you by&#60;br /&#62;
# your system administrator or hosting provider.&#60;br /&#62;
#&#60;br /&#62;
# Database server host name (often 'localhost')&#60;br /&#62;
define(&#34;__CA_DB_HOST__&#34;, 'db2.hosting2go.nl');&#60;/p&#62;
&#60;p&#62;# Database login user name&#60;br /&#62;
define(&#34;__CA_DB_USER__&#34;, '*********');&#60;/p&#62;
&#60;p&#62;# Database login password&#60;br /&#62;
define(&#34;__CA_DB_PASSWORD__&#34;, '************');&#60;/p&#62;
&#60;p&#62;# The name of your CollectiveAccess database&#60;br /&#62;
define(&#34;__CA_DB_DATABASE__&#34;, 'm1_3a429ce7');&#60;/p&#62;
&#60;p&#62;# Only MySQL databases are currently supported so leave this set to 'mysql'!&#60;br /&#62;
define(&#34;__CA_DB_TYPE__&#34;, 'mysql');&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# Set your time zone here. A list of valid time zone settings is available at &#60;a href=&#34;http://us3.php.net/manual/en/timezones.php&#34; rel=&#34;nofollow&#34;&#62;http://us3.php.net/manual/en/timezones.php&#60;/a&#62;&#60;br /&#62;
#&#60;br /&#62;
date_default_timezone_set('Europe/Amsterdam');&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# The following settings define how CA sends email on your server. These settings should have been given to you by&#60;br /&#62;
# your system administrator or hosting provider.&#60;br /&#62;
#&#60;br /&#62;
# SMTP server to use for outgoing mail&#60;br /&#62;
define(&#34;__CA_SMTP_SERVER__&#34;, 'server117.hosting2go.nl');&#60;/p&#62;
&#60;p&#62;# SMTP port to use for outgoing mail&#60;br /&#62;
define(&#34;__CA_SMTP_PORT__&#34;, 25);&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# If your SMTP server requires you to authenticate then you can set the login information&#60;br /&#62;
# below by uncommenting the smtp_auth, smtp_username and smtp_password lines and giving them appropriate values&#60;br /&#62;
#&#60;br /&#62;
define(&#34;__CA_SMTP_AUTH__&#34;, 'server117.hosting2go.nl');&#60;br /&#62;
define(&#34;__CA_SMTP_USER__&#34;, 'dvbroekhuizen');&#60;br /&#62;
define(&#34;__CA_SMTP_PASSWORD__&#34;, '*********************');&#60;/p&#62;
&#60;p&#62;# Generic site admin email - used as the &#34;from&#34; address.&#60;br /&#62;
define(&#34;__CA_ADMIN_EMAIL__&#34;, 'dick@openphidias.net');&#60;/p&#62;
&#60;p&#62;# ***&#60;br /&#62;
# That's it! The settings here should be enough to get you up and running...&#60;br /&#62;
# Don't forget to take a look at your global.conf file though. It defines additional settings you might need to change.&#60;br /&#62;
# ***
&#60;/p&#62;</description>
</item>
<item>
<title>Nitro on "object summary and pdf-file"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=529#post-3814</link>
<pubDate>Tue, 24 Jan 2012 18:43:26 +0000</pubDate>
<dc:creator>Nitro</dc:creator>
<guid isPermaLink="false">3814@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;You mean the formatting-configurations in the app.conf configuration file?&#60;br /&#62;
I didn't change this file,&#60;br /&#62;
but while looking into it right now, I noticed that there are now formatting-entries for the summary...&#60;br /&#62;
Is that correct or have I to enter there some basic formatting-entries?&#60;/p&#62;
&#60;p&#62;PS: Sorry for the bad english^^
&#60;/p&#62;</description>
</item>
<item>
<title>bevans9908 on "Can&#039;t install Providence 1.1"</title>
<link>http://www.collectiveaccess.org/forum/topic.php?id=832#post-3812</link>
<pubDate>Tue, 24 Jan 2012 16:02:06 +0000</pubDate>
<dc:creator>bevans9908</dc:creator>
<guid isPermaLink="false">3812@http://www.collectiveaccess.org/forum/</guid>
<description>&#60;p&#62;I created the test.php file according to your instructions, but when I try to load it in the browser I get &#34;The page cannot be found&#34;. Both the test.php and setup.php are attached. Thanksfor the help!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

