• jtdesignsnl

    (@jtdesignsnl)


    Hi all,

    Since a few days i am getting a error code on the page. Can somebody help me resolve this ? This is what i get

    ?Preloader_Plus\Preloader_Plus::__wakeup() must have public visibility in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php on line 94 Warning: The magic method Preloader_Plus_Pro\Preloader_Plus_Pro::__wakeup() must have public visibility in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/preloader-plus-pro/inc/preloader-plus-pro.php on line 59 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-admin/includes/misc.php on line 1416 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-includes/functions.php on line 6865 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-admin/admin-header.php on line 9

    Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • perryrylance

    (@perryrylance)

    @jtdesignsnl same here, this is because PHP 8.0 now stipulates that these magic methods should have public visibility. You can simply turn off debugging and ignore these, or, you can go to the files mentioned and put public before the function keyword until the author fixes this.

    Great plugin by the way, thanks folks.

    Thread Starter jtdesignsnl

    (@jtdesignsnl)

    @perryrylance maybe a stupid question how can I turn off debugging?

    perryrylance

    (@perryrylance)

    @jtdesignsnl There are plugins to do it for you, search “WP Debugging” says it will remove debugging mode when you de-activate it, so you could try installing that, activating it, then de-activating it.

    Or if you can edit the sites files you can look up how to turn it off in wp-config.php

    Thread Starter jtdesignsnl

    (@jtdesignsnl)

    @perryrylance Will het be ok like this ? or do i need to select also the other options?

    perryrylance

    (@perryrylance)

    @jtdesignsnl You need to either

    • Uncheck “Set WP_DEBUG to true”
    • Check “WP_DEBUG_DISPLAY”
    • Leave “WP_DISABLE_FATAL_ERROR_HANDLER” unchecked

    Or according to the plugin author, if you disable the plugin then the errors should go away.

    If that doesn’t work, contact your host and ask them how to turn off error reporting. Good luck!

    Thread Starter jtdesignsnl

    (@jtdesignsnl)

    Thanks for the great help !! i give it a try ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error code on top of page’ is closed to new replies.