• Hello WordPress Support!

    I own a WordPress blog https://glowingnet.com and I am having some problems that made 404 errors on pages so I could not update the core or install any plugins or themes. The admin dashboard also looks very messy. I also found some weird plugins in the plugins folder through FTP, so I deleted those plugins. Also, I ran a debug and it says:

    Warning: gzuncompress(): data error in /glowingnet.com/wp-includes/plugin.php on line 443

    Deprecated: Function create_function() is deprecated in /glowingnet.com/wp-includes/plugin.php on line 443

    While on /wp-admin/ dashboard it showed:

    Deprecated: Function create_function() is deprecated in /glowingnet.com/wp-includes/plugin.php on line 443
    
    Warning: chmod(): No such file or directory in /glowingnet.com/wp-includes/plugin.php(443) : runtime-created function on line 1
    
    Warning: file_put_contents(/glowingnet.com/wp-content/plugins/jknitji/index.php): failed to open stream: No such file or directory in /glowingnet.com/wp-includes/plugin.php(443) : runtime-created function on line 1

    Please help me on what I should do?

    • This topic was modified 3 years, 6 months ago by Time Rider.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator threadi

    (@threadi)

    The reason seems to be the plugin “jknitji” – whatever that is. I can’t find anything about it on the net. Remove this plugin and the message should disappear.

    Thread Starter Time Rider

    (@timerider)

    Hello threadi, I did remove the plugin from the ftp but the problem still persists.

    Moderator threadi

    (@threadi)

    Try disabling all plugins. I suspekt one of them is the culprit.

    Thread Starter Time Rider

    (@timerider)

    I disabled all plugins all well but it didn’t solve the problem.

    Hi,
    what php version are you using?
    create_function() is depracated since php 7.2 and was deleted in php 8.0
    If you have recently upgraded your php version try to take it back down a version

    Thread Starter Time Rider

    (@timerider)

    Hello Benni,
    Seems like I was using PHP version 7.4 and I reverted it to 7.1 but still to no avail. The admin dashboard of my WordPress blog still looks messy.

    The strange thing is I use shared hosting and there are other WordPress-installed domains in my panel and they have no problem with the admin dashboard. They work great.

    The only WordPress blog https://glowingnet.com is affected.
    I tried accessing this link: https://glowingnet.com/wp-admin/update-core.php
    But it returns a 404 error. I don’t know what is causing it.

    Hi,
    look into your files and check if wp-admin/update-core.php maybe got deleted
    If it was deleted try to copy all wp core folders/files from a working installation:

    upload and overwrite these 2 folders from a functioning wordpress installation make sure it is the same version as yours
    /wp-admin/
    /wp-includes/
    
    and all .php files in the site root (make sure to not replace the wp-config.php!!)
    Thread Starter Time Rider

    (@timerider)

    Thank you, Benni, I replaced the files and the problem was solved.

    Hi, great, happy it worked 🙂
    Can you please update the topics status to solved?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘WordPress error on line 443 causing 404 error’ is closed to new replies.