Skip Navigation

[Resolved] Error message – Warning: Declaration of Installer_Upgrader_Skins::feedback

This support ticket is created 5 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 5 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#1390923
Capture d’écran 2019-11-25 à 10.11.36.png

Hello

In the wordpress interface for Toolset, I am getting the error message for Toolset Layouts which I am not even using on this site :

Warning: Declaration of Installer_Upgrader_Skins::feedback($string)
should be compatible with WP_Upgrader_Skin::feedback($string, ...$args) in /home/grooveli/public_html/nature-et-famille.com/wp-content/plugins/types/vendor/otgs/installer/includes/class-installer-upgrader-skins.php on line 0

#1390949

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

This is a known issue to us and fix for this issue will be shipped with the next Types plugin release which you can expect in next week or so.

However - if you want a quick fix then edit the following file:

plugins/types/vendor/otgs/installer/includes/class-installer-upgrader-skins.php

There change the following line and save the file.

function feedback( $string ) {

To

function feedback( $string, ...$args ) {

And save the file, this will fix the issue.