Softaculous


Topic : White Screen (SOLVED) ISPCONFIG


Posted By: vdavid23 on September 21, 2014, 3:51 pm
[PHP]

error_reporting = E_PARSE
log_errors = On
error_log = "/var/softaculous/error_log"
display_errors = Off

date.timezone = "America/Denver"

max_execution_time = 0
max_input_time = 0

memory_limit = 64M
post_max_size = 8M

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
safe_mode = Off
enable_dl = On

open_basedir="/"

zend_extension = "/usr/local/softaculous/ioncube.so"
extension= "mysql.so"
extension= "mysqli.so"
extension= "curl.so"
Add these to lines after running this command: php -m
Check and make sure php was complied with posix enabled
then check the /etc/php.d directory and make sure there is a "posix.ini" file
I added the path to the posix.so module to insure it was loading.
Then add these two lines to the end of your php.ini file located in Softaculous:/user/local/softaculous

extension= "soap.so"
extension= "posix.so"
What I discovered is the php.ini file overrides the standard php.ini file located in /etc, so if you do not add these two lines you will continue getting a white screen and errors showing up in the error logs.
/etc/init.d/httpd restart and you should see the Softaculous screen

Posted By: Brijesh on September 22, 2014, 2:49 pm | Post: 1
Hi,

Thank you for sharing the solution.

We will make sure to include all the mentioned extensions in default php.ini
This will be added in the next version of Softaculous.


Edited by Brijesh : September 22, 2014, 2:50 pm

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.