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.
287
PHP Selector / Re: Add modules with PHP selector
« on: August 03, 2018, 11:59:23 AM »
Hi,
Adding modules can not be done before compiling the given version of the PHP by the PHP selector to select the appropriate menu Edith flag ( go to PHP flag editor), set the:
--enable-memcached
--enable-redis
save the changes, and then start the compilation???
Thanks in advance!
BR
Venty
Adding modules can not be done before compiling the given version of the PHP by the PHP selector to select the appropriate menu Edith flag ( go to PHP flag editor), set the:
--enable-memcached
--enable-redis
save the changes, and then start the compilation???
Thanks in advance!
BR
Venty
288
PHP Selector / Re: Add modules with PHP selector
« on: August 01, 2018, 05:26:11 PM »
Hi,
PHP selector where?
BR
Venty
PHP selector where?
BR
Venty
289
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: August 01, 2018, 04:02:41 PM »
I don’t want to allow users to modify and use custom php.ini per folder, I want directive "short_open_tag" to be enabled or disabled only for a this folder...?!?
290
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 31, 2018, 04:53:03 PM »
Hi,
thank you all, but the thing happened not locally php.ini to the folder, but with a file named .user.ini ....
I read it somewhere and I hope this is the right decision ...
BR
Venty
thank you all, but the thing happened not locally php.ini to the folder, but with a file named .user.ini ....
I read it somewhere and I hope this is the right decision ...
BR
Venty
292
PHP Selector / Re: Add modules with PHP selector
« on: July 30, 2018, 04:56:12 PM »
Hi,
We are talking about PHP selector , not about PHP switcher...
File redis and memcached are in the folder:
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher/external_modules/
but are not listed in the installed modules of the PHP version 5.6 installed by the PHP selector...
BR
Venty
We are talking about PHP selector , not about PHP switcher...
File redis and memcached are in the folder:
/usr/local/cwpsrv/htdocs/resources/conf/php_switcher/external_modules/
but are not listed in the installed modules of the PHP version 5.6 installed by the PHP selector...

