<?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: database</title>
<link>http://omeka.org/forums/</link>
<description>Forums Tag: database</description>
<language>en</language>
<pubDate>Thu, 21 Aug 2008 22:44:18 +0000</pubDate>

<item>
<title>DaveLester on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-48</link>
<pubDate>Mon, 26 Nov 2007 16:47:50 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">48@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Great to see this has been resolved.  When I had a similar upgrade, Bluehost didn’t edit my php.ini file for me, so I had to manually make the following revisions:&#60;/p&#62;
&#60;p&#62;Replace: extension_dir = &#34;./&#34; with extension_dir = &#34;/usr/lib/php/extensions/no-debug-non-zts-20050922/&#34;&#60;br /&#62;
Add: extension=pdo.so&#60;br /&#62;
Add: extension=pdo_mysql.so&#60;/p&#62;
&#60;p&#62;Users who still see the parse error should double check they're using PHP5 -- earlier versions will spit out that error in RC3; we'll be adding in a check for this in future releases.
&#60;/p&#62;</description>
</item>
<item>
<title>MarjorieMcLellan on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-47</link>
<pubDate>Mon, 26 Nov 2007 13:30:54 +0000</pubDate>
<dc:creator>MarjorieMcLellan</dc:creator>
<guid isPermaLink="false">47@http://omeka.org/forums/</guid>
<description>&#60;p&#62;From Bluehost:&#60;br /&#62;
This is now working. The extensions are not installed by default and they were not installed on the server so I installed them and edited your php.ini file accordingly.   &#60;/p&#62;
&#60;p&#62;Brett&#60;br /&#62;
Technical Support Specialist Level 3&#60;br /&#62;
BlueHost.com&#60;br /&#62;
888.401.4678&#60;/p&#62;
&#60;p&#62;Most questions can be answered by articles in our forum, knowledgebase, and video tutorials:&#60;br /&#62;
Forum:                &#60;a href=&#34;http://www.bluehostforum.com&#34; rel=&#34;nofollow&#34;&#62;http://www.bluehostforum.com&#60;/a&#62;&#60;br /&#62;
Knowledgebase:        &#60;a href=&#34;http://helpdesk.bluehost.com/kb/&#34; rel=&#34;nofollow&#34;&#62;http://helpdesk.bluehost.com/kb/&#60;/a&#62;&#60;br /&#62;
Tutorials:            &#60;a href=&#34;http://www.bluehost.com/tutorials/&#34; rel=&#34;nofollow&#34;&#62;http://www.bluehost.com/tutorials/&#60;/a&#62;&#60;br /&#62;
Server Status:        &#60;a href=&#34;http://serverstatus.bluehost.com/&#34; rel=&#34;nofollow&#34;&#62;http://serverstatus.bluehost.com/&#60;/a&#62;&#60;br /&#62;
When you have a new questions or issue, please open a new support ticket.
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-46</link>
<pubDate>Sun, 25 Nov 2007 22:32:53 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">46@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for directly pasting your exchanges with Bluehost into the forum, I hope it will clarify this for others in the future.&#60;/p&#62;
&#60;p&#62;We currently list PHP 5.2.x as a system requirement, however we’re working on an overhaul of our database connections in the core code which will lower that requirement to 5.1.4 once completed – possibly by next month. Omeka should work on earlier versions, but there may be some bugs that may otherwise pop up.  Our test environments have primarily been on 5.2.x, so it’d be helpful to hear from a variety of users who use PHP 5 but 5.1.x.&#60;/p&#62;
&#60;p&#62;The PHPinfo file is perfect – the first place I should have directed you.  Other users who want to see a similar page should create a new php text file, with the following code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php phpinfo(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You have PHP version 5 installed, however only the sqlite2 driver is listed as enabled.  Omeka requires that the mysql driver be enabled.  When contacting support, you can ask them to install the PDO_MySQL module. &#60;a href=&#34;http://pecl.php.net/package/PDO_MYSQL&#34; rel=&#34;nofollow&#34;&#62;http://pecl.php.net/package/PDO_MYSQL&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>MarjorieMcLellan on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-45</link>
<pubDate>Sun, 25 Nov 2007 04:15:14 +0000</pubDate>
<dc:creator>MarjorieMcLellan</dc:creator>
<guid isPermaLink="false">45@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I checked with our web designer.  I've pasted his feedback below. I did read the omeka server requirements to a bluehost  tech before setting up the account and he said that they were ok. &#60;/p&#62;
&#60;p&#62;Margie&#60;/p&#62;
&#60;p&#62;I put a file in your site that gives a list&#60;br /&#62;
of everything you'd want to know about the version and configuration of php&#60;br /&#62;
and related apps. Go here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://daytonstories.org/phpinfo.php&#34; rel=&#34;nofollow&#34;&#62;http://daytonstories.org/phpinfo.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll see at the top that you now have php version 5.1.6. That may be the&#60;br /&#62;
problem right there since the system requirements for Omeka call for version&#60;br /&#62;
5.2.x or greater. The good news is that if you scroll down the page a bit,&#60;br /&#62;
you will see that PDO is enabled. Also, the version of MySQL is up to snuff.&#60;/p&#62;
&#60;p&#62;So, my question for Omeka would be whether php version 5.1.6 could be the&#60;br /&#62;
culprit. My question for Bluehost is whether they can host your site with&#60;br /&#62;
php 5.2.x.&#60;/p&#62;
&#60;p&#62;By the way, php version 5.2.1 was released in February and the latest&#60;br /&#62;
version is 5.2.5. The Bluehost guy said that upgrading the php version&#60;br /&#62;
sometimes causes old scripts to break. So I wouldn't be surprised if they&#60;br /&#62;
balk. But I sure hope they can accommodate you.
&#60;/p&#62;</description>
</item>
<item>
<title>MarjorieMcLellan on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-44</link>
<pubDate>Sat, 24 Nov 2007 23:33:14 +0000</pubDate>
<dc:creator>MarjorieMcLellan</dc:creator>
<guid isPermaLink="false">44@http://omeka.org/forums/</guid>
<description>&#60;p&#62;OK.  I received this message from bluehost:&#60;br /&#62;
Your account has been migrated to a server running PHP 5/ MySQL 5.&#60;/p&#62;
&#60;p&#62;Now, when I go to the page, &#60;a href=&#34;http://www.daytonstories.org/omeka,&#34; rel=&#34;nofollow&#34;&#62;http://www.daytonstories.org/omeka,&#60;/a&#62;&#60;br /&#62;
It invites me to proceed with installing Omeka. However, the next screen says:&#60;/p&#62;
&#60;p&#62;&#34;could not find driver&#34;&#60;/p&#62;
&#60;p&#62;Margie
&#60;/p&#62;</description>
</item>
<item>
<title>MarjorieMcLellan on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-43</link>
<pubDate>Sat, 24 Nov 2007 20:38:02 +0000</pubDate>
<dc:creator>MarjorieMcLellan</dc:creator>
<guid isPermaLink="false">43@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Dave,&#60;/p&#62;
&#60;p&#62;Thanks for the quick reply. I got an interesting response to my help ticket inquiry.  As you read this, keep in mind that my bluehost account was set up only 2 weeks ago and that the omeka application was the first thing that I tried to set up on it.  I've backed it all up and ok'd migrating my account as proposed below.  I thought you would like to have this information; I'll let you know how it goes.&#60;/p&#62;
&#60;p&#62;Margie&#60;br /&#62;
___________&#60;/p&#62;
&#60;p&#62;Marjorie,&#60;/p&#62;
&#60;p&#62;I have a different take on this issue. The reason you don't have PDO is because you've been with us so long that you still have a PHP4 server. All newer PHP5 servers come with PDO built-in. To confirm this, I just had an administrator try installing PDO, and he got this error:&#60;/p&#62;
&#60;p&#62;    pecl/PDO requires PHP (version &#38;gt;= 5.0.3), installed version is 4.4.7&#60;/p&#62;
&#60;p&#62;We don't arbitrarily upgrade PHP4 servers to PHP5 because some older scripts are not compatible with PHP5. If you would like to try PHP5, we will move your account to a server with PHP 5 installed. Your site will be down up to 24 hours for DNS propagation.  Also before we proceed with the move we want to make sure you have a backup of all your files because there is a small chance of data corruption with a server move. To proceed, please respond with the time to initiate the migration, as well as the password for your account OR the last 4 digits of your credit card, for verification purposes. &#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Roger Brown
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-42</link>
<pubDate>Sat, 24 Nov 2007 07:58:25 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">42@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Marjorie,&#60;/p&#62;
&#60;p&#62;Thanks for posting this question on the forums.  I’ve had my personal website hosted by Bluehost for several years, so I can hopefully point you in the right direction.&#60;/p&#62;
&#60;p&#62;Omeka uses PDO, which provides a data-access abstraction layer packaged with PHP and enabled by default.   We need this to make the necessary database connections, edits, and additions.  For some reason, Bluehost has a policy of disabling PDO on all their servers by default, but is willing to change the setting for users who need this functionality.  At this time, Omeka requires PDO to run smoothly.&#60;/p&#62;
&#60;p&#62;It’s likely that you don’t PDO enabled already for your Bluehost account.  To double check or make such a request, visit the Bluehost Helpdesk (http://helpdesk.bluehost.com/help) and open a ticket.  Based upon my research, most if not all other shared hosts including Dreamhost keep PDO enabled; Bluehost remains an odd exception.&#60;/p&#62;
&#60;p&#62;The parse error you’re experiencing in the core file is related to the PDO connection, so I’d start troubleshooting there.  However, without PDO a message should appear that says &#34;could not find driver,&#34; rather than giving a fatal error.  Is it possible you also edited the core file by accident, or removed one of the necessary quotes from the db.ini file?  There shouldn’t be a parsing error, and I can’t replicate it.  If it persists, we’ll have to dig a little deeper.
&#60;/p&#62;</description>
</item>
<item>
<title>MarjorieMcLellan on "Parse Error"</title>
<link>http://omeka.org/forums/topic/parse-error#post-41</link>
<pubDate>Thu, 22 Nov 2007 18:21:47 +0000</pubDate>
<dc:creator>MarjorieMcLellan</dc:creator>
<guid isPermaLink="false">41@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We've just installed omeka on our server, but we're getting a parse error that says:&#60;/p&#62;
&#60;p&#62;&#34;Parse error: syntax error, unexpected '{' in /home/daytonst/public_html/omeka/core.php on line 21&#34;&#60;/p&#62;
&#60;p&#62;So far we've installed the omeka folder on our bluehost webserver and setup an empty database with a username and password and entered that information into the db.ini file. I checked to make sure mod_rewrite was enabled and it is. Also, all of the Omeka files have permissions set to either 0755 or 0644.&#60;/p&#62;
&#60;p&#62;Thank you for assistance with this.&#60;/p&#62;
&#60;p&#62;Marjorie McLellan
&#60;/p&#62;</description>
</item>
<item>
<title>bjesiek on "Migration Tools?"</title>
<link>http://omeka.org/forums/topic/migration-tools#post-24</link>
<pubDate>Thu, 25 Oct 2007 00:32:11 +0000</pubDate>
<dc:creator>bjesiek</dc:creator>
<guid isPermaLink="false">24@http://omeka.org/forums/</guid>
<description>&#60;p&#62;So everyone knows, we are currently developing a migration tool. Our first goal is to build something that works for our specific needs as we transition to Omeka. If we have time and resources, we may be able to make it a bit more flexible and general. Either way, we'll share the code. No timeline on this, but I do have a part-time developer working on it now.
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Migration Tools?"</title>
<link>http://omeka.org/forums/topic/migration-tools#post-11</link>
<pubDate>Wed, 03 Oct 2007 18:57:04 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">11@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Brent,&#60;/p&#62;
&#60;p&#62;Yes, right now the application is very slow, but we're currently working on tweaking performance to get it back to loading pages as quickly as before.  We're also exploring various methods of caching pages, which could reduce the server load tremendously on high-traffic sites.&#60;/p&#62;
&#60;p&#62;Also, right now we don't have any plans to build data migration tools, but the issue has come up in discussion, so it's possible that we may in the future.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Kris
&#60;/p&#62;</description>
</item>
<item>
<title>bjesiek on "Migration Tools?"</title>
<link>http://omeka.org/forums/topic/migration-tools#post-10</link>
<pubDate>Wed, 03 Oct 2007 02:42:13 +0000</pubDate>
<dc:creator>bjesiek</dc:creator>
<guid isPermaLink="false">10@http://omeka.org/forums/</guid>
<description>&#60;p&#62;So, the good news is that I managed to get our test install up and running quite quickly. But now the hard work comes. :)&#60;/p&#62;
&#60;p&#62;I'm wondering if there are any moves afoot to develop migration tools, specifically to move data from the pre-Omeka version(s) to RC2. At a glance, I see that the database schema has changed some.&#60;/p&#62;
&#60;p&#62;Also, has anyone done performance testing? Most page loads seems a good bit slower than the previous version, but I've not studied this too closely yet.&#60;/p&#62;
&#60;p&#62;But congrats on getting the limited beta out the door. We're very excited about what we might be able to do with the new version...&#60;/p&#62;
&#60;p&#62;Brent
&#60;/p&#62;</description>
</item>

</channel>
</rss>
