Title: PHP Error on login
Last modified: December 1, 2020

---

# PHP Error on login

 *  Resolved [healeveryday2](https://wordpress.org/support/users/healeveryday2/)
 * (@healeveryday2)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-login/)
 * I have been getting a PHP error when I login to the Admin view.
    See attached
   image: [https://ibb.co/TKr0zmf](https://ibb.co/TKr0zmf)
 * IS there anything I can do to fix this?

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

 *  [Jesse Owens](https://wordpress.org/support/users/jessecowens/)
 * (@jessecowens)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-login/#post-13731519)
 * Hi [@healeveryday2](https://wordpress.org/support/users/healeveryday2/)
 * Thanks for the report, and sorry about the PHP warning **implode(): Passing glue
   string after array is deprecated. Swap the Parameters.**
 * We’re releasing an update to the plugin within the next week that will address
   this issue, but if you’d like to fix it ahead of time, you can make this change
   to line 70 of the file post-and-page-builder/vendor/boldgrid/library/src/Library/
   NewsWidget.php
 * Original:
    `echo '<p>' . implode( $this->errors, '</p></p>' ) . '</p>';`
 * Fixed:
    `echo '<p>' . implode( '</p></p>', $this->errors ) . '</p>';`
 * This error won’t have any effect on the operation of your website, it’s just 
   a warning about a future change in PHP syntax.
 *  Thread Starter [healeveryday2](https://wordpress.org/support/users/healeveryday2/)
 * (@healeveryday2)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-login/#post-13735848)
 * Thank you for the quick response Jesse!

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

The topic ‘PHP Error on login’ is closed to new replies.

 * ![](https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477)
 * [Post and Page Builder by BoldGrid - Visual Drag and Drop Editor](https://wordpress.org/plugins/post-and-page-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-and-page-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-and-page-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/post-and-page-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-and-page-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-and-page-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [healeveryday2](https://wordpress.org/support/users/healeveryday2/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/php-error-on-login/#post-13735848)
 * Status: resolved