Title: PHP 8 Issues
Last modified: September 27, 2022

---

# PHP 8 Issues

 *  Resolved [Tim Nolte](https://wordpress.org/support/users/tnolte/)
 * (@tnolte)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/php-8-issues-7/)
 * Just wanted to flag that the plugin has 4 items identified as PHP errors due 
   to removal in PHP 8.
 *     ```
       FILE: /var/www/html/public/wp-content/plugins/boxzilla/src/admin/class-autocomplete.php
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       FOUND 4 ERRORS AFFECTING 4 LINES
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         58 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second
            |       | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed)
         75 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second
            |       | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed)
         92 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second
            |       | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed)
        110 | ERROR | Passing the $glue and $pieces parameters in reverse order to join has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second
            |       | (PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder.Removed)
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/php-8-issues-7/#post-16048958)
 * Thank you! I’ve created a big report here: [https://github.com/ibericode/boxzilla-wp/issues/163](https://github.com/ibericode/boxzilla-wp/issues/163)
 * Kind regards,

Viewing 1 replies (of 1 total)

The topic ‘PHP 8 Issues’ is closed to new replies.

 * ![](https://ps.w.org/boxzilla/assets/icon-256x256.png?rev=1414640)
 * [Boxzilla - WordPress Popup Builder](https://wordpress.org/plugins/boxzilla/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/boxzilla/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/boxzilla/)
 * [Active Topics](https://wordpress.org/support/plugin/boxzilla/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/boxzilla/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/boxzilla/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/php-8-issues-7/#post-16048958)
 * Status: resolved