Title: PHP error
Last modified: May 20, 2025

---

# PHP error

 *  Resolved [Martin Beneš](https://wordpress.org/support/users/drivezone/)
 * (@drivezone)
 * [1 year ago](https://wordpress.org/support/topic/php-error-692/)
 * Hi, after update I have several errors visible on frontend related to php.
 * screenshot: [https://ibb.co/v4r2Hwzs](https://ibb.co/v4r2Hwzs)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-error-692%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [Martin Beneš](https://wordpress.org/support/users/drivezone/)
 * (@drivezone)
 * [1 year ago](https://wordpress.org/support/topic/php-error-692/#post-18474847)
 * I was forced to deactivate plugin, can reactivate for some testing if necessary.
 *  Plugin Author [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * (@themosaurus)
 * [1 year ago](https://wordpress.org/support/topic/php-error-692/#post-18476027)
 * Hi [@drivezone](https://wordpress.org/support/users/drivezone/),
 * Thank you for bringing this issue to our attention.
 * These messages are PHP warnings, not errors. Unlike errors, warnings won’t break
   your website. They’re just messages aimed at developers to improve their code.
 * In most case, hiding these messages will solve this issue. I suggest that you
   activate error logging on your website. Please keep WP_DEBUG to true and just
   paste the following code lines in your wp-config.php file, just before the line
   that says `That’s all, stop editing! Happy blogging.`:
 * `// Enable WP_DEBUG mode
   define( 'WP_DEBUG', true );// Enable Debug logging to
   the /wp-content/debug.log filedefine( 'WP_DEBUG_LOG', true );// Disable display
   of errors and warnings define( 'WP_DEBUG_DISPLAY', false );@ini_set( 'display_errors',
   0 );
 * More on this in the following topic: [https://codex.wordpress.org/Debugging_in_WordPress](https://codex.wordpress.org/Debugging_in_WordPress)
 * You will still be able to consult the warnings and errors triggered by your website
   but these won’t appear on your pages anymore.
 * Regards,
    -  This reply was modified 1 year ago by [Themosaurus](https://wordpress.org/support/users/themosaurus/).

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

The topic ‘PHP error’ is closed to new replies.

 * ![](https://ps.w.org/bp-verified-member/assets/icon-256x256.jpg?rev=2097319)
 * [Verified Member for BuddyPress](https://wordpress.org/plugins/bp-verified-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bp-verified-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bp-verified-member/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-verified-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-verified-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-verified-member/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Themosaurus](https://wordpress.org/support/users/themosaurus/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/php-error-692/#post-18476027)
 * Status: resolved