I have installed omeka on my pair.com account (http://bethnicol.com/omeka/firstcol/ after confirming that the php (5.2.x) and mysql (5.0.41, on freddbsd6.2) are required versions, and Imagmagick available. One note: I use php5 as a cgi and I also have it set up in php-cgiwrap so that my id can own and control all created files. This is fairly standard with Pair hosting setups.
The index screen comes up nicely; the admin section seems to work well, until I actually try to add an image. I can fill in all of the fields, but when it finally goes to add the item I get this error message:
Fatal error: Call to undefined method File::handleuploaderrors() in /usr/www/users/bnicol/omeka/omeka-0.9.0/application/models/Item.php on line 238
To make it even stranger, after this error, if I return to the admin page I see that the item is listed as a new item. But when I try to display it, I see this message:
Fatal error: Call to undefined method Omeka_Table::findByItem() in /usr/www/users/bnicol/omeka/omeka-0.9.0/application/models/Item.php on line 90
I'm guessing that somehow the php code isn't getting a library from somewhere, but, I'm not sure where to look at this point.
Ideas? I'd love to get this work with Pair.