Installatioin issue - blank page

I am pretty close to finishing my install of Omeka-S on a RHEL 7 server. I am having an issue with a blank page being displayed. My test-php test responds correctly. I have placed a fake index.html page in the omeka web directory and it displays properly. I suspect I have a problem with my version of php which is PHP 5.4.16 but just want to make sure before I do anything crazy like try to upgrade php… : ) I’m hoping that I missed something somewhere like a change to the php.ini file maybe.

Thanks for your input!

I have gone back through the documentation and followed a thread where someone else was having this issue and double checked that my httpd.conf allowed overrides for .htaccess file. The php -m listing shows PDO and pdo-mysql

[PHP Modules]
bz2
calendar
Core
ctype
curl
date
ereg
exif
fileinfo
filter
ftp
gettext
gmp
hash
iconv
json
libxml
mhash
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
xml
zip
zlib

Alas, you might have to get crazy. Omeka S requires at least PHP 5.6, and MySql 5.5.3+. If that’s the situation you are in, if it is possible I’d say bumping up to the latest PHP is in order.