WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

PHP Warnings #353

Closed Nevvy closed 5 years ago

Nevvy commented 5 years ago

Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 125 - File: inc/plugins/asb/classes/StorableObject010000.php PHP 7.3.1 (Linux)

Plugins: active pl

Error: errors

PHP version: 7.3.1 Forum version: 1.8.19

WildcardSearch commented 5 years ago

Thanks for the report. I'll give it a look when I have time.

Eldenroot commented 5 years ago

image

Same here, php 7.3.x is not compatible with ASB, is there any temporary fix to avoid this warning on index page? Thank you!

WildcardSearch commented 5 years ago

Oh, wow...I completely missed this. Sorry @Nevvy

It is related to this:

https://github.com/WildcardSearch/MyBB-Helper-Classes/issues/21