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 - venty

Pages: 1 ... 8 9 [10] 11 12 ... 23
136
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: March 18, 2019, 08:19:14 AM »
Hi,

Where IMAP is used in mail communication - I did not include IMAP in the compilation of the PHP and the service sends messages to the shop users when registering and ordering ...

Are there other emails that are sent to test if they work?

BR
Venty

137
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: March 15, 2019, 07:15:07 AM »
Hi,

thank you for the answer, but ask:
Why is memcached vulnerable?
IMAP why do I use it in a presta?
Аnd about 4 only Apache->php-fpm , Varnish & Nginx ???

Thanks in advance!

BR
Venty

138
PHP / Re: PHP accelerator and Short_open_tag with prestashop
« on: March 14, 2019, 11:16:11 AM »
Hi,

...at points 1, 2 and 3 you say "and also select the required extension", which extension?
and item 5 what happens in its implementation?

Br
Venty

139
PHP / Re: Issue with IonCube Loader for PHP Version 7.3.2
« on: March 11, 2019, 06:30:48 PM »
Hi,

I've compiled the PHP version 7.2.15 (with PHP Version Switcher v2) , but at the end of the php-rebuild file I saw the following:

..........
'ioncube_loader_lin_7.1_ts.so' -> '/usr/local/ioncube/ioncube_loader_lin_7.1_ts.so'
'ioncube_loader_lin_7.2.so' -> '/usr/local/ioncube/ioncube_loader_lin_7.2.so'
'ioncube_loader_lin_7.2_ts.so' -> '/usr/local/ioncube/ioncube_loader_lin_7.2_ts.so'
'loader-wizard.php' -> '/usr/local/ioncube/loader-wizard.php'
yes: standard output: Broken pipe
yes: write error

Please, what is the problem?

Thanks in advance!

BR
Venty

140
PHP / PHP v. 7.2.15 with PHP switcher
« on: February 13, 2019, 01:43:52 PM »
Hi,

I compiled PHP v. 7.2.15 with PHP switcher, then I looked at the end file and finally saw:

'loader-wizard.php' -> '/usr/local/ioncube/loader-wizard.php'
yes: standard output: Broken pipe
yes: write error



What is the problem of what to do?

BR
Venty

141
PHP / Re: PHP Selector
« on: January 17, 2019, 10:51:53 AM »
Hi,

The problem was found in the ICU version - because of the use of prestashop, I had to compile the latest version of ICU,  version 63.1...

I did so by following and applying the help my colleagues gave to the following address:

http://forum.centos-webpanel.com/php/update-icu-system-package-and-the-intl-php-extension/msg20852/#msg20852

and more precisely, in the following terms:

Quote
[root@cwp7 source]# yum list available | grep libicu
libicu.i686                               50.1.2-15.el7                  base
libicu-devel.i686                         50.1.2-15.el7                  base
libicu-doc.noarch                         50.1.2-15.el7                  base

Quote
[root@cwp7 ~]# icuinfo | grep version
    <param name="version">50.1.2</param>
    <param name="version.unicode">6.2</param>
    <param name="cldr.version">22.1.1</param>
    <param name="tz.version">2012j</param>


Well 50.1.2 the latest version of icu available for centos 7 base repository.

