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.
256
MySQL / Re: Yum Manager and # yum update failing to update Maria SQL
« on: November 03, 2018, 04:50:05 AM »The update of MariaDB from version 10.1.36-1 to 10.2.18-1 is a major update, and must have be done manually.
This update introduced some differences on behavior of "default" fields of my tables, that you have caution to update.
Follow the procedure descripted at:
https://mariadb.com/kb/en/library/upgr.....
Regards,
Netino
try to install it manually or expect an automatic script ?!?
257
MySQL / Re: Yum Manager and # yum update failing to update Maria SQL
« on: October 29, 2018, 03:21:26 PM »
with the installation of the CWP package...
258
MySQL / Re: Yum Manager and # yum update failing to update Maria SQL
« on: October 29, 2018, 07:26:22 AM »
..me too
+1
+1
259
Updates / Re: Not change CWPpro version?!?
« on: October 23, 2018, 07:07:41 PM »
I am also very happy with this news ...

260
Updates / Not change CWPpro version?!?
« on: October 22, 2018, 06:13:47 AM »
Hi,
I'm using pro version of the CWP and for some time, suspiciously long my version is "CWPpro version: 0.9.8.740" and it does not change ...
Is this normal? What is the current version of the CWPpro /Centos 7?
BR
Venty
I'm using pro version of the CWP and for some time, suspiciously long my version is "CWPpro version: 0.9.8.740" and it does not change ...
Is this normal? What is the current version of the CWPpro /Centos 7?
BR
Venty
261
Information / Re: Pro version the CWP panel
« on: September 27, 2018, 01:15:53 PM »
Thank you so much... 

262
Information / Pro version the CWP panel
« on: September 27, 2018, 10:46:51 AM »
Hello,
what options does the Pro version the CWP panel?
Thanks in advance!
BR
Venty
what options does the Pro version the CWP panel?
Thanks in advance!
BR
Venty
263
PHP / Re: PHP Selector v2
« on: September 21, 2018, 10:04:58 AM »
Hi,
I read this:
"PHP Flags Editor (Options List)
You are editing PHP 5.6 selected subversion: 5.6.38
Additional configuration (only for advanced users):"
"advanced users" which users belong to this category?!?
Thanks in advance!
BR
Venty
I read this:
"PHP Flags Editor (Options List)
You are editing PHP 5.6 selected subversion: 5.6.38
Additional configuration (only for advanced users):"
"advanced users" which users belong to this category?!?
Thanks in advance!
BR
Venty
264
PHP Selector / Re: Add modules with PHP selector
« on: September 16, 2018, 08:40:24 AM »
Hi.
yum install memcached -y
/opt/alt/php56/usr/bin/pecl install memcache
echo "extension=memcache.so" >> /opt/alt/php56/usr/php/php.ini
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody
chkconfig memcached on
i want to install a memcache (memcached???) for just about the alternative version 5.6 of the PHP ... all the commands listed above should I install and all together or sequentially one after the other??
Thanks in advance!
BR
Venty
yum install memcached -y
/opt/alt/php56/usr/bin/pecl install memcache
echo "extension=memcache.so" >> /opt/alt/php56/usr/php/php.ini
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody
chkconfig memcached on
i want to install a memcache (memcached???) for just about the alternative version 5.6 of the PHP ... all the commands listed above should I install and all together or sequentially one after the other??
Thanks in advance!
BR
Venty
265
PHP Selector / Re: Add modules with PHP selector
« on: September 12, 2018, 07:02:18 AM »Something like this will do itQuoteyum install memcached -y
/opt/alt/php56/usr/bin/pecl install memcache
echo "extension=memcache.so" >> /opt/alt/php56/usr/php/php.ini
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody
chkconfig memcached onQuote/opt/alt/php56/usr/bin/php -i | grep memcache
Hi,
here for the quoted codes to get it should not be for a memcached also for a folder /opt/alt/php56/usr/bin/???
Аnd do I need to install again, provided I installed it once more to compile it with the PHP Version Switcher v2 for the basic version that is 7.2.9??
Аnd if I want to install on a higher alternative version of a PHP with CWP PHP Selector, say 7.1, everything is repeated with the same codes and sequence?
BR
Venty
OK, but...
the installation of memcached also for a folder /opt/alt/php56/usr/bin/??? and each row of codes one after the other to run them??
Аnd do I need to install and adjust again memcached, provided I installed it once more to compile it with the PHP Version Switcher v2 for the basic version that is 7.2.9??
266
PHP Selector / Re: Add modules with PHP selector
« on: September 12, 2018, 06:14:46 AM »Something like this will do itQuoteyum install memcached -y
/opt/alt/php56/usr/bin/pecl install memcache
echo "extension=memcache.so" >> /opt/alt/php56/usr/php/php.ini
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody
chkconfig memcached onQuote/opt/alt/php56/usr/bin/php -i | grep memcache
Hi,
here for the quoted codes to get it should not be for a memcached also for a folder /opt/alt/php56/usr/bin/???
Аnd do I need to install again, provided I installed it once more to compile it with the PHP Version Switcher v2 for the basic version that is 7.2.9??
Аnd if I want to install on a higher alternative version of a PHP with CWP PHP Selector, say 7.1, everything is repeated with the same codes and sequence?
BR
Venty
267
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 12, 2018, 05:59:55 AM »
Does that mean I have to have both memcached and memcache???
Somewhere I read that memcache is only a version of PHP 5.6
Somewhere I read that memcache is only a version of PHP 5.6
268
PHP Selector / Re: Add modules with PHP selector
« on: September 12, 2018, 05:39:48 AM »
Hi,
thank you for the answer, but this question did not make it clear to me:
to ask:
3. In the beginning when I started the
Code: [Select]
/opt/alt/php56/usr/bin/pecl install redis
I received the following message:
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading redis-4.1.1.tgz ...
Thanks in advance!
BR
Venty
thank you for the answer, but this question did not make it clear to me:
to ask:
3. In the beginning when I started the
Code: [Select]
/opt/alt/php56/usr/bin/pecl install redis
I received the following message:
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading redis-4.1.1.tgz ...

Thanks in advance!
BR
Venty
269
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 12, 2018, 05:34:49 AM »what does this gives?Code: [Select]grep -n -A1 memcache.so /usr/local/cwp/php71/php.ini
Hi,
thank you for the answer, but ask:
1. Is there a difference between memcached and memcache?
2. How do I report them to pay attention?
3. Now that I've retaken with
Code: [Select]
yum reinstall cwpphp -y, service cwp-phpfpm restartand
, then executed the command quoted above Code: [Select]
grep -n -A1 memcache.so /usr/local/cwp/php71/php.ini
, does not it give me such an answer 1920:extension=memcache.so???Thanks in advance!
BR
Venty
270
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 10, 2018, 02:45:12 PM »There is no need to reinstall CWP
run as below
Code: [Select]yum reinstall cwpphp -y
service cwp-phpfpm restart
Hi,
I've run the code above, and I think everything is all right now, but I'm still excited about why this happened, and why did you get lost for memcache?
1. I've installed the memcached for the CWpanel, is that why?
2. With with PHP switcher I changed the version of the PHP to 7.2.9 for the sites, but it automatically changed the version of the PHP for the CWpanel and in this version 7.2.9 there is no memcache and there is a memcached?
3. Other..

Please help me to find out the reason, I think to do a clean installation of everything but do not want to repeat this error?
Thanks in advance!
BR
Venty