Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › PHP 7.2 Compatibiity
- This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by
Ernest Marcinko.
-
AuthorPosts
-
July 21, 2018 at 8:19 am #18754
santhatela
ParticipantHi, first thanks for plugin, is amazing 🙂
My host is programing update to PHP 7.2. I did a test and could check the points below if you have how to make the plugin compatible?
FILE: /home/santhatelacom/public_html/wp-content/plugins/ajax-search-pro/includes/externals/pdf-smalot/tecnickcom/tcpdf/tcpdf.php
———————————————————————————————————————————————————
FOUND 3 ERRORS AFFECTING 1 LINE
———————————————————————————————————————————————————
10872 | ERROR | Function mcrypt_get_cipher_name() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
10872 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
10872 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
———————————————————————————————————————————————————FILE: /home/santhatelacom/public_html/wp-content/plugins/ajax-search-pro/includes/externals/pdf-smalot/tecnickcom/tcpdf/include/tcpdf_static.php
———————————————————————————————————————————————————-
FOUND 24 ERRORS AND 1 WARNING AFFECTING 7 LINES
———————————————————————————————————————————————————-
143 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
453 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
453 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
453 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
453 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
453 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
453 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
453 | ERROR | The constant “MCRYPT_RAND” is deprecated since PHP 7.1 and removed since PHP 7.2
454 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
454 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
454 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
454 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
475 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
475 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
475 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
475 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
476 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
476 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
476 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
476 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
493 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
493 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
493 | ERROR | The constant “MCRYPT_ARCFOUR” is deprecated since PHP 7.1 and removed since PHP 7.2
493 | ERROR | The constant “MCRYPT_MODE_STREAM” is deprecated since PHP 7.1 and removed since PHP 7.2
1934 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
———————————————————————————————————————————————————-Thanks
Rudimar
July 21, 2018 at 8:23 am #18755Ernest Marcinko
KeymasterHi,
Thank you for your kind words!
The plugin demo runs on PHP 7.2, as well as this site, it is fully compatible. The lines you are referring to are only executed after version checking PHP first – because WordPress supports PHP versions 5.3 and upwards. You don’t have to worry about these lines, they are not executed, nor used, unless the PHP version matches the requirements.
July 21, 2018 at 8:31 am #18757santhatela
ParticipantWow, thanks Ernest for fast response 🙂
I run te PHP Compatibility Checker plugin to check beforehand if I will not have problems.
I’m really happy that the plugin will work. Customers love it and we’re going to buy more licenses to use in our new stores.
Thanks again
Rudimar
July 21, 2018 at 8:40 am #18758Ernest Marcinko
KeymasterYou cannot access this content.
July 21, 2018 at 8:16 pm #18760santhatela
ParticipantOf course, I will rate and post a review 🙂
Before closing, do you have any tutorial on how to track ajax search with google tag manager?
Thanks
Rudmar
July 23, 2018 at 8:15 am #18762Ernest Marcinko
KeymasterHi Rudmar,
Unfortunately not yet. We are planning to update the analytics and statistics section very soon, to support more analytics features and the gtag scripts as well.
-
AuthorPosts
- You must be logged in to reply to this topic.