<?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>Forums Tag: install issues</title>
<link>http://omeka.org/forums/</link>
<description>Forums Tag: install issues</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 05:32:42 +0000</pubDate>

<item>
<title>veehikle on "Parse Error: unexpected '{' when trying to install"</title>
<link>http://omeka.org/forums/topic/parse-error-unexpected-when-trying-to-install#post-172</link>
<pubDate>Thu, 28 Feb 2008 12:25:41 +0000</pubDate>
<dc:creator>veehikle</dc:creator>
<guid isPermaLink="false">172@http://omeka.org/forums/</guid>
<description>&#60;p&#62;That fixed it....and it installed fine. We're up and running with the pilot...&#60;/p&#62;
&#60;p&#62;We're now running on PHP 5.x.&#60;/p&#62;
&#60;p&#62;Now I have to go and see what else broke out there on the site!
&#60;/p&#62;</description>
</item>
<item>
<title>djweinstein on "Parse Error: unexpected '{' when trying to install"</title>
<link>http://omeka.org/forums/topic/parse-error-unexpected-when-trying-to-install#post-169</link>
<pubDate>Thu, 28 Feb 2008 05:38:00 +0000</pubDate>
<dc:creator>djweinstein</dc:creator>
<guid isPermaLink="false">169@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I received the following error message after transferring Omeka to a server running PHP 5.2:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /nfsn/content/teaching/public/omeka/application/libraries/Omeka/Core.php on line 14&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Parse Error: unexpected '{' when trying to install"</title>
<link>http://omeka.org/forums/topic/parse-error-unexpected-when-trying-to-install#post-167</link>
<pubDate>Thu, 28 Feb 2008 02:37:40 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">167@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Could you do me a huge favor and double check that you have PHP5 enabled?  The 'try' keyword only works in PHP5 so it would cause a fatal error if you didn't have the right version of PHP installed on your web host.
&#60;/p&#62;</description>
</item>
<item>
<title>veehikle on "Parse Error: unexpected '{' when trying to install"</title>
<link>http://omeka.org/forums/topic/parse-error-unexpected-when-trying-to-install#post-165</link>
<pubDate>Wed, 27 Feb 2008 23:30:36 +0000</pubDate>
<dc:creator>veehikle</dc:creator>
<guid isPermaLink="false">165@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Got the following error when I began to install...&#60;/p&#62;
&#60;p&#62;All directories were installed on the server&#60;br /&#62;
MySQL 5 Server setup&#60;br /&#62;
Linux/appache&#60;br /&#62;
Using FTP Leech for the uploads&#60;br /&#62;
Confirmed the access permissions on the directories.&#60;/p&#62;
&#60;p&#62;Here's the error...&#60;br /&#62;
&#60;a href=&#34;http://www.historicalsocietyofsomersethills.org/omeka/install/&#34; rel=&#34;nofollow&#34;&#62;http://www.historicalsocietyofsomersethills.org/omeka/install/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Parse error: parse error, unexpected '{' in /home/content/v/e/e/veehikle1/html/omeka/install/install.php on line 16&#60;/p&#62;
&#60;p&#62;If I go look at the file.....(install.php)&#60;/p&#62;
&#60;p&#62;try {&#60;br /&#62;
    $db = $core-&#38;gt;getDb();&#60;/p&#62;
&#60;p&#62;	//Build the database if necessary&#60;br /&#62;
	$show_tables_sql = &#34;SHOW TABLES&#34;;&#60;br /&#62;
	//Ensure that we don't confuse Omeka if there are already tables in the DB&#60;br /&#62;
	if($db-&#38;gt;prefix) $show_tables_sql .= &#34; LIKE '$db-&#38;gt;prefix%'&#34;;&#60;br /&#62;
	$res = $db-&#38;gt;query($show_tables_sql);&#60;br /&#62;
	$tables = $res-&#38;gt;fetchAll();&#60;br /&#62;
line 16 is the try comment....&#60;/p&#62;
&#60;p&#62;Any ideas...?&#60;br /&#62;
Not a real computer geek...but I'm willing to learn....
&#60;/p&#62;</description>
</item>
<item>
<title>trevorjames on "Fatal error thrown when trying to add image"</title>
<link>http://omeka.org/forums/topic/fatal-error-thrown-when-trying-to-add-image#post-119</link>
<pubDate>Mon, 28 Jan 2008 16:34:12 +0000</pubDate>
<dc:creator>trevorjames</dc:creator>
<guid isPermaLink="false">119@http://omeka.org/forums/</guid>
<description>&#60;p&#62;MySQL version: 5.0.37&#60;/p&#62;
&#60;p&#62;PHP: 5.1.6&#60;/p&#62;
&#60;p&#62;-Trevor
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Fatal error thrown when trying to add image"</title>
<link>http://omeka.org/forums/topic/fatal-error-thrown-when-trying-to-add-image#post-112</link>
<pubDate>Sun, 27 Jan 2008 06:01:19 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">112@http://omeka.org/forums/</guid>
<description>&#60;p&#62;In the Item data model, additional data is saved after forms are executed, so it makes sense that the item would be added even if there's an error saving to a collection.  With that said, collections should be associated properly and do so on other systems we're testing Omeka on.&#60;/p&#62;
&#60;p&#62;What are the specs of your server?  (php and mysql versions - I asked this on another thread, too)
&#60;/p&#62;</description>
</item>
<item>
<title>trevorjames on "Fatal error thrown when trying to add image"</title>
<link>http://omeka.org/forums/topic/fatal-error-thrown-when-trying-to-add-image#post-104</link>
<pubDate>Thu, 24 Jan 2008 16:06:03 +0000</pubDate>
<dc:creator>trevorjames</dc:creator>
<guid isPermaLink="false">104@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I have Omeka successfully installed on my Linux server.  However when I try and add an item to a collection (an image) I get the following error:&#60;/p&#62;
&#60;p&#62;Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in /home/variantc/public_html/omeka/application/models/Item.php on line 172.&#60;/p&#62;
&#60;p&#62;Let me just add here that the error is thrown but the image still gets posted.  Strange??&#60;/p&#62;
&#60;p&#62;Please help!!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Trevor James&#60;br /&#62;
Frederick County Public Schools Webmaster
&#60;/p&#62;</description>
</item>

</channel>
</rss>
