Blurry image (featured item on homepage)

Hello,

First of all, english is not my native language, sorry for my syntax :s.

I try to put an image on my homepage using the featured item option.

It works great, except that the image is blurry (comics.gonesetgeeks.fr)

Is there a way to solve this ?

Thanks in advance for your help.

It looks like your square thumbnail constraint is set to 200, so those thumbnails are generated as 200x200 pixel images. The space you're showing it in on the homepage is a little over 300x300, so the browser has to blow up the image to make it fit, and that's what makes it blurry.

You can increase that constraint in your Appearance settings on the admin side. To make the new, larger constraint apply to an existing image, you'll either have to re-upload the file, or use the Derivative Images plugin to regenerate the thumbnails.

I installed Derivative Images but when i try to regenerate the thumbnails, i get this error:

Omeka a rencontré une erreur (An error occured)

RuntimeException

Le chemin vers PHP (/usr/bin/php) tel qu'il est configuré est invalide. (path to php as configured is invalid)

#0 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Omeka/Job/Process/Dispatcher.php(94): Omeka_Job_Process_Dispatcher::_checkCliPath('/usr/bin/php')
#1 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Omeka/Job/Process/Dispatcher.php(28): Omeka_Job_Process_Dispatcher::getPHPCliPath()
#2 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Omeka/Job/Dispatcher/Adapter/BackgroundProcess.php(31): Omeka_Job_Process_Dispatcher::startProcess('Omeka_Job_Proce...', Object(User), Array)
#3 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Omeka/Job/Dispatcher/Default.php(150): Omeka_Job_Dispatcher_Adapter_BackgroundProcess->send('{"className":"D...', Array)
#4 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/plugins/DerivativeImages/controllers/IndexController.php(23): Omeka_Job_Dispatcher_Default->sendLongRunning('DerivativeImage...', Array)
#5 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Zend/Controller/Action.php(516): DerivativeImages_IndexController->indexAction()
#6 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('indexAction')
#7 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(101): Zend_Controller_Front->dispatch()
#9 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#10 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#11 /datas/vol2/w4a151038/var/www/comics.gonesetgeeks.fr/htdocs/admin/index.php(28): Omeka_Application->run()
#12 {main}

I get the same error when i try to reindex records (in "settings", "search").

ps : sorry i put my omeka in french so i try to translate the best i can.

Omeka tries to guess the server path to PHP for running from the command line. It looks like it's guess /usr/bin/php is wrong.

Check with your server admin or hosting company what the correct path to PHP's command line interface is. Then, in application/config/config.ini look for this line:

background.php.path = ""

and add that path as the value