If you need any other version then you need to compile it from source (http://download.icu-project.org/files/icu4c/).

So lets take 62.1 version and compile it.


Quote
cd /usr/local/src
wget http://download.icu-project.org/files/icu4c/62.1/icu4c-62_1-src.tgz
tar -xvf icu4c-*.tgz
cd icu/source/
sed -i '/#define __UCONFIG_H__/a #define UCONFIG_ENABLE_PLUGINS 1' common/unicode/uconfig.h
./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib64 --datadir=/usr/share --enable-plugins
make -j4 && make install

Quote
[root@cwp7 source]# icuinfo | grep version
    <param name="version">62.1</param>
    <param name="version.unicode">11.0</param>
    <param name="cldr.version">33.1</param>
    <param name="tz.version">2018e</param>

More compiling options can be found inside "configure" and you can use as per your need.

This version of ICU works with PHP 7 and later, but it did not work with PHP 5.6.38 - 40 ... and when compiling with the PHP selector does not get ...
When removed the "INTL" from option list, the version 5.6.40 is installed without problems ...

With PHP Switcher I have installed a version of PHP 7.2.14 and there things are ok ...

Before I changed the ICU version to 63.1 with the other PHP-FPM selector I have compiled a version of PHP 5.6.38 and it is still active and uses the old version of ICU 50.1

This means I have both ICU versions, but when compiling an older version of a PHP, for example, 5.6.38 or 5.6.40 should be said to use the older ICU or maybe in the compilation of the PHP and choosing the "INTL" module should be told to which version of the ICU should be compiled ...

Thanks in advance!

BR

Venty

142
PHP / Re: PHP Selector
« on: January 16, 2019, 10:54:24 AM »
what should I use to pаste the full log?

143
PHP / Re: PHP Selector
« on: January 16, 2019, 09:48:56 AM »
you probably have some old notifications in the panel about php build so you can't add duplicate

?!?

144
PHP / Re: PHP Selector
« on: January 16, 2019, 09:00:58 AM »
thanks for the answer, but here is the second option, I have no version installed ... or more precisely ...

I had a old version installed and tried to upgrade it but it did not work, and then I deleted the old version with the link "delete" and tried to install again with PHP selector the cleaner version, but again it did not work ...

when I go and uncover Contents of File: /var/log/php-selector-rebuild.log at the end I see it, what is in the picture below:

http://prntscr.com/m7uaf7

BR
Venty

145
PHP / Re: PHP Selector
« on: January 16, 2019, 06:46:41 AM »
pls, help...

146
PHP / Re: PHP Selector
« on: January 15, 2019, 08:43:34 PM »
What to do?
In the PHP selector, I had an alternate version PHP 5.6.38, but I also had a message that there is a new one, I chose 5.6.4 and wanted to refresh by pressing the button Start Compiler, the result you can see here, there is no new version 5.6.4, not the old version 5.6.38 also ...

http://prntscr.com/m7ngjm

What to do?

147
PHP / Re: PHP Selector
« on: January 15, 2019, 06:46:42 PM »
Build Completed
###################


Error:Can't add notification!              ???????????????????????????


148
CentOS 7 Problems / nginx server problem...
« on: January 08, 2019, 07:35:32 AM »
Hi,

I changed the IP to my server, I notified and the CWP pro worked again ...
Since yesterday I can not run nginx server when I choose status for him I see that he is turning to my old IP ... ??
Please look:

http://prntscr.com/m4carx

What to do?

Thanks in advance!

BR
Venty

149
PHP / Re: php.ini configuration per user
« on: December 31, 2018, 03:15:44 PM »
php.ini doesn't work with php-fpm in CWPpro version: 0.9.8.741 and above. You have to change it.

from
Code: [Select]
php.ini
to
Code: [Select]
.user.ini

Is local php.ini  working for a user...?

150
PHP / Re: update ICU system package and the intl PHP extension
« on: December 31, 2018, 02:52:36 PM »
Hi,

Ok, we've completed the instructions and now we have the following result:

[root@hosting source]#  icuinfo | grep version
    <param name="version">62.1</param>
    <param name="version.unicode">11.0</param>
    <param name="cldr.version">33.1</param>
    <param name="tz.version">2018e</param>

, but in the PHP info is still visible ....:

intl
Internationalization support   enabled

version                       1.1.0
ICU version                 50.1.2
ICU Data version         50.1
ICU TZData version     2018e
ICU Unicode version     6.2

Directive                   Local Value                    Master Value
intl.default_locale      no value                            no value
intl.error_level               0                                          0
intl.use_exceptions        0                                          0


What to do?

Thanks in advance!

BR
Venty

pls, help...

Thanks in advance!

BR
Venty


Hi,

I still can not handle the problem shown above ...

But when I went to PECL Manager:

https://prnt.sc/m1n0ri

I noticed that, for example memcache is installed, and "intl" is not installed:

https://prnt.sc/m1mzj8

..."intl" is in the availables packages:

https://prnt.sc/m1n0e1

Is it possible because the "intl" is not installed to not see the latest version of the ICU system package, despite the fact that the compilation of the corresponding version of the PHP is normal ...?!?

Thanks in advance!

BR
Venty


Pages: 1 ... 8 9 [10] 11 12 ... 23