Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-05-31, 16:00:12

Author Topic: Kloxo Problem  (Read 7994 times)

0 Members and 1 Guest are viewing this topic.

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Kloxo Problem
« on: 2016-04-16, 10:16:03 »
Hi,

Since last Update, my Kloxo is broken wvery time runs the "Scavenge Time"

Show on pages...
Code: [Select]
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
I need to go run /fixweb everytime...


And also, stops works when i try to do some commands like...

Like WebServer Configure, or Add a new mail account...


Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #1 on: 2016-04-16, 10:21:44 »
This all happen since i had done this updates...

Code: [Select]
kloxomr-webmail-rainloop.noarch   1.9.4.402-1.mr        mratwork-release-neutral-noarch
kloxomr7.noarch            7.0.0.b-2016040705.mr mratwork-release-neutral-noarch
nginx.x86_64               1.9.14-1.el6.ngx      mratwork-nginx
nspr.x86_64                4.11.0-0.1.el6_7      updates
nss.x86_64                 3.21.0-0.3.el6_7      updates
nss-sysinit.x86_64         3.21.0-0.3.el6_7      updates
nss-tools.x86_64           3.21.0-0.3.el6_7      updates
nss-util.x86_64            3.21.0-0.3.el6_7      updates
php56u.x86_64              5.6.20-1.ius.el6      mratwork-ius-stable
php56u-cli.x86_64          5.6.20-1.ius.el6      mratwork-ius-stable
php56u-common.x86_64       5.6.20-1.ius.el6      mratwork-ius-stable
php56u-embedded.x86_64     5.6.20-1.ius.el6      mratwork-ius-stable
php56u-fpm.x86_64          5.6.20-1.ius.el6      mratwork-ius-stable
php56u-gd.x86_64           5.6.20-1.ius.el6      mratwork-ius-stable
php56u-gmp.x86_64          5.6.20-1.ius.el6      mratwork-ius-stable
php56u-imap.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-intl.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-ldap.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-mbstring.x86_64     5.6.20-1.ius.el6      mratwork-ius-stable
php56u-mcrypt.x86_64       5.6.20-1.ius.el6      mratwork-ius-stable
php56u-mysqlnd.x86_64      5.6.20-1.ius.el6      mratwork-ius-stable
php56u-pdo.x86_64          5.6.20-1.ius.el6      mratwork-ius-stable
php56u-pecl-jsonc.x86_64   1.3.9-2.ius.el6       mratwork-ius-stable
php56u-process.x86_64      5.6.20-1.ius.el6      mratwork-ius-stable
php56u-pspell.x86_64       5.6.20-1.ius.el6      mratwork-ius-stable
php56u-recode.x86_64       5.6.20-1.ius.el6      mratwork-ius-stable
php56u-snmp.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-soap.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-tidy.x86_64         5.6.20-1.ius.el6      mratwork-ius-stable
php56u-xml.x86_64          5.6.20-1.ius.el6      mratwork-ius-stable
php56u-xmlrpc.x86_64       5.6.20-1.ius.el6      mratwork-ius-stable

Offline Chicken2nd

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Kloxo Problem
« Reply #2 on: 2016-04-16, 10:26:59 »
You have error as me. Use sh /scripts/restart-web to restart all. I am using nginx.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo Problem
« Reply #3 on: 2016-04-16, 12:21:52 »
1. If using Kloxo-MR 7, better select 'phpXYm' (example php56m) instead '--php branch' for 'php used' and then change back 'php branch' to 'php54'.
2. In wp-config.conf, change 'mysql' to 'mysqli'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #4 on: 2016-04-16, 12:35:41 »
Hi,

Yes, i'm using Kloxo 7.

So, i had select:
PHP Used - php56m
PHP Branch - php54

And about wp-config, i must change one all sites, from mysql to mysqli ?

Thanks for the help!



Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo Problem
« Reply #5 on: 2016-04-16, 12:57:29 »
Command 'mysql_connect()' already deprecated in php 5.5+. So using 'mysqli_connect' or 'new mysqli()' or 'new pdo_mysql()' in php code.

Fortunely, wordpress can be using mysql or mysqli but need change setting in wp-config.conf.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #6 on: 2016-04-16, 13:11:40 »
OK!

Just one more question,

Until last update i'm using that config...

PHP Used - Use PHP Branch
PHP Branch - php56u

And i dont have this problems...
Why this happen now?

That change fix the problem?


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo Problem
« Reply #7 on: 2016-04-16, 13:20:03 »
If using 'php branch', you must install/uninstall (enable/disable) certain php plugins. Kloxo-MR install/uninstall (enable/disable) certain plufins carefully (in your case, mysql plugins).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #8 on: 2016-04-16, 13:26:48 »
Ok, i will use what you recommend!

PHP Used - php56m
PHP Branch - php54

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #9 on: 2016-04-16, 13:28:19 »
kloxo is still crashing...

Code: [Select]
/etc/init.d/kloxo restart
Stopping kloxo-phpcgi:                                     [FAILED]
Starting kloxo-phpcgi ('php54s' in 'fpm' mode):            [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #10 on: 2016-04-16, 13:35:24 »
The problem is related to http

When i try to stop http, FAILED, and the i do 'sh /script/restart-web', after that kloxo is down..

How i fix httpd problem?

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #11 on: 2016-04-16, 13:50:35 »
I find the problem...

Its on '/etc/init.d/httpd' file,

#pidfile=${PIDFILE-/var/run/httpd/httpd.pid}
pidfile=${PIDFILE-/var/run/httpd.pid}

the pidfile location is wrong, i had changed, and is fixed!

Lets see if all problems are solved :)



Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #12 on: 2016-04-17, 22:56:57 »
Hi,

The problem is not solved.
Today pages stop working again... and also Kloxo, crash again...

I need to restart-web and restart kloxo...

No one have this problem since last update?

Thanks,



Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo Problem
« Reply #13 on: 2016-04-18, 06:07:36 »
Investigate log in /usr/local/lxlabs/kloxo/log for kloxo and web server log in /var/log (or using 'log manager' in panel).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline spereira

  • Valuable Member
  • *
  • Posts: 92
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Kloxo Problem
« Reply #14 on: 2016-04-18, 11:05:36 »
Ok!

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.041 seconds with 21 queries.

web stats analysis