Title: tim342's Replies | WordPress.org

---

# tim342

  [  ](https://wordpress.org/support/users/tim342/)

 *   [Profile](https://wordpress.org/support/users/tim342/)
 *   [Topics Started](https://wordpress.org/support/users/tim342/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tim342/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tim342/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tim342/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tim342/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tim342/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ManageWP Worker] PHP notice](https://wordpress.org/support/topic/php-notice-231/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [3 years ago](https://wordpress.org/support/topic/php-notice-231/#post-16676446)
 *     ```wp-block-code
       When I ran the PHP compatibility checker plugin to move from 7.4 to 8, it showed the following:
   
   
       PHP 8.0 incompatibilities:
   
       FILE: src/MWP/IncrementalBackup/Database/MysqlConnection.php
   
       FOUND 11 ERRORS AND 0 WARNINGS AFFECTING 9 LINES
   
       34 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       41 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       45 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       45 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       48 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       50 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       60 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       63 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       67 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
       67 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
   
       80 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
   
       FILE: src/MWP/IncrementalBackup/Database/MysqlStatement.php
   
       FOUND 2 ERRORS AND 0 WARNINGS AFFECTING 2 LINES
   
       30 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
   
       58 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
   
       FILE: src/PHPSecLib/Crypt/Base.php
   
       FOUND 38 ERRORS AND 0 WARNINGS AFFECTING 21 LINES
   
       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 | Function mcrypt_list_algorithms() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       671 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       671 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       704 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       704 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       707 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       707 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       712 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       712 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       721 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       721 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       735 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       735 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       738 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       738 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       903 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       903 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       931 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       931 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       936 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       936 | ERROR | Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       951 | ERROR | Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       954 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       954 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       1313 | ERROR | The constant "MCRYPT_MODE_ECB" is deprecated since PHP 7.1 and removed since PHP 7.2
       1314 | ERROR | The constant "MCRYPT_MODE_CBC" is deprecated since PHP 7.1 and removed since PHP 7.2
       1316 | ERROR | The constant "MCRYPT_MODE_NOFB" is deprecated since PHP 7.1 and removed since PHP 7.2
       1317 | ERROR | The constant "MCRYPT_MODE_STREAM" is deprecated since PHP 7.1 and removed since PHP 7.2
       1320 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       1320 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       1321 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       1321 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       1327 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       1327 | ERROR | Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       1327 | ERROR | The constant "MCRYPT_MODE_ECB" is deprecated since PHP 7.1 and removed since PHP 7.2
       1332 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
   
       1332 | ERROR | Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
   
       FILE: src/PHPSecLib/Crypt/Random.php
   
       FOUND 5 ERRORS AND 0 WARNINGS AFFECTING 2 LINES
   
       75 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       75 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
       114 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       114 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
   
       114 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and removed since PHP 7.2
   
       FILE: src/PHPSecLib/Crypt/Rijndael.php
   
       FOUND 8 ERRORS AND 0 WARNINGS AFFECTING 4 LINES
   
       811 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       811 | ERROR | Function mcrypt_list_algorithms() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       830 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       830 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       831 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
       831 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       836 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
   
       836 | ERROR | Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast conflict with Avada Theme Editor](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/page/2/#post-15901520)
 * Where is the “Show SEO settings for Pages” setting located? I didn’t see it in
   the Yoast settings. Hiding it with Screen Options didn’t help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast conflict with Avada Theme Editor](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/page/2/#post-15898947)
 * Apache server. Large website (700 posts and pages) When I deactivate all plugins
   but Avada, things work well. Next, I activate Yoast SEO and there is a delay 
   in editing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast conflict with Avada Theme Editor](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/yoast-conflict-with-avada-theme-editor/page/2/#post-15892431)
 * I’m having the same issue running WordPress v6.0.1, Avada v7.8.1, PHP v7.4.3 
   with Chrome on Mac 11.3.1. Turn off the Yoast SEO and the problem goes away in
   Chrome. Not affected by Safari.
    -  This reply was modified 3 years, 9 months ago by [tim342](https://wordpress.org/support/users/tim342/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Acces dinied, roles after last update](https://wordpress.org/support/topic/acces-dinied-roles-after-last-update/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/acces-dinied-roles-after-last-update/#post-7526234)
 * I’m having the same issue….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Church Pack] [Plugin: Church Pack] Fatal Error](https://wordpress.org/support/topic/plugin-church-pack-fatal-error/)
 *  [tim342](https://wordpress.org/support/users/tim342/)
 * (@tim342)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-church-pack-fatal-error/#post-3047842)
 * Same issue here. Is there a good plugin for staff members and groups?

Viewing 6 replies - 1 through 6 (of 6 total)