We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Blank page when http://mysite.com/install | Forum

Sxnelus Gigi
Sxnelus Gigi Feb 6 '11
Hi,

I'm trying to install oxwall on last CentOS. All I get when I access http://mysite.com/install is a blank screen (and PHP Notice: Use of undefined constant OW_URL_HOME — assumed 'OW_URL_HOME' in /var/www/html/ow_includes/config.php)

mod_rewrite is enabled as told me by php_info();

Help!
The Forum post is edited by Sxnelus Gigi Feb 6 '11
Den Team
Den Feb 6 '11
It seems that you have some errors on this age, but it doesn't displayed. Do you have error reporting configured to show your Warnings and Fatals?
Sxnelus Gigi
Sxnelus Gigi Feb 7 '11
In
ow_includes/config.php:

define('OW_DEBUG_MODE', true);
define('OW_DEV_MODE', true);

in php.ini:

error_reporting=E_ALL
display_error=On (was: Off)

Den Team
Den Feb 8 '11
Would you PM me with your site URL and FTP details? Our dev team will check it.
Sxnelus Gigi
Sxnelus Gigi Feb 8 '11
I have PM to you my URL and FTP.
Patrick
Patrick Feb 9 '11
Check your webserver's error log, problem is indicated there. And based on experience, your server lack something from the required php modules.
Sxnelus Gigi
Sxnelus Gigi Feb 9 '11
After I installed zip support for php (pecl install "channel://pecl.php.net/zip-1.5.0" ) I saw that php version was 5.1.x
# rpm -qa |grep php

php-common-5.1.6-15.el5.i386


So, using infos from here: http://wiki.centos.org/HowTos/PHP_5.1_To_5.2,
I upgraded php to 5.2.10.

So, now I can see Oxwall installation screen :)