Softaculous


Topic : Setup Ispconfi3 Centos 6.5


2

Posted By: tidus on September 17, 2014, 6:53 pm | Post: 15
Hi,

Please open a ticket. We will look into this issue.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack

Posted By: montanaweb on September 17, 2014, 10:12 pm | Post: 16
i did that cli repair , but just returned a blank line after hanging for 5ms

Posted By: asgaard on January 26, 2015, 3:02 pm | Post: 17
Hi Guys
I have the same issue as everybody on CentOS 6.5 After installing softaculous on ispconfig 3.5.4p5 i get a blank page. I tried all the solutions posted here but no one is working
has somebody succeeded to make work ?
Code

#php --version
PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

Code

]#  tail -100 /var/softaculous/error_log
[26-Jan-2015 14:49:17] PHP Fatal error:  Class 'mysqli' not found in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 31

Code

# php -i |grep -i mysqli
Configure Command =>  './configure'  '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--without-sqlite' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--enable-force-cgi-redirect' '--enable-pcntl' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbregex' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/lib64/mysql/mysql_config' '--enable-dom=shared' '--with-pgsql=shared' '--enable-wddx=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-curl=shared,/usr' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,/usr/lib64/mysql/mysql_config' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-sqlite3=shared,/usr' '--enable-json=shared' '--enable-zip=shared' '--without-readline' '--with-libedit' '--with-pspell=shared' '--enable-phar=shared' '--with-tidy=shared,/usr' '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' '--enable-posix=shared' '--with-unixODBC=shared,/usr' '--enable-fileinfo=shared' '--enable-intl=shared' '--with-icu-dir=/usr' '--with-enchant=shared,/usr' '--with-recode=shared,/usr'
/etc/php.d/mysqli.ini,
PHP Warning:  Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in Unknown on line 0
mysqli
MysqlI Support => enabled
MYSQLI_SOCKET => /var/lib/mysql/mysql.sock
mysqli.allow_local_infile => On => On
mysqli.allow_persistent => On => On
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.max_persistent => Unlimited => Unlimited
mysqli.reconnect => Off => Off

Code

# php -c /usr/local/softaculous/php.ini -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imap
intl
ionCube Loader
json
ldap
libxml
mbstring
mcrypt
mssql
mysql
mysqli
OAuth
odbc
openssl
pcntl
pcre
PDO
pdo_dblib
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
pspell
readline
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
the ionCube PHP Loader

Posted By: tikklik on January 26, 2015, 3:53 pm | Post: 18
/usr/local/softaculous/php.ini
did you have:

extension=mysql.so
extension=mysqli.so
extension=posix.so
extension=soap.so

Posted By: asgaard on January 26, 2015, 4:01 pm | Post: 19
yes have them
Code

PHP]

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

date.timezone = "America/New_York"

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
extension=soap.so
extension=posix.so
extension=curl.so
extension=soap.so



In the mean time i search the forum and i found thid topic http://www.softaculous.com/board/index.php?tid=6161&title=SOAP_Error:_Could_not_connect_to_host

and i updated ioncube library from softaculous and now i get another error message
Quote
SOAP Error: Could not connect to host

It seems to me like some kind of bug


Posted By: asgaard on January 26, 2015, 4:03 pm | Post: 20
Code
# cat /var/softaculous/error_log
[26-Jan-2015 14:49:17] PHP Fatal error:  Class 'mysqli' not found in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 31
[26-Jan-2015 14:55:38] PHP Fatal error:  Class 'mysqli' not found in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 31
[26-Jan-2015 10:35:06] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:35:06] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:35:06] PHP Warning:  Module 'mysql' already loaded in Unknown on line 0
[26-Jan-2015 10:35:06] PHP Warning:  Module 'mysqli' already loaded in Unknown on line 0
[26-Jan-2015 10:35:06] PHP Warning:  Module 'posix' already loaded in Unknown on line 0
[26-Jan-2015 10:35:06] PHP Warning:  Module 'soap' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'mysql' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'mysqli' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'posix' already loaded in Unknown on line 0
[26-Jan-2015 10:49:05] PHP Warning:  Module 'soap' already loaded in Unknown on line 0
[26-Jan-2015 10:49:34] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:50:31] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 15:53:59] PHP Fatal error:  Class 'mysqli' not found in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 31
[26-Jan-2015 15:54:03] PHP Fatal error:  Class 'mysqli' not found in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 31
[26-Jan-2015 10:56:39] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:57:44] PHP Warning:  Module 'curl' already loaded in Unknown on line 0
[26-Jan-2015 10:57:44] PHP Warning:  Module 'soap' already loaded in Unknown on line 0

Posted By: tikklik on January 26, 2015, 4:07 pm | Post: 21
you updated ioncube
but softaculous refered to
/usr/local/softaculous/ioncube.so

so mayby it helps to copy the new ioncube to that directory
i think you now hve to different versions

Posted By: asgaard on January 26, 2015, 4:21 pm | Post: 22
that is what i did and after that i got
SOAP Error: Could not connect to host

Now i'm removing softaculous installation and i'll try to reinstall it. maybe this time will work.
I'll update you in few minutes

Posted By: asgaard on January 26, 2015, 4:28 pm | Post: 23
funny thing .. now after reinstalling i got
Hacking Attempt
and after i added those rows in

/usr/local/softaculous/php.ini
i get SOAP Error: Could not connect to host
So it seems to be a bug

Posted By: tikklik on January 27, 2015, 7:32 am | Post: 24
the best thing you can do is open a ticket
so they can have a look.

Posted By: asgaard on January 27, 2015, 9:44 am | Post: 25
      Support Ticket Opened [#240382]

Posted By: Brijesh on February 2, 2015, 9:50 am | Post: 26
Hi asgaard,

As per our discussion via support ticket it was an issue with your /etc/hosts file having an incorrect ip for your domain causing the issue.

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

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.