• Hello whenever I try to login to my site it shows the following messages. Can anyone tell me how to resolve this issue?

    Warning: Declaration of Plugin_Quiet_Skin::feedback($string) should be compatible with WP_Upgrader_Skin::feedback($string, …$args) in /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php on line 159

    Warning: Declaration of Theme_Quiet_Skin::feedback($string) should be compatible with WP_Upgrader_Skin::feedback($string, …$args) in /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php on line 165

    Warning: Cannot modify header information – headers already sent by (output started at /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php:159) in /home/hauhtfma/public_html/fuckmilfworld.com/wp-includes/pluggable.php on line 1265

    Warning: Cannot modify header information – headers already sent by (output started at /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php:159) in /home/hauhtfma/public_html/fuckmilfworld.com/wp-includes/pluggable.php on line 1268

    Any help would be amazing. Thanks!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Hi,

    The issue is coming from this plugin “wp-script-core”, it is happening after the WordPress update?

    You can add this quick fix, login to FTP and edit this file /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php around line #159 if you found any function like this,

    feedback($string)

    change that to,

    feedback($string, …$args)

    search for the feedback function in the whole file or the plugin.

    Also, please contact the plugin author and tell them about this issue. Make sure you take a necessary backup before editing any files.

    Regards,

    Moderator t-p

    (@t-p)

    Where did you download that plugin from?

    Please identify exactly where you downloaded it from and then post in that plugin’s dedicated forum so the plugine’s developers and support community can help you with this.

    Thread Starter wordpressuser5

    (@wordpressuser5)

    I appreciate the responses guys. This plugin called wp-script is the main backbone of my website. It is what causes the videos to play on the site. If I can not disable it.

    And laranz if I change that function will it disable the plugin?

    Also I downloaded the plugin from this website: https://www.wp-script.com/

    Hi,

    It won’t disable the plugin. Just try it via FTP if that break the website means, you can easily revert it to back and then contact the support forum of that plugin here: https://www.wp-script.com/open-a-ticket/

    Regards,

    hello how about … I did step by step what he said t-p (@ t-p) but I already deactivated the plugins and changed the name of the directory to the subject but now it just tells me that The “orbital” themes folder does not exist. and do not choose another default theme .. what should I do if it still comes out that is not connected to the WordPress installation and not my SSD VPS S ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot Login To Wp-admin’ is closed to new replies.