<?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: troubleshooting</title>
<link>http://omeka.org/forums/</link>
<description>Forums Tag: troubleshooting</description>
<language>en</language>
<pubDate>Thu, 21 Aug 2008 23:11:40 +0000</pubDate>

<item>
<title>anarchivist on "Omeka 0.9.0 installation and troubleshooting tips - GSU Library Case"</title>
<link>http://omeka.org/forums/topic/omeka-090-installation-and-troubleshooting-tips-gsu-library-case#post-478</link>
<pubDate>Wed, 11 Jun 2008 04:58:11 +0000</pubDate>
<dc:creator>anarchivist</dc:creator>
<guid isPermaLink="false">478@http://omeka.org/forums/</guid>
<description>&#60;p&#62;The issue is point 3.3 - I'll post to the dev list.
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Omeka 0.9.0 installation and troubleshooting tips - GSU Library Case"</title>
<link>http://omeka.org/forums/topic/omeka-090-installation-and-troubleshooting-tips-gsu-library-case#post-477</link>
<pubDate>Tue, 10 Jun 2008 22:48:31 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">477@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm not sure which part of this list needs to be fixed.  Maybe you could give a bit more info?  We haven't run into any of these errors on our server (except the email bug, which was fixed in the stable-0.9 branch).  What sort of problems are you having?  If we can't replicate it, maybe you could help us out and try patching it and posting that to the dev list?  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>anarchivist on "Omeka 0.9.0 installation and troubleshooting tips - GSU Library Case"</title>
<link>http://omeka.org/forums/topic/omeka-090-installation-and-troubleshooting-tips-gsu-library-case#post-476</link>
<pubDate>Tue, 10 Jun 2008 21:20:57 +0000</pubDate>
<dc:creator>anarchivist</dc:creator>
<guid isPermaLink="false">476@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Please, please, PLEASE fix this in stable-0.9 if not 0.9.1.1 - this is a blocker.
&#60;/p&#62;</description>
</item>
<item>
<title>jgreenberg on "Omeka 0.9.0 installation and troubleshooting tips - GSU Library Case"</title>
<link>http://omeka.org/forums/topic/omeka-090-installation-and-troubleshooting-tips-gsu-library-case#post-393</link>
<pubDate>Sat, 26 Apr 2008 15:31:39 +0000</pubDate>
<dc:creator>jgreenberg</dc:creator>
<guid isPermaLink="false">393@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Just a data point - I needed to do 3.3 in a new installation of 0.9.1.1 in order to get file uploading working as well...
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Clemson Library installation"</title>
<link>http://omeka.org/forums/topic/clemson-library-installation#post-249</link>
<pubDate>Tue, 18 Mar 2008 16:00:09 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">249@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Good catch alexan6.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>alexan6 on "Clemson Library installation"</title>
<link>http://omeka.org/forums/topic/clemson-library-installation#post-245</link>
<pubDate>Sun, 16 Mar 2008 20:44:16 +0000</pubDate>
<dc:creator>alexan6</dc:creator>
<guid isPermaLink="false">245@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Installing Omeka 0.9.0 a small Gentoo test server we did encounter the whitescreen mentioned in the troubleshooting section, but the error wasn't caused by the &#60;code&#62;AllowOverides All&#60;/code&#62; directive. Our PHP installation, version 5.2.5, was not compiled with the mysqli extensions which caused the blank page. It took me a little to trace the cause down to the failing Db.php class. A quick recompile fixed our problems and the rest installed cleanly, but do you think it would be possible/useful for Omeka to check for this in the future? Or at least print something useful if you are missing a function? &#60;/p&#62;
&#60;p&#62;A simple&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
if (!function_exists('mysqli_connect')) {&#60;br /&#62;
   throw new Zend_Config_Exception('PHP missing required MySQL improved extensions.');&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
would have made the debugging a little easier.&#60;/p&#62;
&#60;p&#62;And thanks to MrDys for &#60;a href=&#34;http://omeka.org/forums/topic/non-root-installation-rewrite-rules?replies=1&#34;&#62;this thread&#60;/a&#62; about the RewriteBase information.
&#60;/p&#62;</description>
</item>
<item>
<title>jackeyhong on "Omeka 0.9.0 installation and troubleshooting tips - GSU Library Case"</title>
<link>http://omeka.org/forums/topic/omeka-090-installation-and-troubleshooting-tips-gsu-library-case#post-231</link>
<pubDate>Mon, 10 Mar 2008 18:19:11 +0000</pubDate>
<dc:creator>jackeyhong</dc:creator>
<guid isPermaLink="false">231@http://omeka.org/forums/</guid>
<description>&#60;p&#62;A copy of this post can also be found at &#60;a href=&#34;http://www.library.gsu.edu/pages/pages.asp?ldID=111&#38;#38;guideID=0&#38;#38;ID=5410&#34; rel=&#34;nofollow&#34;&#62;http://www.library.gsu.edu/pages/pages.asp?ldID=111&#38;#38;guideID=0&#38;#38;ID=5410&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;GSU System Settings:&#60;br /&#62;
  Linux Suse Enterprise v10&#60;br /&#62;
  Apache 2.2.3&#60;br /&#62;
  MySQL 5.0&#60;br /&#62;
  PHP 5.2.5&#60;br /&#62;
  ImageMagick (with libjpeg library installed)&#60;/p&#62;
&#60;p&#62;Installation/Troubleshooting Tips&#60;br /&#62;
  Since the Omeka installation is pretty straightforward, we will only concentrate on the problems we met during installation and testing.&#60;br /&#62;
  1. Upgrading PHP from 4.3 to 5.2.5&#60;br /&#62;
    1.1 in Suse Linux, use yast2 facility to do the upgrade&#60;br /&#62;
    1.2 again, using yast2 to enable with enable exif functions (in yast2, search for PHP and enable exif). Exif function is used by FileImages.php (/omeka/application/models/FileImages.php, exif_read_data() etc..). Exif function is used to read meta data from pictures by digital camera.&#60;/p&#62;
&#60;p&#62;  2. .htaccess file is a headache. It depends on apache server setting. The .htaccess files come with Omeka are perfect, but we have to add the following code in our apacke config file to make it work with Omeka .htaccess files. &#60;/p&#62;
&#60;p&#62;In GSU apache config file, we add the followings:&#60;br /&#62;
&#38;lt;Directory &#34;/srv/www/htdocs/omeka&#34;&#38;gt;&#60;br /&#62;
 Options All&#60;br /&#62;
 AllowOverride All&#60;br /&#62;
 Order allow,deny&#60;br /&#62;
 Allow from all&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;  3. After installation, we found the following problems in our testing.&#60;br /&#62;
    3.1 Error in adding a new user (blank page)&#60;br /&#62;
    This was caused by the micortime() function in /omeka/application/models/UsersActivations.php. This function is only available on operating systems that support the gettimeofday() system call. We changed it to date('YmdHis'), and troule resolved.&#60;/p&#62;
&#60;p&#62;  3.2 Error in sending activation email to new user.&#60;br /&#62;
    This is a known issue in Omeka 0.9.0 and to be resolved in next release. A temporary workaround was posted by us in Omeka forum (http://omeka.org/forums/topic/user-activation-issue-temporary-workaround?replies=2). Basically, just add one line of code as a quick fix.&#60;br /&#62;
in file: /application/controller/UsersController.php line 122. After&#60;br /&#62;
=====================================&#60;br /&#62;
try {&#60;br /&#62;
if($user-&#38;gt;saveForm($_POST)) {&#60;br /&#62;
=====================================&#60;br /&#62;
 Add:&#60;br /&#62;
$user-&#38;gt;email = $_POST['email'];&#60;/p&#62;
&#60;p&#62;  3.3 Error in adding new item to an archive (here we tested adding a new still image). If we leave the field Compression blank, it will cause a database insert error. We changed the database table field files.compression to NULL. &#60;/p&#62;
&#60;p&#62;  3.4 Error in uploading images. Omeka returns blank page after uploading an image. It was caused by Exif functions set are not available. Please refer to step 2.2 to learn how to install PHP Exif support.
&#60;/p&#62;</description>
</item>
<item>
<title>KrisKelly on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-72</link>
<pubDate>Mon, 24 Dec 2007 03:34:08 +0000</pubDate>
<dc:creator>KrisKelly</dc:creator>
<guid isPermaLink="false">72@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for catching that.  We'll be sure to fix that in the next release, and I will push for setting up svn access after the holiday break, so that you and the other active testers can have consistent access to bug fixes.&#60;/p&#62;
&#60;p&#62;W/r/t to the .htaccess, display_errors and zip.output_compression can both be taken out without any break in functionality, though the 'register_globals' is a bit trickier, it shouldn't break anything but having it set to 'on' has been known to create security holes.  For now I'd say remove all the lines that are causing breakage, and we'll fix it in an upcoming version.
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-70</link>
<pubDate>Sun, 23 Dec 2007 23:26:49 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">70@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Same is true for the &#34;admin&#34; .htaccess file.&#60;/p&#62;
&#60;p&#62;By simply removing these lines, rather than modifying them in some way, do I break any functionality?
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-69</link>
<pubDate>Sun, 23 Dec 2007 23:20:39 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">69@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Problem solved - and it explains both the errors and the lack of an error log:&#60;/p&#62;
&#60;p&#62;&#34;the most common case for a 500 error is a broken .htaccess file, which basically prevents Apache from doing *anything* (including outputting any useful hint into the error log). You have two php_value and two php_flag lines in .htaccess and those are only valid for PHP that is served via mod_php. We do not use mod_php, but rather the more powerful mod_fcgid approach, and the lines you have there are thus evaluated as 'invalid'. Just remove them.&#34;&#60;/p&#62;
&#60;p&#62;(NOTE: &#60;code&#62;&#38;lt;blockquote&#38;gt;&#60;/code&#62; does not seem to work in these forums.)
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-67</link>
<pubDate>Sun, 23 Dec 2007 14:32:36 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">67@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Thanks for getting back to me. I turned on error reporting on my server, but when I open the log it is blank. I'll submit a ticket to my webhost to see if I can get this working better.
&#60;/p&#62;</description>
</item>
<item>
<title>DaveLester on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-66</link>
<pubDate>Sat, 22 Dec 2007 20:05:26 +0000</pubDate>
<dc:creator>DaveLester</dc:creator>
<guid isPermaLink="false">66@http://omeka.org/forums/</guid>
<description>&#60;p&#62;There have been some internal discussions about SVN access, and I know your email sent directly omeka.support has been receieved.  I'll double check that some got back to you, although I know many of us are on vacation (myself included) for the holiday break.&#60;/p&#62;
&#60;p&#62;In regard to the 500 error you've experienced, an error log should be written to whenever a request is made to your server with a 500 error message.  If you could tell us the specific errors being reported, then it'd be easier to help out.
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-65</link>
<pubDate>Sat, 22 Dec 2007 03:01:20 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">65@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I tried again with the final release of RC4, but I'm still getting 500 errors. &#60;/p&#62;
&#60;p&#62;Seem to be talking to myself ...
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-62</link>
<pubDate>Mon, 17 Dec 2007 15:47:41 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">62@http://omeka.org/forums/</guid>
<description>&#60;p&#62;UPDATE: Nothing new, except that I deleted the install linked above, hoping to install from SVN, as per the Codex - but was unable to do so without an SVN password, so I wrote the developers asking if I could get one.
&#60;/p&#62;</description>
</item>
<item>
<title>kerim on "Install errors"</title>
<link>http://omeka.org/forums/topic/install-errors#post-61</link>
<pubDate>Mon, 17 Dec 2007 04:04:48 +0000</pubDate>
<dc:creator>kerim</dc:creator>
<guid isPermaLink="false">61@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Strange, I'm trying to install Omeka, but I'm getting 500 errors:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kerim.joyeurs.com/omeka/&#34; rel=&#34;nofollow&#34;&#62;http://kerim.joyeurs.com/omeka/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I changed the default permissions for all files to 755 and for the archives folder to 777.&#60;br /&#62;
I checked the database settings 3 times.&#60;br /&#62;
I double checked that invisible files had all uploaded.&#60;br /&#62;
I checked that I'm running the right versions of PHP and mysql.&#60;/p&#62;
&#60;p&#62;Its likely that I still missed something, but I'm wondering if there is an easy way to tell whats going wrong?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Here are my server's PHP settings:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.joyent.com/facebook:kb:swphp&#34; rel=&#34;nofollow&#34;&#62;http://wiki.joyent.com/facebook:kb:swphp&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
