Not a bug does not match formatter pattern %s\Widget\%s ( version 2.2.16)

Contact the author of the "Featured Stuff" widget to fix the code, it's not compatible with 2.2.16+ due to tightened security.

 
Contact the author of the "Featured Stuff" widget to fix the code, it's not compatible with 2.2.16+ due to tightened security.

i check this code its simple widget that is added and i have also upgrade to add the patch of 2.2.16.but still issue ?
 
As said, the add-on developer will need to fix this. The folder named widget in this add-on should start with a capital letter: Widget.
 
I also changed the name to from widget to widgetStuff
The widget_key doesn't matter.

I am also developer
In this case you should be able to figure this out youself ;)

it's issue in xf. Php file due to xf 2.2.16
Nope. The widget class must be named <AddOnIdIncludingVendorNamespace>\Widget\<ClassName>.
This was the convention since 2.0.0 but only gets enforced since 2.2.16.
Most likely the widget class currently does't follow this convention, hence the error.
This must be fixed and the error will be gone.
 
Last edited:
The widget_key doesn't matter.


In this case you should be able to figure this out youself ;)


Nope. The widget class must be named <AddOnIdIncludingVendorNamespace>\Widget\<ClassName>.
This was the convention since 2.0.0 but only gets enforced since 2.2.16.
Most likely the widget class currently does't follow this convention, hence the error.
This must be fixed and the error will be gone.
thanx.
 
Back
Top Bottom