BR
Venty
293
PHP Selector / Add modules with PHP selector
« on: July 30, 2018, 10:00:21 AM »
Hi,
my main version of the PHP of the panel is 7.2.7 ... For several reasons I have to use a version of PHP 5.6 that I installed with the PHP selector, but I need to add modules such as redis, memcached and other. ..
How can I do that?!?
Thanks in advance!
BR
Venty
my main version of the PHP of the panel is 7.2.7 ... For several reasons I have to use a version of PHP 5.6 that I installed with the PHP selector, but I need to add modules such as redis, memcached and other. ..
How can I do that?!?
Thanks in advance!
BR
Venty
294
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 30, 2018, 05:59:32 AM »
Ok, but how can the directive "short_open_tag" to be enabled or disabled only for a specific folder?!?
I use prestashop..
Thanks in advance!
BR
Venty
I use prestashop..
Thanks in advance!
BR
Venty
295
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 26, 2018, 02:22:43 PM »
Hi,
...in fact, I want this directive "short_open_tag" to be enabled or disabled only for a specific folder and not for all users and / or folders...
Thanks in advance!
BR
Venty
...in fact, I want this directive "short_open_tag" to be enabled or disabled only for a specific folder and not for all users and / or folders...
Thanks in advance!
BR
Venty
296
PHP / several errors in PHP 7.2.5
« on: July 25, 2018, 06:05:54 PM »
Hi,
I've installed two sites that use a prestashop ... The PHP version was 5.6 and I had no problems....
I installed them again, but the version of the PHP already 7.2.5 and the in the error.log (apache) mistakes occurred:
[Wed Jul 25 20:19:51.108821 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jul 25 20:19:51.109487 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jul 25 20:19:51.110093 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/redis.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/redis.so: cannot open shared object file: No such file or directory in Unknown on line 0
What to do???
Thank you in advance!
BR
Venty
I've installed two sites that use a prestashop ... The PHP version was 5.6 and I had no problems....
I installed them again, but the version of the PHP already 7.2.5 and the in the error.log (apache) mistakes occurred:
[Wed Jul 25 20:19:51.108821 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jul 25 20:19:51.109487 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Jul 25 20:19:51.110093 2018] [:error] [pid 17840:tid 139838514763520] [client 54.36.148.243:36172] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/redis.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/redis.so: cannot open shared object file: No such file or directory in Unknown on line 0
What to do???
Thank you in advance!
BR
Venty
297
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: July 25, 2018, 06:03:49 PM »
??"??
298
CentOS 7 Problems / Re: test option for regular work after power-up?
« on: July 13, 2018, 02:38:57 PM »
fsck?
299
CentOS 7 Problems / test option for regular work after power-up?
« on: July 13, 2018, 10:10:44 AM »
Hi,
I have a CWP installed, but due to a power failure, the server is turned off.
Is there a test option for regular work after power-up?
Thanks in advance!
BR
Venty
I have a CWP installed, but due to a power failure, the server is turned off.
Is there a test option for regular work after power-up?
Thanks in advance!
BR
Venty
300
PHP Selector / Suspicious File Alert
« on: July 12, 2018, 07:55:10 AM »
Hi,
my main version of the PHP is 7.2.5. With PHP SELECTOR I installed PHP 7.1 and now I'm running both ...
I have received e-mail messages, all of them with the same subject - "lfd on myhosting.com: Suspicious File Alert", with the following content:
Time: Thu Jul 12 00:05:04 2018 +0300
File: /tmp/php-build/php-7.1.17/config.sub
Reason: Script, starts with #!
Owner: v:v (1000:1000)
Action: No action taken
This message with the same subject and content I received for the following files:
File: /tmp/php-build/php-7.1.17/config.sub
File: /tmp/php-build/php-7.1.17/run-tests.php
File: /tmp/php-build/php-7.1.17/snapshot
File: /tmp/php-build/php-7.1.17/ltmain.sh
File: /tmp/php-build/php-7.1.17/genfiles
File: /tmp/php-build/php-7.1.17/config.guess
File: /tmp/php-build/php-7.1.17/configure
File: /tmp/php-build/php-7.1.17/server-tests-config.php
File: /tmp/php-build/php-7.1.17/makedist
File: /tmp/php-build/php-7.1.17/server-tests.php
I also received a message with the same subject, but with a different content:
Time: Thu Jul 12 00:05:04 2018 +0300
File:
Reason:
Owner:
Action: Too many hits for *LF_DIRWATCH* - Directory Watching disabled
Pls for information about such a case and whether there is a danger?!?
What do I do?
Thanks in advance!
BR
Venty
my main version of the PHP is 7.2.5. With PHP SELECTOR I installed PHP 7.1 and now I'm running both ...
I have received e-mail messages, all of them with the same subject - "lfd on myhosting.com: Suspicious File Alert", with the following content:
Time: Thu Jul 12 00:05:04 2018 +0300
File: /tmp/php-build/php-7.1.17/config.sub
Reason: Script, starts with #!
Owner: v:v (1000:1000)
Action: No action taken
This message with the same subject and content I received for the following files:
File: /tmp/php-build/php-7.1.17/config.sub
File: /tmp/php-build/php-7.1.17/run-tests.php
File: /tmp/php-build/php-7.1.17/snapshot
File: /tmp/php-build/php-7.1.17/ltmain.sh
File: /tmp/php-build/php-7.1.17/genfiles
File: /tmp/php-build/php-7.1.17/config.guess
File: /tmp/php-build/php-7.1.17/configure
File: /tmp/php-build/php-7.1.17/server-tests-config.php
File: /tmp/php-build/php-7.1.17/makedist
File: /tmp/php-build/php-7.1.17/server-tests.php
I also received a message with the same subject, but with a different content:
Time: Thu Jul 12 00:05:04 2018 +0300
File:
Reason:
Owner:
Action: Too many hits for *LF_DIRWATCH* - Directory Watching disabled
Pls for information about such a case and whether there is a danger?!?
What do I do?
Thanks in advance!
BR
Venty