• Resolved Deleyna

    (@deleyna)


    Looks like the update to 5.3 is causing an error. I had to disable Ocean Extra to even get into the admin area. Here are the errors I’m still seeing:
    ——————
    Warning: Declaration of QuietSkin::feedback($string) should be compatible with WP_Upgrader_Skin::feedback($string, …$args) in /home/–/public_html/wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/–/public_html/wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php:12) in /home/–/public_html/wp-includes/functions.php on line 5946

    Warning: Cannot modify header information – headers already sent by (output started at /home/–/public_html/wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php:12) in /home/–/public_html/wp-admin/includes/misc.php on line 1252

    Warning: Cannot modify header information – headers already sent by (output started at /home/–/public_html/wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php:12) in /home/–/public_html/wp-admin/admin-header.php on line 9

Viewing 15 replies - 1 through 15 (of 80 total)
  • databell96

    (@databell96)

    Following…..

    This is happening to me as well. Fortunately, I only upgraded a staging site.

    tvhawk

    (@tvhawk)

    +1 for this issue

    • This reply was modified 5 years ago by tvhawk.
    Valmy

    (@valmy02)

    Same here, and now I can’t even disable the ocean extra plugin.

    veso_peso

    (@veso_peso)

    I work for the hosting provider ICDSoft.com and today we received several similar reports.

    In WordPress 5.3 the definition of WP_Upgrader_Skin::feedback method in wp-admin/includes/class-wp-upgrader-skin.php was changed from:

    public function feedback( $string ) {

    to

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

    However, this was not reflected in the declaration of QuietSkin that extends WP_Upgrader_Skin in wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php.
    A quick fix is to change the following line in wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php:

    public function feedback($string) { /* no output */

    to

    public function feedback($string, ...$args) { /* no output */

    • This reply was modified 5 years ago by veso_peso.
    • This reply was modified 5 years ago by veso_peso.
    • This reply was modified 5 years ago by veso_peso.
    • This reply was modified 5 years ago by veso_peso.
    maggieymae

    (@maggieymae)

    Similar errors here. Had to disable ocean extra.

    Thread Starter Deleyna

    (@deleyna)

    If you can’t get into your admin area, go in through your file manager. Go into wp-content/plugins and rename the ocean-extra folder to something like “hold-ocean-extra” and save.

    You’ll be in and able to function. Of course, what you were using ocean extra for won’t work…but I’m sure they’ll get this fixed pretty quick.

    This isn’t an ideal solution, but it is fairly quick and it will get your site back up.

    sam1215

    (@sam1215)

    I have the same error but my site is up and running but you can see the warning on the landing page.

    sam1215

    (@sam1215)

    @veso_peso is that the permanently fix?

    veso_peso

    (@veso_peso)

    @sam1215 This should resolve the issue until there is an official update of the plugin.

    nathalie10600

    (@nathalie10600)

    Similar problem here
    did you all try @veso_peso solution ? @sam1215 @deleyna @maggieymae @valmy02 @veso_peso ?

    Thread Starter Deleyna

    (@deleyna)

    @nathalie10600 Yes. It works well.

    mailajoeyy

    (@mailajoeyy)

    Getting the same error.

    Warning: Declaration of QuietSkin::feedback($string) should be compatible with WP_Upgrader_Skin::feedback($string, ...$args) in /home/cosmolyr/public_html/aspXXXXXXXuths.com/wp-content/plugins/ocean-extra/includes/wizard/classes/QuietSkin.php on line 12

    But, after I disabled the plugin Ocean Extra, the site is working fine.

    nathalie10600

    (@nathalie10600)

    @deleyna I can’t access my site now, just see the Warning: Declaration of QuietSkin
    Can’t even try the @veso_peso stuff…..

    120filter

    (@120filter)

    “Similar errors here. Had to disable ocean extra.” – Maggie Mae

    As soon as I spotted this I also disabled the ocean extra plug-in and all seems well now

    Thread Starter Deleyna

    (@deleyna)

    @nathalie10600 the @veso_peso solution works well. You access it from the file manager on your server. You can also disable to plugin from the file manager.

    If you have access to your hosting account, renaming just the folder for ocean extra will get you in.

    You may need to get some technical help if you aren’t comfortable doing that or possibly contact your hosting company for help.

    I expect the plugin will come out with a patch tomorrow.

Viewing 15 replies - 1 through 15 (of 80 total)
  • The topic ‘5.3 throws an error’ is closed to new replies.