Unable to install concrete5 on CentOS 6.3

Permalink
Hi All,

I'm trying to install concrete5 on a Linux CentOS 6.3 VPS.

I have already created the database and granted the proper permissions as describe in the INSTALL file.

All the items under "Testing Required Items" are checked.

On the next page, after I enter the Site Info, Administration Info, and Database Info; and click on "Install concrete5", I see "Creating database tables." for a few seconds, and then it displays "An internal server error occurred. Please try again later."

I see no errors in apache's error_log.
The database tables get created, but have no rows.

How may I find the cause of this error?
Can the concrete5 installer be configured to be verbose?

I have the following packages/versions:
=====<snip>=====
[root@cve site]# rpm -qa| grep php
php-common-5.3.3-14.el6_3.i686
php-cli-5.3.3-14.el6_3.i686
php-mysql-5.3.3-14.el6_3.i686
php-gd-5.3.3-14.el6_3.i686
php-pdo-5.3.3-14.el6_3.i686
php-5.3.3-14.el6_3.i686
[root@cve site]# rpm -qa| grep httpd
httpd-tools-2.2.15-15.el6.centos.1.i686
httpd-2.2.15-15.el6.centos.1.i686
[root@cve site]# rpm -qa| grep mysql
mysql-5.1.61-4.el6.i686
php-mysql-5.3.3-14.el6_3.i686
mysql-libs-5.1.61-4.el6.i686
mysql-server-5.1.61-4.el6.i686
=====<snip>=====

TIA,
-eric

 
neuroticimbecile replied on at Permalink Reply
Forgot to mention that I'm trying to install concrete5.6.0.2
akashicstudios replied on at Permalink Reply
hey,

I just posted this one - see if it applies.

SELinux security context trumps the rw permissions on config, files, packages folders.

http://www.concrete5.org/community/forums/installation/centos-unabl...
neuroticimbecile replied on at Permalink Reply
Thanks for the reply.
SELinux wasn't installed on that virtual server.