Hi,
We have omeka running on our redhat linux server 6.9 with apache 2.4 and php 5.6.
On accessing omeka,we get the error given below.Any help will be much appreciated.
Apache was upgraded recently to 2.4
<?php /** * Omeka * * @copyright Copyright 2007-2012 Roy Rosenzweig Center for History and New Media * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPLv3 * @package Omeka */ // Bootstrap the application. require_once 'bootstrap.php'; // Configure, initialize, and run the application. $application = new Omeka_Application(APPLICATION_ENV); $application->getBootstrap()->setOptions(array( 'resources' => array( 'theme' => array( 'basePath' => THEME_DIR, 'webBasePath' => WEB_THEME ) ) )); $application->initialize()->run();