Title: PHP Warning in error.log
Last modified: April 13, 2021

---

# PHP Warning in error.log

 *  [zergix](https://wordpress.org/support/users/zergix/)
 * (@zergix)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/php-warning-in-error-log-5/)
 * in error.log I had a notification, which has always been the same, for more than
   2400 times and this is it:
 * [13-Apr-2021 01:19:44 UTC] PHP Warning: “continue” targeting switch is equivalent
   to “break”. Did you mean to use “continue 2”? in /home2/ckajedre/public_html/
   wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
 * thank you already if you can give me some indication of how to solve

Viewing 1 replies (of 1 total)

 *  [Brian Brown, Ph.D.](https://wordpress.org/support/users/brianbrown/)
 * (@brianbrown)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-warning-in-error-log-5/#post-14622992)
 * Hi Z!
    Its a harmess error, just disable WP debug error reporting and/or php 
   error reporting. Its caused by a php version bump up that doesn’t support ‘continue.’
   In the alternative, since this plugin is no longer being maintained/supported,
   use a file editor or the built-in WP editor and edit: seo-ultimate/modules/class.
   su-module.php line 1195 from: `case 'auto-draft': continue; continue;` to: `case'
   auto-draft': break; break;` Regards, -Brian

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/seo-ultimate/assets/icon.svg?rev=1147635)
 * [SEO Ultimate](https://wordpress.org/plugins/seo-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-ultimate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Brian Brown, Ph.D.](https://wordpress.org/support/users/brianbrown/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/php-warning-in-error-log-5/#post-14622992)
 * Status: not resolved