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-04-27, 23:29:23

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pakgalaxy

Pages: 1 2 [3] 4 5
31
Code: [Select]
Stopping php-fpm (PHP Used):                               [FAILED]
Starting php-fpm (PHP Used): [29-May-2016 22:32:06] WARNING: Nothing matches the include pattern '/opt/configs/php-fpm/conf/php/*.conf' from /etc/php-fpm.conf at line 18.
[29-May-2016 22:32:06] ERROR: No pool defined. at least one pool section must be specified in config file
[29-May-2016 22:32:06] ERROR: failed to post process the configuration
[29-May-2016 22:32:06] ERROR: FPM initialization failed
                                                           [FAILED]
-------------------------------------------------------------------
dir: cannot access /opt/php*m/usr/bin/php: No such file or directory
dir: cannot access /opt/php*m/usr/bin/php: No such file or directory

i have created these directories and then run sh /script/upcp and Now working

32
Last login: Sun May 29 05:10:05 2016 from 202.166.171.115
[root@vps ~]# dir -l /opt/configs/php-fpm/conf/php
total 4
drwxr-xr-x 2 root root 4096 May 29 06:20 php-fpm.d
[root@vps ~]#

33
[root@vps ~]# sh /script/restart-web -y

Stopping php-fpm (PHP Used):                               [FAILED]
Starting php-fpm (PHP Used): [29-May-2016 06:21:25] WARNING: Nothing matches the include pattern '/opt/configs/php-fpm/conf/php/*.conf' from /etc/php-fpm.conf at line 18.
[29-May-2016 06:21:25] ERROR: No pool defined. at least one pool section must be specified in config file
[29-May-2016 06:21:25] ERROR: failed to post process the configuration
[29-May-2016 06:21:25] ERROR: FPM initialization failed
                                                           [FAILED]
-------------------------------------------------------------------

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
-------------------------------------------------------------------

- For help, type '/script/restart-web [--help|-h]'

34
Useless


sh /script/restart-web -y

Stopping php-fpm (PHP Used):                               [FAILED]
Starting php-fpm (PHP Used): [29-May-2016 05:36:44] ERROR: Unable to globalize '/opt/configs/php-fpm/conf/php/*.conf' (ret=2) from /etc/php-fpm.conf at line 18.
[29-May-2016 05:36:44] ERROR: failed to load configuration file '/etc/php-fpm.conf'
[29-May-2016 05:36:44] ERROR: FPM initialization failed
                                                           [FAILED]
-------------------------------------------------------------------

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
-------------------------------------------------------------------

35
Kloxo-MR Technical Helps / Error 500 - Internal Server Error
« on: 2016-05-29, 11:01:12 »
 ERROR: Unable to globalize '/opt/configs/php-fpm/conf/php/*.conf' (ret=2) from /etc/php-fpm.conf at line 18.
[29-May-2016 05:24:23] ERROR: failed to load configuration file '/etc/php-fpm.conf'

36

[root@irm ~]# service kloxo start
Execute fixlxphpexe for php54s...
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi ('php54s' in 'fpm' mode):            [  OK  ]
Starting kloxo-hiawatha: Error loading private key from /usr/local/lxlabs/kloxo/etc/program.pem: PK - Read/write of file failed (-0x3E00)
                                                           [FAILED]

37
[root@irm /]# yum update mratwork-* && yum install kloxomr7 -y
Loaded plugins: fastestmirror, priorities, protectbase, refresh-packagekit,
              : replace, security
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: mirrors.nayatel.com
 * extras: mirrors.nayatel.com
 * mratwork-epel: mirrors.nayatel.com
 * mratwork-ius-stable: dl.iuscommunity.org
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirror.nbrc.ac.in
0 packages excluded due to repository protections
No Packages marked for Update
Loaded plugins: fastestmirror, priorities, protectbase, refresh-packagekit,
              : replace, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.nayatel.com
 * extras: mirrors.nayatel.com
 * mratwork-epel: mirrors.nayatel.com
 * mratwork-ius-stable: dl.iuscommunity.org
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirror.nbrc.ac.in
0 packages excluded due to repository protections
Package kloxomr7-7.0.0.b-2016050403.mr.noarch already installed and latest version
Nothing to do

38
 i have installed it by myself on my machine. is there any way to work on it and resolve issue. by changing some settings?

39
Kloxo-MR Technical Helps / Mysql error during installation
« on: 2016-05-11, 06:05:23 »
>>> Create slavedb_driver <<<
>>> Creating Vpopmail database <<<
Using qmail-toaster - fix '/home/vpopmail/etc/vpopmail.mysql'
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
>>> Fixing Vpopmail settings <<<
>>> Preparing 'defaults' paths <<<
>>> Setup default configure for Webserver <<<

Create mysql.sock...
 ERROR! MySQL server PID file could not be found!
Starting MySQL. ERROR!

Setting Mysql for always running after reboot and restart now...
Starting MySQL. ERROR!

... Wait until finished (restart services) ...

40
Kloxo-MR Technical Helps / Re: Database Migration Error
« on: 2015-12-30, 07:48:03 »
i have replaced
utf8mb4 with utf8
and
utf8mb4_unicode_ci with utf8_general_ci
then all the data perfectly imported.
Code: [Select]
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8 COLLATE utf8_general_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3789 DEFAULT CHARSET=utf8;



41
Kloxo-MR Technical Helps / Re: Database Migration Error
« on: 2015-12-30, 06:35:50 »
Open the .sql (dump) file and change 'DEFAULT CHARSET=utf8mb4;' to 'DEFAULT CHARSET=latin1;

Code: [Select]
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3789 DEFAULT CHARSET=utf8;

What about this?

42
Kloxo-MR Technical Helps / Re: Database Migration Error
« on: 2015-12-30, 04:38:21 »
So, how to make you can use mysql 5.1.
its my client site database, who want to move other server having mysql 5.1 ver, What i have to do?

43
Kloxo-MR Technical Helps / Re: Database Migration Error
« on: 2015-12-30, 04:37:34 »
as far as i google it, mysql 5.1 doesn't support utf8mb4. Upgrade it to mysql 5.5 or change charset before exporting database ^_^
change charset before exporting database
i have already done this but useless

44
Kloxo-MR Technical Helps / Database Migration Error
« on: 2015-12-29, 09:00:30 »
i have exported mysql database from Klox-MR.
Now i am going to import it on Mysql 5.1 ver, it gives error.
MySQL said: Documentation

#1115 - Unknown character set: 'utf8mb4'

What should i do now?

45
How to optimize database? with single command.

Pages: 1 2 [3] 4 5

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

Page created in 0.032 seconds with 17 queries.

web stats analysis